summaryrefslogtreecommitdiff
path: root/gst-libs/gst/adaptivedemux/gstadaptivedemux.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Explicitly define float constants as floatNirbheek Chauhan1-1/+1
2016-10-11adaptivedemux: fix buffer size print formatArnaud Vrac1-1/+1
2016-10-08adaptivedemux: Calculate values before queue2Edward Hervey1-2/+57
2016-09-12adaptivedemux: Also never have the SINK flag set on adaptivedemuxSebastian Dröge1-1/+2
2016-09-10adaptivedemux: fix typo in new APIThiago Santos1-1/+1
2016-09-10adaptivedemux: prevent to propagate source flag to itselfWonchul Lee1-0/+2
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-7/+8
2016-08-25adaptivedemux: Enable bitrate selection for trick mode streaming againSebastian Dröge1-6/+0
2016-08-23adaptivedemux: Fix broken updates loop on live streamsJan Schmidt1-0/+3
2016-08-23adaptivedemux: fix stream exposure conditionMichael Olbrich1-4/+7
2016-08-11adaptivedemux: Add API for allowing subclasses to download URLs in chunksSebastian Dröge1-7/+89
2016-08-04adaptivedemux: On EOS, handle it before waking download loopJan Schmidt1-2/+2
2016-08-03adaptivedemux: Never ever hold the manifest lock while changing the source el...Sebastian Dröge1-16/+38
2016-08-02adaptivedemux: retry once on 4xx/5xx in certain conditionsVincent Penquerc'h1-43/+157
2016-08-02adaptivedemux: expose HTTP statusAlex Ashley1-6/+13
2016-08-02adaptivedemux: allow seeking before start in live streamsVincent Penquerc'h1-0/+17
2016-07-29adaptivedemux: Also call reset() in READY->PAUSEDSebastian Dröge1-0/+1
2016-07-15adaptivedemux: Add more safeguards around state changes.Jan Schmidt1-16/+54
2016-07-15adaptivedemux: Add debug code to change bitrate.Jan Schmidt1-0/+13
2016-07-15adaptivedemux: More locking/switching fixesJan Schmidt1-6/+30
2016-07-15adaptivedemux: Don't switch streams and expose pads while downloading.Jan Schmidt1-5/+22
2016-07-15adaptivedemux: Drop the manifest lock during outbound actionsJan Schmidt1-5/+45
2016-07-07adaptivedemux: Also consider more seek flags as "snap" seeksEdward Hervey1-3/+5
2016-07-01adaptivedemux: Add custom flow return for allowing subclasses to specify when...Sebastian Dröge1-6/+19
2016-07-01adaptivedemux: Get rid of internal stream adapter and let subclasses handle t...Sebastian Dröge1-16/+5
2016-06-09adaptivedemux: Move SEEK handling to a separate functionEdward Hervey1-187/+190
2016-06-06adaptivedemux: Set DISCONT on startup, resume and after seeksEdward Hervey1-1/+4
2016-05-19adaptivedemux: fix pending tags leakGuillaume Desmottes1-0/+2
2016-05-06adaptivedemux: fix threading issues in gst_adaptive_demux_wait_until functionAlex Ashley1-13/+62
2016-04-21adaptivedemux: use realtime_clock for waiting for a conditionFlorin Apostol1-23/+80
2016-04-21adaptivedemux: use GstSystemClock to all real-time calculationsFlorin Apostol1-12/+84
2016-03-31adaptivedemux: Handle find_stream_for_pad() without g_assert_not_reached() if...Sebastian Dröge1-4/+4
2016-03-02adaptivedemux: Fix REMOVE_SNAP_FLAGS() macroSebastian Dröge1-1/+1
2016-02-26adaptivedemux: handle snap seeking without setting any positionThiago Santos1-20/+30
2016-02-16adaptivedemux: restore bitrate averaging supportPhilippe Normand1-6/+44
2016-02-16adaptivedemux: remove queue2 overrun notificationPhilippe Normand1-10/+0
2016-02-10dashdemux: gst_dash_demux_get_live_seek_range returns positive valuesFlorin Apostol1-0/+5
2016-02-08adaptivedemux: remove overwritten valueLuis de Bethencourt1-2/+1
2016-02-05adaptivedemux: Update position in stream->segment for new stream segment mess...David Waring1-4/+1
2016-02-04adaptivedemux: handle snap seeksThiago Santos1-8/+63
2016-02-04adaptivedemux: add utility function to get stream from padThiago Santos1-17/+29
2016-01-22adaptivedemux: fix leak of stream->internal_padAlex Ashley1-0/+5
2016-01-15adaptivedemux: replace ghostpad with a standard padThiago Santos1-54/+38
2016-01-15adaptivedemux: do not flush the input padFlorin Apostol1-15/+2
2016-01-07adaptivedemux: fix seeking that just updates stop positionThiago Santos1-9/+57
2016-01-07adaptivedemux: fix segment update on seeksThiago Santos1-3/+3
2016-01-06adaptivedemux: stop reverse playback when we reach the limitThiago Santos1-1/+1
2016-01-06adaptivedemux: correctly track segment.position in reverse playbackThiago Santos1-2/+6
2015-12-08adaptivedemux: avoid pushing events with manifest lockThiago Santos1-15/+31
2015-12-03adaptivedemux: Log PTS of buffers that are pushed downstreamSebastian Dröge1-0/+3