[MPlayer-cvslog] r27355 - in trunk: etc/codecs.conf libmpdemux/mp_taglists.c

compn subversion at mplayerhq.hu
Mon Jul 28 02:50:39 CEST 2008


Author: compn
Date: Mon Jul 28 02:50:39 2008
New Revision: 27355

Log:
add ffmotionpixels codec

Modified:
   trunk/etc/codecs.conf
   trunk/libmpdemux/mp_taglists.c

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Mon Jul 28 02:50:39 2008
@@ -9,6 +9,15 @@ release 20070930
 ;                   VIDEO CODECS
 ;=============================================================================
 
+videocodec ffmvi1
+  info "FFmpeg Motion Pixels Decoder"
+  status working
+  fourcc MVI1 ; internal MPlayer FourCC
+  driver ffmpeg
+  dll motionpixels
+  out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
+  out YV12,YUY2
+
 videocodec ffmdec
   info "FFmpeg Sony PlayStation MDEC (Motion DECoder)"
   status working

Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c	(original)
+++ trunk/libmpdemux/mp_taglists.c	Mon Jul 28 02:50:39 2008
@@ -72,6 +72,7 @@ static const AVCodecTag mp_bmp_tags[] = 
     { CODEC_ID_IDCIN,             MKTAG('I', 'D', 'C', 'I')},
     { CODEC_ID_INTERPLAY_VIDEO,   MKTAG('I', 'N', 'P', 'V')},
     { CODEC_ID_MDEC,              MKTAG('M', 'D', 'E', 'C')},
+    { CODEC_ID_MOTIONPIXELS,      MKTAG('M', 'V', 'I', '1')},
     { CODEC_ID_RL2,               MKTAG('R', 'L', '2', 'V')},
     { CODEC_ID_ROQ,               MKTAG('R', 'o', 'Q', 'V')},
     { CODEC_ID_THP,               MKTAG('T', 'H', 'P', 'V')},



More information about the MPlayer-cvslog mailing list