mpv/demux
wm4 0949ee347d demux_lavf: do a better job at guessing the vobsub .sub filename
Vobsubs come as .idx/.sub pair of files. The .idx file is the one that
should be opened, but the name of the .sub file is unknown. We can now
make our own guess what the name of that file is. In particular, improve
support with URLs (as these can have the file extension in the middle of
the filename string if there are HTTP parameters).

Note that this works only with newer ffmpeg versions, because the
recently added sub_name demuxer option is used for this.
2015-05-28 21:51:54 +02:00
..
codec_tags.c Remove some FFmpeg/Libav compatibility hacks 2015-03-03 12:28:46 +01:00
codec_tags.h demux_mkv: support embedded coverart 2014-12-22 12:53:51 +01:00
cue.c demux_cue: move cue parser to a separate file 2015-05-19 21:36:21 +02:00
cue.h demux_cue: move cue parser to a separate file 2015-05-19 21:36:21 +02:00
demux.c demux: don't get stuck on some cases of timestamp resets 2015-05-26 12:59:48 +02:00
demux.h demux_mkv: move global options to the demuxer 2015-04-23 19:21:17 +02:00
demux_cue.c demux_cue: move cue parser to a separate file 2015-05-19 21:36:21 +02:00
demux_disc.c demux: change demux_open() signature 2015-02-20 21:21:14 +01:00
demux_edl.c demux_edl: fix includes 2015-05-24 23:27:23 +02:00
demux_lavf.c demux_lavf: do a better job at guessing the vobsub .sub filename 2015-05-28 21:51:54 +02:00
demux_libass.c player: enable cache and demuxer thread for subtitles too 2015-02-18 21:12:57 +01:00
demux_mf.c Update license headers 2015-04-13 12:10:01 +02:00
demux_mkv.c demux_mkv: limit timestamp fixing to 1ms max 2015-04-23 20:17:43 +02:00
demux_mkv_timeline.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
demux_playlist.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
demux_rar.c demux: fix rar support for files containing DTS audio tracks 2015-03-24 21:29:09 +01:00
demux_raw.c player: change video-bitrate and audio-bitrate properties 2015-04-20 20:52:16 +02:00
demux_subreader.c Update license headers 2015-04-13 12:10:01 +02:00
demux_tv.c audio: decouple demux and audio decoder/filter sample formats 2014-09-24 22:55:50 +02:00
ebml.c Update license headers 2015-04-13 12:10:01 +02:00
ebml.h Update license headers 2015-04-13 12:10:01 +02:00
matroska.h Update license headers 2015-04-13 12:10:01 +02:00
packet.c demux_mkv: refactor packet parsing 2015-02-05 21:52:07 +01:00
packet.h Update license headers 2015-04-13 12:10:01 +02:00
stheader.h player: change video-bitrate and audio-bitrate properties 2015-04-20 20:52:16 +02:00
timeline.c demux: timeline: honor quit requests 2015-02-20 22:08:02 +01:00
timeline.h demux: timeline: honor quit requests 2015-02-20 22:08:02 +01:00