summaryrefslogtreecommitdiff
path: root/ext/hls
Commit message (Expand)AuthorAgeFilesLines
* hls: Add OPENSSL_CFLAGS to CFLAGSJoe Gorse2016-03-041-1/+1
* adaptivedemux: replace ghostpad with a standard padThiago Santos2016-01-151-4/+1
* hlsdemux: put boolean values into gboolean variablesTim-Philipp Müller2016-01-061-4/+3
* hlsdemux: fix reverse playback seek with snap flagsThiago Santos2016-01-061-5/+24
* hlsdemux: simplify snap flags checkingThiago Santos2016-01-061-6/+4
* hlsdemux: respect keyunit flag for positionThiago Santos2016-01-061-2/+3
* hlsdemux: unquote all the quoted-string attributesAlex Ashley2015-12-221-49/+18
* hlsdemux: make sure every bad update_playlist return sets an errorThiago Santos2015-12-221-2/+6
* hlsdemux: reflow update_playlist a bitTim-Philipp Müller2015-12-191-50/+50
* hlsdemux: fix potential error leakTim-Philipp Müller2015-12-191-4/+2
* hlsdemux: always set timestamp on reverse playbackThiago Santos2015-12-181-1/+1
* hlsdemux: add support for seeking to fragment boundariesDuncan Palmer2015-12-081-1/+22
* hlsdemux: Resync live playlists to the 3rd newest fragment if we fall off the...Sebastian Dröge2015-12-041-0/+15
* hls: m3u8: remove superfluous gst_m3u8_copy() implementationTim-Philipp Müller2015-12-031-78/+4
* hlsdemux: update current variant if connection speed is setMaroš Ondrášek2015-12-021-0/+3
* hlsdemux: Tell the base class the fragment durationJan Schmidt2015-12-021-0/+1
* hlsdemux: When switching bitrate variants, don't jump backJan Schmidt2015-12-021-1/+4
* hlsdemux: correct the calculation of seek range of non-live streamsAlex Ashley2015-12-021-4/+8
* hlsdemux: fix crash when decryption key can't be downloadedTim-Philipp Müller2015-12-011-3/+6
* hls: m3u8: remove pointless client_has_main() functionTim-Philipp Müller2015-12-013-20/+1
* hls: m3u8: remove unused _get_current_fragment_duration() functionTim-Philipp Müller2015-12-012-25/+0
* hls: m3u8: remove unused m3u8 client update_failed_count fieldTim-Philipp Müller2015-12-012-6/+1
* hls: m3u8: remove helper var that's only used during parsing from structureTim-Philipp Müller2015-12-012-7/+4
* hls: rename plugin from fragmented to hlsTim-Philipp Müller2015-12-017-32/+32
* hlsdemux: Always give timestamps if we're discont and don't mark stream disco...Sebastian Dröge2015-12-011-1/+4
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-4/+2
* hls: m3u8: don't leak GList nodes when matching up variant lists after master...Tim-Philipp Müller2015-11-061-1/+1
* adaptivedemux: fixed multithread supportFlorin Apostol2015-10-291-1/+1
* hlsdemux: don't crash or leak memory on broken master playlistAndré Draszik2015-10-251-3/+4
* hlsdemux: change dispose function to finalizeTim-Philipp Müller2015-10-231-4/+4
* hlsdemux: remove helper function only used onceTim-Philipp Müller2015-10-231-16/+8
* hlsdemux: remove deprecated 'fragments-cache' propertyTim-Philipp Müller2015-10-231-52/+0
* hlsdemux: m3u8: move file lookup by sequence directly into codeTim-Philipp Müller2015-10-231-18/+16
* hlsdemux: m3u8: clean-up: remove unused argument in function callTim-Philipp Müller2015-10-232-7/+4
* hlsdemux: m3u8: clean-up: reindent header for better readabilityTim-Philipp Müller2015-10-231-30/+57
* hls/m3u8: Update current position in all casesEdward Hervey2015-10-192-15/+25
* hls: if media sequence is not specified, use 0Thiago Santos2015-10-141-0/+1
* hls: Allow debugging of the playlistEdward Hervey2015-10-141-0/+2
* hlsdemux: Avoid negative sequence numbersEdward Hervey2015-10-141-4/+12
* Update GLib dependency to 2.40.0Sebastian Dröge2015-10-021-19/+0
* hls: m3u8playlist: more clean-upsTim-Philipp Müller2015-09-302-37/+22
* hls: m3u8playlist: fix silly queue iteration codeTim-Philipp Müller2015-09-301-4/+4
* hls: m3u8playlist: more minor playlist_render() clean-upsTim-Philipp Müller2015-09-301-19/+10
* hls: m3u8playlist: move entry rendering into render_playlist()Tim-Philipp Müller2015-09-301-27/+15
* hls: m3u8playlist: simplify gst_m3u8_playlist_render()Tim-Philipp Müller2015-09-302-25/+20
* hls: remove unused macro and direct gio usageTim-Philipp Müller2015-09-304-6/+2
* adaptivedemux: prefix the statistics message name macroPhilippe Normand2015-09-171-1/+1
* Fix file permissions of some filesTim-Philipp Müller2015-08-282-0/+0
* hlsdemux: select correct position for live streams that don't remove fragmentsAthanasios Oikonomou2015-08-261-6/+5
* hlsdemux: abort playlist update when cancelledArnaud Vrac2015-08-191-1/+1