1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00
mpv/audio/decode
wm4 af0c41e162 Remove old demuxers
Delete demux_avi, demux_asf, demux_mpg, demux_ts. libavformat does
better than them (except in rare corner cases), and the demuxers have
a bad influence on the rest of the code. Often they don't output
proper packets, and require additional audio and video parsing. Most
work only in --no-correct-pts mode.

Remove them to facilitate further cleanups.
2013-07-07 23:54:11 +02:00
..
ad_internal.h audio/decode: remove vararg from ad_control() 2013-04-12 20:35:59 +02:00
ad_lavc.c core: add common function to initialize AVPacket 2013-06-03 22:40:07 +02:00
ad_mpg123.c options: remove --stereo 2013-06-13 00:59:27 +02:00
ad_spdif.c Merge branch 'audio_changes' 2013-05-12 21:47:55 +02:00
ad.c core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
ad.h Merge branch 'audio_changes' 2013-05-12 21:47:55 +02:00
dec_audio.c Remove old demuxers 2013-07-07 23:54:11 +02:00
dec_audio.h core: make options.c compile standalone 2013-06-08 17:08:20 +02:00