mpv/audio/decode
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
..
ad.c audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCM 2012-12-11 00:37:54 +01:00
ad.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
ad_internal.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
ad_lavc.c audio/decode: remove ad_pcm and use ad_lavc for PCM 2012-12-11 00:37:54 +01:00
ad_mpg123.c
ad_spdif.c audio: make AC3 pass-through with ad_spdif work 2012-12-03 21:08:52 +01:00
dec_audio.c audio: improve decoder open failure handling 2012-12-03 21:08:52 +01:00
dec_audio.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00