mpv/audio
wm4 071d24e19d audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCM
ad_dvdpcm reads MPEG specific headers directly (passed through codecdata
by demux_mpg), so you couldn't use ffmpeg's "pcm_dvd" with demux_mpg.
Change demux_mpg to set the correct audio parameters directly. The code
for this is taken from ad_dvdpcm.

ad_dvdpcm is evil because it still does partial packet reads (with
demux_read_data()), and it's redundant to libavcodec anyway.
2012-12-11 00:37:54 +01:00
..
decode audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCM 2012-12-11 00:37:54 +01:00
filter audio: make AC3 pass-through with ad_spdif work 2012-12-03 21:08:52 +01:00
out audio: make AC3 pass-through with ad_spdif work 2012-12-03 21:08:52 +01:00
format.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
format.h audio: make AC3 pass-through with ad_spdif work 2012-12-03 21:08:52 +01:00
mixer.c mixer: fix lowering hw volume while muted 2012-11-14 00:46:15 +01:00
mixer.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
reorder_ch.c af_lavcac3enc, encode: support planar formats 2012-12-03 20:16:17 +01:00
reorder_ch.h af_lavcac3enc, encode: support planar formats 2012-12-03 20:16:17 +01:00