[MPlayer-cvslog] r37530 - trunk/etc/codecs.conf

cehoyos subversion at mplayerhq.hu
Sat Oct 3 12:59:35 CEST 2015


Author: cehoyos
Date: Sat Oct  3 12:59:34 2015
New Revision: 37530

Log:
Support Screenpresso and Hap decoders.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Fri Oct  2 22:29:04 2015	(r37529)
+++ trunk/etc/codecs.conf	Sat Oct  3 12:59:34 2015	(r37530)
@@ -2695,6 +2695,22 @@ videocodec fftdsc
   dll tdsc
   out BGR24
 
+videocodec ffscreenpresso
+  info "FFmpeg Screenpresso"
+  status working
+  fourcc SPV1
+  driver ffmpeg
+  dll screenpresso
+  out BGR24
+
+videocodec ffhap
+  info "FFmpeg Hap"
+  status working
+  fourcc Hap1,Hap5,HapY
+  driver ffmpeg
+  dll hap
+  out RGBA
+
 videocodec ffzerocodec
   info "FFmpeg ZeroCodec lossless"
   status working


More information about the MPlayer-cvslog mailing list