wpe: Properly wait on context thread startup condition
[platform/upstream/gstreamer.git] / ext / dash /
2021-08-27 Alex Ashleydashdemux: copy ContentProtection element including...
2021-08-20 Edward Herveydashdemux: Properly initalize GError
2021-07-15 Philippe Normanddash: Store entire ContentProtection node in protection...
2021-07-08 Philippe Normanddashdemux: Log protection events on corresponding pad
2021-07-07 Stéphane Cerveaudashsink: fix crash with no pad name for representation
2021-07-07 Stéphane Cerveaudashsink: Add signals for allowing custom playlist...
2021-05-24 Tim-Philipp MüllerUse gst_buffer_new_memdup()
2021-05-23 Tim-Philipp MüllerUse new gst_buffer_new_copy()
2021-05-05 François LaignelUse gst_element_request_pad_simple...
2021-03-23 Stéphane Cerveaudash: allow per feature registration
2021-01-26 Haihua Hudashsink: add h265 codec support
2021-01-25 Haihua Hudashsink: fix double unref of sinkpad caps
2020-12-31 Haihua Hudashsink: fix critical log when exit dynamic pipeline
2020-11-11 Edward Herveyadaptivedemux: Store QoS values on the element
2020-10-16 Stéphane Cerveaumeson: update glib minimum version to 2.56
2020-06-05 Mathieu Duponchelleplugins: uddate gst_type_mark_as_plugin_api() calls
2020-06-04 Sebastian Drögeplugins: Use gst_type_mark_as_plugin_api() for all...
2020-04-08 Stéphane Cerveaudash: fix VARARGS coverity error
2020-03-03 Matthew Watersdash: add build-dep on pbutils
2020-02-27 Nirbheek Chauhandash: Don't use sscanf + glib format modifiers
2020-01-07 Seungha Yangdash: Remove spurious condition check and remove unused...
2020-01-03 Stéphane Cerveaudashsink: Add new sink to produce DASH content
2020-01-03 Stéphane Cerveaugstxmlhelper: fix xmlOutputBufferFlush ignored ret
2020-01-03 Stéphane Cerveaudash: add set/get property for nodes
2020-01-03 Stéphane Cerveaudash: Generate an XML content from object.
2019-12-05 Stéphane Cerveaudash: move parser nodes/types to separated files
2019-12-05 Stéphane Cerveaudash: split mpdparser, mpdclient and xmlhelper
2019-11-19 Xavier Claessensdash: Fix typo in meson.build
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-10-14 Tim-Philipp MüllerRemove autotools build system
2019-07-24 Xavier Claessensdash: Fallback to libxml2 subproject
2019-06-01 Alex Ashleydashdemux: include both Period start and presentationTi...
2019-05-13 Thibault Saunierdocs: Build documentation with hotdoc
2018-08-16 Nicolas Dufresnedashdemux: Always create the adapter
2018-07-27 Nirbheek ChauhanAdd feature options for almost all plugins
2018-05-12 Seungha Yangdashdemux: Fix sync of updated manifest from previous one
2018-04-25 Xavier ClaessensMeson: Generate pc file for all plugins in bad
2018-04-22 Tim-Philipp MüllerFix code indentation
2017-12-18 Jun Xiedashdemux: parse xs:dateTime's timezone indicator
2017-12-06 Jun Xiedashdemux: fix coredump issue with external AdaptationSet
2017-11-30 Jun Xiedashdemux: remove duplicated code
2017-11-30 Jun Xiedashdemux: fix memory leak
2017-11-25 Edward Herveydashdemux: Handle bitrate > 2**31
2017-08-26 Seungha Yangisoff: Move isoff to gst-libs
2017-07-18 Seungha Yangdashdemux: Add support webvtt subtitle stream
2017-07-13 Thiago Santosdashdemux: update manifest streams correctly if pads...
2017-06-01 Edward Herveydashdemux: Implement a default presentation delay
2017-06-01 Thiago Santosmpdparser: remove duplicate free of client data
2017-05-31 Edward Herveydashdemux: Remove wrong assertion
2017-05-18 Sebastian Drögedashdemux: Use correct (sub) fragment start when clippi...
2017-05-18 Sebastian Drögedashdemux: Make sure to pass the next buffer after...
2017-05-18 Sebastian Drögedashdemux: Ensure that we never ever download over...
2017-05-18 Sebastian Drögedashdemux: Take SIDX entry timestamp/duration into...
2017-05-18 Sebastian Drögedashdemux: Reset parsing state correctly in various...
2017-05-18 Sebastian Drögedashdemux: Reset previous target_time when seeking
2017-05-18 Sebastian Drögedashdemux: Smooth out skip distances in keyframe-only...
2017-05-18 Sebastian Drögedashdemux: Take configure max bitrate/framerate into...
2017-05-18 Sebastian Drögedashdemux: Try harder to not run into a loop over the...
2017-05-18 Sebastian Drögedashdemux: Add some debug output to the target time...
2017-05-18 Sebastian Drögedashdemux: Use the current clock running time in additi...
2017-05-18 Sebastian Drögedashdemux: Download keyframes from the current position...
2017-05-18 Sebastian Drögedashdemux: Fix sync sample selection based on target...
2017-05-18 Sebastian Drögedashdemux: Snap-seek for skipping ahead and use actual...
2017-05-18 Sebastian Drögedashdemux: Don't adjust for fragment duration twice...
2017-05-18 Sebastian Drögedashdemux: Add current fragment duration in reverse...
2017-05-18 Sebastian Drögedashdemux: Never take more than the current fragment...
2017-05-18 Sebastian Drögedashdemux: Don't increase current position if we just...
2017-05-18 Edward Herveydashdemux: Improve key-unit trick mode downloading
2017-05-18 Edward Herveydashdemux: Store average download time
2017-05-18 Sebastian Drögedashdemux: Collect keyunit distance and size statistics
2017-05-18 Edward Herveydashdemux: Disable bitrate switching in key-unit trick...
2017-05-18 Edward Herveydashdemux: Use new adaptivedemux trickmode macro
2017-05-16 Nicolas DufresneRemove plugin specific static build option
2017-05-16 Seungha Yangdashdemux: Initialize sidx_position to GST_CLOCK_TIME_NONE
2017-04-18 Sebastian Drögedashdemux: Rewrite ISOBMFF & SIDX handling
2017-04-16 Seungha Yangmpdparser: Do sanity check of Segment Base Information...
2017-04-16 Seungha Yangmpdparser: Allow inherit Segment{Base,Template} from...
2017-04-12 Sebastian DrögeRevert "dashdemux: Fix issue when manifest update sets...
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2017-04-12 Edward Herveympdparser: Fix leak
2017-04-12 Edward Herveympdparser: Run gst-indent
2017-04-11 Jürgen Sachsdashdemux/mpdparser: Fix wrong false sanity check for...
2017-04-10 Sebastian Drögedashdemux: Handle current SIDX before current position...
2017-04-09 Seungha Yangmpdparser: Report error if Representation is invalid
2017-04-09 Seungha Yangdashdemux: Fix SEEK of multi-period On-Demand profile
2017-03-28 Luis de Bethencourtdashdemux: fix typo in implementation notes
2017-03-22 Sebastian Drögedashdemux: In reverse playback mode, if seeking to...
2017-03-21 Sebastian Drögedashdemux: Implement SNAP_NEAREST seeks
2017-03-21 Sebastian Drögedashdemux: Don't use ABS() for calculating differences
2017-03-21 Sebastian Drögedashdemux: Only snap seeks forwards if the seek positio...
2017-03-21 Sebastian Drögedashdemux: Use gst_mpdparser_get_segment_end_time(...
2017-03-21 Sebastian Drögempdparser: Refactor to get rid of one level of indentat...
2017-03-21 Sebastian Drögedashdemux: Fix snap SIDX seeking and report if we're...
2017-03-16 Sebastian Drögedashdemux: Just reset SIDX parser if the index is inval...
2017-03-15 Sebastian Drögedashdemux: If a SIDX seek failed although we're in...
2017-03-15 Sebastian Drögedashdemux: Keep track of the PTS, not the SIDX index...
2017-03-15 Sebastian Drögedashdemux: When clearing the sidx parser, reset all...
2017-03-15 Seungha Yangdashdemux: Drain buffer at the end of subfragment
2017-03-15 Seungha Yangdashdemux: Do not advace subfragment after pending...
2017-03-15 Seungha Yangdashdemux: Reset SIDX related variables per fragment
next