[MPlayer-cvslog] r37687 - in trunk: Changelog etc/codecs.conf

rtogni subversion at mplayerhq.hu
Fri Feb 12 00:10:47 CET 2016


Author: rtogni
Date: Fri Feb 12 00:10:47 2016
New Revision: 37687

Log:
Add support for FFmpeg Cineform HD decoder

The binaries are still preferred, since not all samples are playable yet

Modified:
   trunk/Changelog
   trunk/etc/codecs.conf

Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog	Thu Feb 11 23:24:39 2016	(r37686)
+++ trunk/Changelog	Fri Feb 12 00:10:47 2016	(r37687)
@@ -8,7 +8,7 @@ MPlayer
       Xbox media 1 and 2, Ulead DV
     * FFmpeg video decoders: Screenpresso, Hap, more Go2Meeting formats,
       DXV, apng, AVS, CPiA, EA TGQ, EA TQI, Cryo HMN4, Canopus HQ, RSCC/ISCC,
-      QTrle monochrome, Canopus C210, Drastic YUYV
+      QTrle monochrome, Canopus C210, Drastic YUYV, Cineform HD
 
     Fixes:
     * fix many crashes with fuzzed files

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Thu Feb 11 23:24:39 2016	(r37686)
+++ trunk/etc/codecs.conf	Fri Feb 12 00:10:47 2016	(r37687)
@@ -2842,6 +2842,14 @@ videocodec cfhdvfw
   dll "cinevfw.dll"
   out BGR32
 
+videocodec ffcfhd
+  info "FFmpeg Cineform HD"
+  status working
+  fourcc CFHD
+  driver ffmpeg
+  dll cfhd
+  out 422P10,GBR12P
+
 videocodec canopushq
   status working
   info "Canopus HQ Codec"


More information about the MPlayer-cvslog mailing list