From bda32bc73a2e81524dffab8fe3d3989815fc741d Mon Sep 17 00:00:00 2001 From: rtognimp Date: Fri, 9 Dec 2005 16:25:37 +0000 Subject: Move audio packets reordering from codec interface to demuxers for real files (old and new format), pass only real extradata to the codec Enable cook codec from lavc, prefer lavc codecs for 14_4 and 28_8 formats. Disable internal 28_8, it's broken now and will be removed soon git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17150 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 92fbaa4249..5163cddd04 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2100,11 +2100,32 @@ audiocodec qtmace6 driver qtaudio dll "QuickTime.qts" +audiocodec ffra144 + info "FFmpeg RealAudio 1.0" + status working + format 0x345F3431 ; "14_4" + driver ffmpeg + dll "real_144" + +audiocodec ffra288 + info "FFmpeg RealAudio 2.0" + status working + format 0x385F3832 ; "28_8" + driver ffmpeg + dll "real_288" + +audiocodec ffcook + info "FFmpeg COOK audio decoder" + status working + format 0x6B6F6F63 ; "cook" + driver ffmpeg + dll "cook" + audiocodec mpra1428 info "RealAudio 1.0 / 2.0 native decoder" status working format 0x345F3431 ; "14_4" - format 0x385F3832 ; "28_8" +; format 0x385F3832 ; "28_8" ; broken after demuxer changes driver ra1428 audiocodec ra144 @@ -2376,20 +2397,6 @@ audiocodec ffmac6 driver ffmpeg dll "mace6" -audiocodec ffra144 - info "FFmpeg RealAudio 1.0" - status untested - format 0x345F3431 ; "14_4" - driver ffmpeg - dll "real_144" - -audiocodec ffra288 - info "FFmpeg RealAudio 2.0" - status crashing - format 0x385F3832 ; "28_8" - driver ffmpeg - dll "real_288" - audiocodec ffsonic info "FFmpeg Sonic" status untested -- cgit v1.2.3