summaryrefslogtreecommitdiff
path: root/ext/hls
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hlsdemux: don't warn about duration if it is not knownThiago Santos2015-08-071-2/+5
* hlsdemux: demote error to warningThiago Santos2015-07-241-1/+1
* hlsdemux: Fix wrong gst-launch command in the descriptionJimmy Ohn2015-06-051-1/+1
* hlsdemux: drop TODO that doesn't need a solutionThiago Santos2015-06-051-1/+0
* Revert "hlsdemux: Simplify logic in process_manifest"Thiago Santos2015-06-052-10/+11
* hlsdemux: Search more when advancing fragmentEdward Hervey2015-05-281-1/+37
* hlsdemux: remove more unused attributesThiago Santos2015-05-272-8/+0
* hlsdemux: remove unused attributeThiago Santos2015-05-272-12/+0
* hlsdemux: Simplify logic in process_manifestJimmy Ohn2015-05-182-11/+10
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* hlsdemux: Use the downloader of the base class instead of creating our ownSebastian Dröge2015-04-232-17/+6
* hlsdemux: Don't error out if we can't match variant playlists after updatingSebastian Dröge2015-04-231-8/+9
* hlsdemux: Fix how the playlists are refreshedSebastian Dröge2015-04-231-5/+3
* adaptivedemux: Allow subclasses to override how a new manifest would be downl...Sebastian Dröge2015-04-231-4/+5
* hlsdemux: handle too short segmentsThiago Santos2015-04-221-64/+79