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
This commit is contained in:
reimar 2010-11-27 09:49:17 +00:00 committed by Uoti Urpala
parent 21df1d5ec5
commit 04a3a3825f
1 changed files with 10 additions and 1 deletions

View File

@ -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