From 04a3a3825f3638e04529e3deb6dbaf1bd2d46531 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 27 Nov 2010 09:49:17 +0000 Subject: codecs.conf: add Avid DNxHD through QuickTime Add support for decoding Avid DNxHD through the QuickTime component. This is needed for the 10-bit variant which the FFmpeg decoder does not support (unfortunately both use the same FourCC). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32649 b3059339-0415-0410-9bf9-f77b7e298cf2 Bump codecs.conf version. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32650 b3059339-0415-0410-9bf9-f77b7e298cf2 change dnxhd to qtdnxhd. consistant with all other quicktime decoders git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32658 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/etc/codecs.conf b/etc/codecs.conf index 4faaa307d0..fe3f6d299d 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -3,7 +3,7 @@ ; Before editing this file, please read DOCS/tech/codecs.conf.txt ! ;============================================================================= -release 20100605 +release 20101127 ;============================================================================= ; VIDEO CODECS @@ -2714,6 +2714,15 @@ videocodec ffcavs dll "cavs" out YV12,I420 +videocodec qtdnxhd + info "QuickTime Avid DNxHD" + comment "needed for decoding 10-bit DNxHD" + status working + fourcc AVdn + driver qtvideo + dll "AvidAVdnCodec.qtx" + out UYVY,BGR24 + videocodec ffdnxhd info "FFmpeg DNxHD" status working -- cgit v1.2.3