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

reimar subversion at mplayerhq.hu
Thu Feb 25 18:09:25 CET 2016


Author: reimar
Date: Thu Feb 25 18:09:25 2016
New Revision: 37798

Log:
codecs.conf: add ffmpeg rawdec for paletted formats.

Will be used for the variants not supported by
our raw decoder, like 4 and 2 bit paletted.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Thu Feb 25 18:09:23 2016	(r37797)
+++ trunk/etc/codecs.conf	Thu Feb 25 18:09:25 2016	(r37798)
@@ -4283,6 +4283,18 @@ videocodec rawbgr1
   format 0x42475201
   out BGR1 flip
 
+videocodec ffrawpal
+  info "RAW PAL8"
+  comment "For decoding paletted 2 and 4 bit formats"
+  status working
+  driver ffmpeg
+  dll rawvideo
+  format 0x0
+  format 0x20776172 0x42475204
+  format 0x42475204
+  format 0x42475202
+  out BGR8 flip
+
 videocodec rawyuy2
   info "RAW YUY2"
   status working


More information about the MPlayer-cvslog mailing list