summaryrefslogtreecommitdiffstats
path: root/demux/demux_timeline.c
Commit message (Expand)AuthorAgeFilesLines
* stream, demux: redo origin policy thingwm42019-12-201-0/+1
* demux: do not make up demuxer_idwm42019-12-031-1/+1
* demux_timeline, demux_edl: correctly enable cache in pseudo-DASH modewm42019-10-081-0/+3
* demux: propagate streaming flag through demux_timelinewm42019-09-201-1/+4
* demux: refactor cache range init/deinitwm42019-09-191-6/+2
* demux_timeline: add heuristic to fix shifted seeks with separate audiowm42019-09-191-11/+80
* demux_edl, cue, mkv: slightly nicer file format indicationwm42019-09-191-2/+2
* demux_edl, cue, mkv: clean up timeline stuff slightlywm42019-09-191-13/+24
* demux_edl: add no_clipwm42019-09-191-6/+7
* demux_timeline: include "dash" hint in reported file formatwm42019-09-191-1/+2
* demux_timeline: disable end-of-segment handling in DASH modewm42019-09-191-2/+2
* demux_timeline: report network speed of slave connectionswm42019-09-191-1/+15
* demux, demux_edl: add extension for tracks sourced from separate streamswm42019-09-191-137/+241
* demux: get rid of ->control callbackwm42019-09-191-8/+3
* demux_timeline: fix off by one error, rearrange weird codewm42019-09-191-4/+4
* demux: return packets directly from demuxer instead of using sh_streamwm42019-09-191-8/+9
* demux: get rid of free_demuxer[_and_stream]()wm42018-05-241-2/+2
* demux: add a "cancel" fieldwm42018-05-241-1/+1
* demux_timeline: disable pointless packet cache for sub-demuxerswm42017-12-101-0/+7
* demux_timeline: don't use segments for DASHwm42017-10-261-1/+1
* demux_timeline: trust attached picture flagwm42017-10-251-0/+1
* demux: get rid of demux_packet.new_segment fieldwm42017-10-241-6/+1
* demux_timeline: change virtual_stream array to array of pointerswm42017-10-241-8/+9
* demux: drop redundant SEEK_BACKWARD flagwm42017-10-231-3/+3
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHwm42017-06-201-8/+3
* demux: replace custom return codes with CONTROL_ oneswm42017-06-191-3/+3
* demux_timeline: more silencingwm42017-02-041-1/+1
* ytdl_hook, edl: implement pseudo-DASH supportwm42017-02-041-18/+80
* demux_timeline: move code aroundwm42017-02-041-41/+41
* player: different way to auto-enable the demuxer cachewm42017-02-021-0/+2
* demux_timeline: always signal new segment after a seekwm42016-11-091-3/+1
* demux_timeline: enable refresh seeks in some situationswm42016-08-071-0/+5
* player: improve instant track switchingwm42016-08-061-1/+1
* demux_timeline: restore mkv edition switchingwm42016-07-141-0/+3
* demux_timeline: request subtitle prefetching on crossing segmentswm42016-03-251-1/+1
* demux_timeline: skip decoder reinit when seeking to same segmentwm42016-03-171-5/+3
* demux_timeline: set correct seekable flagswm42016-03-031-1/+1
* demux: remove relative seekingwm42016-02-281-15/+3
* demux_timeline: slightly improve reported file formatwm42016-02-251-1/+3
* demux_timeline: fix nested timelineswm42016-02-201-1/+1
* demux_timeline: cosmetics: move a functionwm42016-02-161-26/+24
* demux_timeline: disable cache for inactive segmentswm42016-02-161-0/+8
* Rewrite ordered chapters and timeline stuffwm42016-02-151-0/+392