mpv/demux
wm4 82f2613ade command, demux: add AB-loop keyframe cache align command
Helper for the ab-loop-dump-cache command, see manpage additions.

This is kind of shit. Not only is this a very "special" feature, but it
also vomits more messy code into the big and already bloated demux.c,
and the implementation is sort of duplicated with the dump-cache code.
(Except it's different.) In addition, the results sort of depend what a
video player would do with the dump-cache output, or what the user wants
(for example, a user might be more interested in the range of output
audio, instead of the video).

But hey, I don't actually need to justify it. I'm only justifying it for
fun.
2019-09-19 20:37:05 +02:00
..
cache.c demux: add a on-disk cache 2019-09-19 20:37:05 +02:00
cache.h demux: add a on-disk cache 2019-09-19 20:37:05 +02:00
codec_tags.c
codec_tags.h
cue.c
cue.h
demux.c command, demux: add AB-loop keyframe cache align command 2019-09-19 20:37:05 +02:00
demux.h command, demux: add AB-loop keyframe cache align command 2019-09-19 20:37:05 +02:00
demux_cue.c
demux_edl.c
demux_lavf.c demux: make webm dash work by using init fragment on all demuxers 2019-09-19 20:37:05 +02:00
demux_libarchive.c stream: create memory streams in more straightforward way 2019-09-19 20:37:05 +02:00
demux_mf.c
demux_mkv.c demux_mkv: add hacks to avoid a single warning 2019-09-19 20:37:05 +02:00
demux_mkv_timeline.c
demux_null.c
demux_playlist.c stream: create memory streams in more straightforward way 2019-09-19 20:37:05 +02:00
demux_raw.c
demux_timeline.c
ebml.c
ebml.h
matroska.h
packet.c packet: change memory estimation heuristics 2019-09-19 20:37:05 +02:00
packet.h demux: add a on-disk cache 2019-09-19 20:37:05 +02:00
stheader.h
timeline.c
timeline.h