0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/etc
wm4 1fde09db6f Remove some demuxers and decoders
Most of these demuxers and decoders are provided in better form by
libav, while the mplayer builtin ones are essentially unmaintained. The
only legimitate use case for not using the libav ones was working around
libav bugs or bugs related to the way mplayer uses libav. Instead of
trying to keep dead code alive, development effort should go into
improving libav or the mplayer libav glue code.

Note that the libav demuxer have been preferred over the mplayer builtin
ones for a while in mplayer2. There were some exceptions: playing DVDs
with dvdnav or playing network sources. (That's because some stream
modules and network.c requested explicit file formats, such as
DEMUXER_TYPE_MPEG_PS, which mapped to builtin demuxers.) With this
commit, they are switched to use libav. One caveat is that the requested
format is not passed to libavformat, instead we rely on the auto probing
to select the correct libav demuxer (see code in demux_open_stream()).
2012-07-30 22:14:32 +02:00
..
codecs.conf Remove some demuxers and decoders 2012-07-30 22:14:32 +02:00
example.conf example.conf: Disambiguate remarks about profiles 2011-01-31 16:03:10 +02:00
input.conf win32: support key modifiers (shift, ctrl, alt) 2012-04-06 23:56:30 +02:00
inttypes.h Simplified support for libc5 systems. 2004-01-30 09:07:28 +00:00
mplayer.desktop etc/mplayer.desktop: revise desktop file 2011-07-06 09:28:04 +03:00
mplayer.ico mplayer 64x64 256color icon 2003-04-20 11:51:04 +00:00
mplayer.xpm Add 32x32 XPM icon as mandated by Debian policy. 2006-04-04 06:48:14 +00:00