[MPlayer-cvslog] r37864 - in trunk: Changelog etc/codecs.conf
rtogni
subversion at mplayerhq.hu
Mon May 9 22:12:48 CEST 2016
Author: rtogni
Date: Mon May 9 22:12:48 2016
New Revision: 37864
Log:
Support more pixel formats for RSCC and Screnpresso video decoders
Modified:
trunk/Changelog
trunk/etc/codecs.conf
Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog Mon May 9 20:57:34 2016 (r37863)
+++ trunk/Changelog Mon May 9 22:12:48 2016 (r37864)
@@ -1,7 +1,7 @@
MPlayer
Decoders, demuxers, streams:
- * More pixel formats are supported for VP9
+ * More pixel formats are supported for VP9, RSCC, Screenpresso
* pvr:// support for the Hauppauge HD PVR model 1212
* Speed up detection of mpg format while streaming (limit probe to 4 MB)
* demuxer: fall back to audio pts if all others are unavailable (#1928)
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Mon May 9 20:57:34 2016 (r37863)
+++ trunk/etc/codecs.conf Mon May 9 22:12:48 2016 (r37864)
@@ -164,7 +164,7 @@ videocodec ffrscc
fourcc RSCC,ISCC
driver ffmpeg
dll rscc
- out BGRA
+ out BGRA,BGR24,BGR15LE
videocodec ffzmbv
info "FFmpeg Zip Motion-Block Video"
@@ -2760,7 +2760,7 @@ videocodec ffscreenpresso
fourcc SPV1
driver ffmpeg
dll screenpresso
- out BGR24
+ out BGR24,BGRA,BGR15LE
videocodec ffhap
info "FFmpeg Hap"
More information about the MPlayer-cvslog
mailing list