Sign in
coral
/
imx-gst-plugins-bad
/
e1d70fa6e67dff61dec317714993383961d3c285
/
ext
/
dash
8c49fbc
dashdemux: Always create the adapter
by Nicolas Dufresne
· 6 years ago
5878f63
dashdemux: Fix sync of updated manifest from previous one
by Seungha Yang
· 7 years ago
cbcc011
dashdemux: parse xs:dateTime's timezone indicator
by Jun Xie
· 7 years ago
77321f6
dashdemux: fix coredump issue with external AdaptationSet
by Jun Xie
· 7 years ago
beb32ab
dashdemux: remove duplicated code
by Jun Xie
· 7 years ago
f31e91b
dashdemux: fix memory leak
by Jun Xie
· 7 years ago
2877aac
dashdemux: Handle bitrate > 2**31
by Edward Hervey
· 7 years ago
7d06ecb
isoff: Move isoff to gst-libs
by Seungha Yang
· 8 years ago
a218a2a
dashdemux: Add support webvtt subtitle stream
by Seungha Yang
· 7 years ago
ead63a2
dashdemux: update manifest streams correctly if pads aren't exposed
by Thiago Santos
· 8 years ago
2b401de
dashdemux: Implement a default presentation delay
by Edward Hervey
· 8 years ago
95a2786
mpdparser: remove duplicate free of client data
by Thiago Santos
· 8 years ago
34d8ddd
dashdemux: Remove wrong assertion
by Edward Hervey
· 8 years ago
be465a1
dashdemux: Use correct (sub) fragment start when clipping chunk size
by Sebastian Dröge
· 8 years ago
d5eee31
dashdemux: Make sure to pass the next buffer after a seek with DISCONT flag
by Sebastian Dröge
· 8 years ago
d884ec2
dashdemux: Ensure that we never ever download over the current SIDX entry
by Sebastian Dröge
· 8 years ago
71259d9
dashdemux: Take SIDX entry timestamp/duration into account for keyunit-only mode
by Sebastian Dröge
· 8 years ago
c3fd905
dashdemux: Reset parsing state correctly in various places
by Sebastian Dröge
· 8 years ago
927c158
dashdemux: Reset previous target_time when seeking
by Sebastian Dröge
· 8 years ago
e2a6573
dashdemux: Smooth out skip distances in keyframe-only trick modes
by Sebastian Dröge
· 8 years ago
ddef518
dashdemux: Take configure max bitrate/framerate into account for keyframe skipping
by Sebastian Dröge
· 8 years ago
6a037a7
dashdemux: Try harder to not run into a loop over the same fragment over and over
by Sebastian Dröge
· 8 years ago
ef8f194
dashdemux: Add some debug output to the target time selection
by Sebastian Dröge
· 8 years ago
6b6c738
dashdemux: Use the current clock running time in addition to the QoS earliest time
by Sebastian Dröge
· 8 years ago
133d1e8
dashdemux: Download keyframes from the current position if we're far enough ahead
by Sebastian Dröge
· 8 years ago
4efa318
dashdemux: Fix sync sample selection based on target time in reverse playback mode
by Sebastian Dröge
· 8 years ago
b3e2657
dashdemux: Snap-seek for skipping ahead and use actual keyframe distance in the current fragment if applicable
by Sebastian Dröge
· 8 years ago
b7f87e2
dashdemux: Don't adjust for fragment duration twice when seeking ahead in KEYUNITS mode
by Sebastian Dröge
· 8 years ago
5d09bc0
dashdemux: Add current fragment duration in reverse playback mode to the position
by Sebastian Dröge
· 8 years ago
9267b4a
dashdemux: Never take more than the current fragment duration for estimations inside the fragment
by Sebastian Dröge
· 8 years ago
df420cc
dashdemux: Don't increase current position if we just downloaded the moof in KEYUNIT mode
by Sebastian Dröge
· 8 years ago
245d73e
dashdemux: Improve key-unit trick mode downloading
by Edward Hervey
· 8 years ago
04224ad
dashdemux: Store average download time
by Edward Hervey
· 8 years ago
2379dc3
dashdemux: Collect keyunit distance and size statistics
by Sebastian Dröge
· 8 years ago
d8d1fc8
dashdemux: Disable bitrate switching in key-unit trick mode
by Edward Hervey
· 8 years ago
8f400c1
dashdemux: Use new adaptivedemux trickmode macro
by Edward Hervey
· 8 years ago
4261692
Remove plugin specific static build option
by Nicolas Dufresne
· 8 years ago
1c6cd54
dashdemux: Initialize sidx_position to GST_CLOCK_TIME_NONE
by Seungha Yang
· 8 years ago
db57a3b
dashdemux: Rewrite ISOBMFF & SIDX handling
by Sebastian Dröge
· 8 years ago
68ac724
mpdparser: Do sanity check of Segment Base Information only at Repesentation level
by Seungha Yang
· 8 years ago
6167dab
mpdparser: Allow inherit Segment{Base,Template} from Period
by Seungha Yang
· 8 years ago
e0e1db2
Revert "dashdemux: Fix issue when manifest update sets slow start without passing necessary header & caps changes downstream"
by Sebastian Dröge
· 8 years ago
78022a6
docs: Port all docstring to gtk-doc markdown
by Thibault Saunier
· 8 years ago
94fe5c6
mpdparser: Fix leak
by Edward Hervey
· 8 years ago
92ce999
mpdparser: Run gst-indent
by Edward Hervey
· 8 years ago
270f976
dashdemux/mpdparser: Fix wrong false sanity check for manifests with nested SegmentTemplate nodes
by Jürgen Sachs
· 8 years ago
67778ac
dashdemux: Handle current SIDX before current position in normal mode like in keyunit-only trick mode
by Sebastian Dröge
· 8 years ago
a3a12d0
mpdparser: Report error if Representation is invalid
by Seungha Yang
· 8 years ago
41996ad
dashdemux: Fix SEEK of multi-period On-Demand profile
by Seungha Yang
· 8 years ago
2be93e4
dashdemux: fix typo in implementation notes
by Luis de Bethencourt
· 8 years ago
b8b2946
dashdemux: In reverse playback mode, if seeking to the beginning of a fragment, start with the previous one instead
by Sebastian Dröge
· 8 years ago
19eba96
dashdemux: Implement SNAP_NEAREST seeks
by Sebastian Dröge
· 8 years ago
0cc777b
dashdemux: Don't use ABS() for calculating differences
by Sebastian Dröge
· 8 years ago
7778e82
dashdemux: Only snap seeks forwards if the seek position does not happen to be the exact segment position
by Sebastian Dröge
· 8 years ago
bcbf1f6
dashdemux: Use gst_mpdparser_get_segment_end_time() directly instead of calculating it again
by Sebastian Dröge
· 8 years ago
43d1dd3
mpdparser: Refactor to get rid of one level of indentation in seeking code
by Sebastian Dröge
· 8 years ago
ffa63c5
dashdemux: Fix snap SIDX seeking and report if we're going outside the index
by Sebastian Dröge
· 8 years ago
7e21168
dashdemux: Just reset SIDX parser if the index is invalid for the current segment
by Sebastian Dröge
· 8 years ago
141f3b2
dashdemux: If a SIDX seek failed although we're in the correct segment, disable the SIDX usage for this segment
by Sebastian Dröge
· 8 years ago
b76a220
dashdemux: Keep track of the PTS, not the SIDX index position between representations
by Sebastian Dröge
· 8 years ago
b84f530
dashdemux: When clearing the sidx parser, reset all state
by Sebastian Dröge
· 8 years ago
644192a
dashdemux: Drain buffer at the end of subfragment
by Seungha Yang
· 8 years ago
42a38b6
dashdemux: Do not advace subfragment after pending SIDX seek done
by Seungha Yang
· 8 years ago
b65e6db
dashdemux: Reset SIDX related variables per fragment
by Seungha Yang
· 8 years ago
a599067
dashdemux: Two depth seeking for On-Demand profile
by Seungha Yang
· 8 years ago
ad015ce
dashdemux: Exception handle in _sidx_seek()
by Seungha Yang
· 8 years ago
0dcb1e4
dashdemux: Add assertion for preventing of access after the end of the sidx entries array
by Sebastian Dröge
· 8 years ago
a9c34fb
dashdemux: Advance subfragment only if any exist
by Seungha Yang
· 8 years ago
fd8d352
Revert "adaptivedemux: answer duration queries for live streams"
by Matthew Waters
· 8 years ago
e03e7e7
dash/smoothstreaming: Use GST_PLUGIN_LIBTOOLFLAGS
by Nicolas Dufresne
· 8 years ago
8eb87ce
dashdemux: fix default suggestedPresentationDelay
by Wojciech Przybyl
· 9 years ago
e1b68d9
adaptivedemux: answer duration queries for live streams
by Alex Ashley
· 9 years ago
ef70cd4
dashdemux: Fix potential NULL pointer dereference
by Sebastian Dröge
· 8 years ago
fe9d778
dashdemux: Do pending seek when SIDX is found
by Seungha Yang
· 8 years ago
c9fbf34
dashdemux: Fix issue when manifest update sets slow start without passing necessary header & caps changes downstream
by WeiChungChang
· 8 years ago
5422728
mpdparser: Fix compilation with GST_DISABLE_GST_DEBUG
by Edward Hervey
· 8 years ago
72afd74
dash: Include debug of gstisoff on dashdemux category
by Seungha Yang
· 8 years ago
4523cff
dashdemux: Add first_offset of sidx box to base offset
by Seungha Yang
· 8 years ago
c0540fb
dashdemux: Ensure sidx parsing when updating fragment info
by Seungha Yang
· 8 years ago
998c8ce
dashdemux: Drain remaining buffer in adapter
by Seungha Yang
· 8 years ago
124e386
dashdemux: Always parsing sidx for On-Demand profile
by Seungha Yang
· 8 years ago
dfa300c
dash: Split gst_isoff_sidx_parser_add_buffer() function
by Seungha Yang
· 8 years ago
788bb67
dashdemux: Don't declare variables inside the for loop header
by Sebastian Dröge
· 8 years ago
eef53ef
dash: Fix stripping of space at the beginning/end of durations
by Sebastian Dröge
· 8 years ago
8d8661f
mpdparser: Don't set variable just to overwrite it again later
by Sebastian Dröge
· 8 years ago
37e1349
mpdparser: Modify return of the function for loading external resources to void
by Seungha Yang
· 8 years ago
3c31c47
mpdparser: Handle invalid external xml link for SegmentList element
by Seungha Yang
· 8 years ago
ae8759c
mpdparser: Handle invalid external xml link for AdaptationSet element
by Seungha Yang
· 8 years ago
e454694
mpdparser: Handle invalid external xml link for Period element
by Seungha Yang
· 8 years ago
2b44392
dashdemux: Fix leak in gst_dash_demux_stream_free
by Seungha Yang
· 8 years ago
68e4f91
mpdparser: Support multiple Period elements in external xml
by Seungha Yang
· 8 years ago
0fbd2ed
mpdparser: wrap unmodified data in protection event
by Philippe Normand
· 8 years ago
dd0c56b
mpdparser: MS PlayReady ContentProtection parsing
by Philippe Normand
· 8 years ago
f790863
Explicitly define float constants as float
by Nirbheek Chauhan
· 8 years ago
a94eef9
dash: do not use invalid stream duration
by Thiago Santos
· 8 years ago
6eef997
dash: properly inherit segmentlist from period
by Thiago Santos
· 8 years ago
4734b10
dashdemux: Add properties to select maximum allowed width/height and framerate
by Sebastian Dröge
· 8 years ago
4f6ae1f
adaptivedemux: Enable bitrate selection for trick mode streaming again
by Sebastian Dröge
· 8 years ago
42af2d6
Add support for Meson as alternative/parallel build system
by Nirbheek Chauhan
· 8 years ago
e786f73
dashdemux: In KEY_UNITS trick mode, download all I-frames and not only IDR
by Sebastian Dröge
· 8 years ago
Next »