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

rtogni subversion at mplayerhq.hu
Fri May 6 21:03:27 CEST 2016


Author: rtogni
Date: Fri May  6 21:03:26 2016
New Revision: 37862

Log:
Add FFmpeg Matrox Uncompressed SD decoder (M101)

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

Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog	Mon May  2 22:28:04 2016	(r37861)
+++ trunk/Changelog	Fri May  6 21:03:26 2016	(r37862)
@@ -12,7 +12,7 @@ MPlayer
     * support GBR pixel formats for HEVC
     * FFmpeg audio decoders: g721, g732
     * FFmpeg video decoders: more Matrox mpeg2 formats (M702-3-4-5), Truemotion
-      RT
+      RT, Matrox Uncompressed SD
 
     Fixes:
     * fix more issues reported by Coverity

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Mon May  2 22:28:04 2016	(r37861)
+++ trunk/etc/codecs.conf	Fri May  6 21:03:26 2016	(r37862)
@@ -3606,6 +3606,14 @@ videocodec ffavui
   dll avui
   out 422A
 
+videocodec ffm101
+  info "FFmpeg Matrox Uncompressed SD"
+  status working
+  fourcc M101
+  driver ffmpeg
+  dll m101
+  out YUY2,422P10
+
 ; quicktime codecs:
 
 videocodec qtm100


More information about the MPlayer-cvslog mailing list