mpv/demux
wm4 ebe798cbc0 demux_subreader: remove support for some subtitle formats
Drop: sami, vplayer, rt, pjs, mpsub, aqt, jacosub. None of these seem
to be actually in use, except sami. Sami is very complex, and the
results subreader produces are not very useful.

For all these formats, there are still parsers in FFmpeg. We remove the
subreader implementation, because it might contain security relevant
bugs and such. (This is old, unmaintained C string parsing code, written
in times where absolutely nobody cared about security. The kind of
awesome code.)

We keep the other formats, because they're (mostly) commonly used and
relatively simple, for UTF16 support (still missing in FFmpeg), and for
the sake of Libav.
2014-05-19 01:40:41 +02:00
..
codec_tags.c demux: add "BIKb" FourCC 2014-04-08 22:59:53 +02:00
codec_tags.h
demux.c options: remove deprecated --identify 2014-05-04 02:46:11 +02:00
demux.h mp_tags: move generic mp_tags stuff into its own .c/.h files in common/ 2014-04-13 18:03:01 +02:00
demux_cue.c
demux_edl.c
demux_lavf.c demux_lavf: one more hack for mp3 from network 2014-05-04 20:38:46 +02:00
demux_libass.c demux_libass: change how external ASS subtitles are loaded 2014-03-15 22:17:51 +01:00
demux_mf.c
demux_mkv.c demux_mkv: enable parsing for VP9 2014-04-26 22:24:15 +02:00
demux_playlist.c demux_playlist: fix m3u detection logic 2014-05-11 16:40:41 +02:00
demux_raw.c
demux_subreader.c demux_subreader: remove support for some subtitle formats 2014-05-19 01:40:41 +02:00
ebml.c ebml: remove length parameters from read functions 2014-01-14 17:38:51 +01:00
ebml.h ebml: remove length parameters from read functions 2014-01-14 17:38:51 +01:00
matroska.h
mf.c build: glob() is always available 2014-04-22 01:42:57 +02:00
mf.h
ms_hdr.h
packet.h
stheader.h demux: export video rotation parameter 2014-04-21 02:57:16 +02:00