1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-30 11:42:04 +00:00
mpv/stream
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
..
freesdp
librtsp
realrtsp build: switch to libavutil bswap.h and intreadwrite.h 2012-02-01 22:46:27 +02:00
ai_alsa1x.c
ai_oss.c
asf_mmst_streaming.c
asf_mmst_streaming.h
asf_streaming.c build: switch to libavutil bswap.h and intreadwrite.h 2012-02-01 22:46:27 +02:00
audio_in.c
audio_in.h
cache2.c build: remove OS/2 support 2012-04-06 17:45:56 +03:00
cache2.h
cdd.h
cdinfo.c
cookies.c windows support: unicode filenames 2012-03-09 20:48:54 +02:00
cookies.h
dvb_tune.c
dvb_tune.h
dvbin.h
frequencies.c
frequencies.h
http.c configure, build: require at least Libav 0.7 2011-12-22 01:27:45 +02:00
http.h
network.c Remove some demuxers and decoders 2012-07-30 22:14:32 +02:00
network.h
open.c Add support for playing video from streaming sites with libquvi 2012-07-28 22:05:34 +02:00
pnm.c build: switch to libavutil bswap.h and intreadwrite.h 2012-02-01 22:46:27 +02:00
pnm.h
pvr.h
rtp.c
rtp.h
stream_bluray.c
stream_cdda.c Remove compile time/runtime CPU detection, and drop some platforms 2012-07-30 01:37:28 +02:00
stream_cddb.c build: remove OS/2 support 2012-04-06 17:45:56 +03:00
stream_cue.c
stream_dvb.c
stream_dvd_common.c build: switch to libavutil bswap.h and intreadwrite.h 2012-02-01 22:46:27 +02:00
stream_dvd_common.h
stream_dvd.c
stream_dvd.h
stream_dvdnav.c
stream_dvdnav.h
stream_ffmpeg.c stream_ffmpeg: fix broken line from 30afc64532 2012-04-18 01:27:55 +03:00
stream_file.c Merge remote-tracking branch 'origin/master' into my_master 2012-03-16 19:14:44 +01:00
stream_ftp.c
stream_live555.c
stream_mf.c
stream_nemesi.c
stream_netstream.c
stream_netstream.h
stream_null.c
stream_pvr.c stream_pvr: fix field size / snprintf size mismatch 2012-04-11 03:56:30 +03:00
stream_radio.c
stream_radio.h
stream_rtp.c
stream_rtsp.c
stream_smb.c
stream_tv.c
stream_udp.c
stream_vcd.c build: remove OS/2 support 2012-04-06 17:45:56 +03:00
stream_vstream.c stream_vstream: fix vstream_error format string 2012-04-01 17:35:01 +03:00
stream.c bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
stream.h
tcp.c
tcp.h
tv.c demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY 2012-07-25 01:10:30 +03:00
tv.h
tvi_bsdbt848.c
tvi_def.h
tvi_dshow.c
tvi_dshow.h
tvi_dummy.c
tvi_v4l2.c
tvi_v4l.c
udp.c
udp.h
url.c
url.h
vcd_read_darwin.h
vcd_read_fbsd.h build: switch to libavutil bswap.h and intreadwrite.h 2012-02-01 22:46:27 +02:00
vcd_read_win32.h
vcd_read.h build: switch to libavutil bswap.h and intreadwrite.h 2012-02-01 22:46:27 +02:00