documentation: fixed a heap o' typos
[platform/upstream/gstreamer.git] / ext / dash / gstdashdemux.c
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2018-08-16 Nicolas Dufresnedashdemux: Always create the adapter
2018-05-12 Seungha Yangdashdemux: Fix sync of updated manifest from previous one
2017-07-13 Thiago Santosdashdemux: update manifest streams correctly if pads...
2017-06-01 Edward Herveydashdemux: Implement a default presentation delay
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 Seungha Yangdashdemux: Initialize sidx_position to GST_CLOCK_TIME_NONE
2017-04-18 Sebastian Drögedashdemux: Rewrite ISOBMFF & SIDX handling
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-10 Sebastian Drögedashdemux: Handle current SIDX before current position...
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: Don't use ABS() for calculating differences
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 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
2017-03-15 Seungha Yangdashdemux: Two depth seeking for On-Demand profile
2017-03-15 Seungha Yangdashdemux: Exception handle in _sidx_seek()
2017-03-15 Sebastian Drögedashdemux: Add assertion for preventing of access after...
2017-03-14 Seungha Yangdashdemux: Advance subfragment only if any exist
2017-03-02 Wojciech Przybyldashdemux: fix default suggestedPresentationDelay
2017-02-28 Sebastian Drögedashdemux: Fix potential NULL pointer dereference
2017-01-18 Seungha Yangdashdemux: Do pending seek when SIDX is found
2017-01-18 WeiChungChangdashdemux: Fix issue when manifest update sets slow...
2016-12-23 Seungha Yangdashdemux: Add first_offset of sidx box to base offset
2016-12-23 Seungha Yangdashdemux: Ensure sidx parsing when updating fragment...
2016-12-22 Seungha Yangdashdemux: Drain remaining buffer in adapter
2016-12-20 Seungha Yangdashdemux: Always parsing sidx for On-Demand profile
2016-12-13 Sebastian Drögedashdemux: Don't declare variables inside the for loop...
2016-11-19 Seungha Yangdashdemux: Fix leak in gst_dash_demux_stream_free
2016-10-27 Nirbheek ChauhanExplicitly define float constants as float
2016-08-26 Sebastian Drögedashdemux: Add properties to select maximum allowed...
2016-08-25 Sebastian Drögeadaptivedemux: Enable bitrate selection for trick mode...
2016-08-18 Sebastian Drögedashdemux: In KEY_UNITS trick mode, download all I...
2016-08-11 Sebastian DrögeRevert "Revert "dashdemux: When doing SIDX seeking...
2016-08-11 Sebastian Drögedashdemux: When doing chunked downloading on SIDX,...
2016-08-11 Sebastian Drögedashdemux: Collect average moof and first sync sample...
2016-08-11 Sebastian Drögedashdemux: Download any sync-sample following the moof...
2016-08-11 Sebastian Drögedashdemux: If a fragment contains no sync samples,...
2016-08-11 Sebastian Drögedashdemux: Remember if for a stream we could do key...
2016-08-11 Sebastian Drögedashdemux: Also allow key-unit only mode if (some)...
2016-08-11 Sebastian Drögedashdemux: Use chunked downloading for the moof in...
2016-08-11 Sebastian Drögedashdemux: Mark every first buffer of moov, sidx, moof...
2016-08-11 Sebastian Drögedashdemux: Only enable key-unit trick mode for video...
2016-08-11 Sebastian Drögedashdemux: Only do keyframe-only playback if the corres...
2016-08-11 Sebastian Drögedashdemux: Implement downloading of only sync samples
2016-08-11 Sebastian Drögedashdemux: Store parsed moof and extract offsets of...
2016-08-11 Sebastian Drögedashdemux: Implement parsing of moof box
2016-08-11 Sebastian Drögedashdemux: Store box fourccs in the header at a central...
2016-08-11 Sebastian Drögedashdemux: Implement parsing of ISOBMFF boxes
2016-08-05 Edward HerveyRevert "dashdemux: When doing SIDX seeking, return...
2016-08-04 Sebastian Drögedashdemux: When doing SIDX seeking, return instead...
2016-08-02 Alex Ashleydashdemux: include segment duration when calculating...
2016-07-28 Sebastian Drögedashdemux: Skip audio streams if TRICKMODE_NO_AUDIO...
2016-07-28 Sebastian Drögedashdemux: Reset number of subtitle streams counter...
2016-07-01 Sebastian Drögedashdemux: Implement SIDX tracking based on buffer...
2016-07-01 Sebastian Drögedashdemux: Properly keep track of current offset
2016-07-01 Sebastian Drögeadaptivedemux: Get rid of internal stream adapter and...
2016-04-21 Florin Apostoladaptivedemux: use GstSystemClock to all real-time...
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2016-02-23 Florin Apostoldashdemux: correctly handle an HTTP-XSDATE that is...
2016-02-10 Florin Apostoldashdemux: gst_dash_demux_get_live_seek_range returns...
2016-02-09 Thiago Santosdashdemux: plug mpd client leak
2016-02-09 Florin Apostoldashdemux: fix memory leak in gst_dash_demux_update_man...
2016-02-09 Florin Apostolmpdparser: renamed gst_mpd_client_get_next_segment_avai...
2016-02-04 Thiago Santosdashdemux: implement snap seek handling
2016-02-04 Thiago Santosadaptivedemux: handle snap seeks
2016-02-01 Thiago Santosdashdemux: only update current reading position when...
2016-02-01 Thiago Santosdashdemux: respect seeking parameter
2016-01-18 Florin Apostoldashdemux: added check that availabilityStartTime is...
2016-01-15 Thiago Santosadaptivedemux: replace ghostpad with a standard pad
next