[MPlayer-cvslog] r37801 - trunk/etc/codecs.conf
reimar
subversion at mplayerhq.hu
Thu Feb 25 22:34:45 CET 2016
Author: reimar
Date: Thu Feb 25 22:34:45 2016
New Revision: 37801
Log:
codecs.conf: Prefer FFmpeg raw decoder for paletted.
It is more likely to give the correct results,
it seems even when combined with our native e.g.
AVI demuxer, and it has more feature like supporting
paletted 1-bit formats.
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Thu Feb 25 22:34:43 2016 (r37800)
+++ trunk/etc/codecs.conf Thu Feb 25 22:34:45 2016 (r37801)
@@ -4258,6 +4258,20 @@ videocodec rawbgr15
format 0x4247520F
out BGR15
+videocodec ffrawpal
+ info "RAW PAL8"
+ comment "For decoding paletted 1, 2, 4 and 8 bit formats"
+ status working
+ driver ffmpeg
+ dll rawvideo
+ format 0x0
+ format 0x20776172 0x42475208
+ format 0x42475208
+ format 0x42475204
+ format 0x42475202
+ format 0x42475201
+ out BGR8,BGR1,RGB1
+
videocodec rawbgr8
info "RAW BGR8"
status working
@@ -4276,18 +4290,6 @@ videocodec rawbgr1
format 0x42475201
out BGR1
-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
-
videocodec rawyuy2
info "RAW YUY2"
status working
More information about the MPlayer-cvslog
mailing list