summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-11-27 09:49:17 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-12-16 04:57:04 +0200
commit04a3a3825f3638e04529e3deb6dbaf1bd2d46531 (patch)
treef72b5d60043e21f8f8c3fb345002834654beced7
parent21df1d5ec5681c744ba8679c8484c3e451d36f13 (diff)
downloadmpv-04a3a3825f3638e04529e3deb6dbaf1bd2d46531.tar.bz2
mpv-04a3a3825f3638e04529e3deb6dbaf1bd2d46531.tar.xz
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
-rw-r--r--etc/codecs.conf11
1 files changed, 10 insertions, 1 deletions
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