summaryrefslogtreecommitdiffstats
path: root/demux/demux_timeline.c
Commit message (Expand)AuthorAgeFilesLines
* 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