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

cehoyos subversion at mplayerhq.hu
Sun Mar 27 09:16:38 CEST 2011


Author: cehoyos
Date: Sun Mar 27 09:16:38 2011
New Revision: 33125

Log:
FFmpeg Bitmap Brothers JV decoder.

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

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sun Mar 27 04:15:38 2011	(r33124)
+++ trunk/etc/codecs.conf	Sun Mar 27 09:16:38 2011	(r33125)
@@ -3163,6 +3163,14 @@ videocodec fffraps
   dll "fraps"
   out BGR24,YV12,I420
 
+videocodec ffjv
+  info "FFmpeg Bitmap Brothers JV"
+  status working
+  fourcc FFJV ; internal MPlayer FourCC
+  driver ffmpeg
+  dll "jv"
+  out BGR8
+
 videocodec fftiertexseq
   info "FFmpeg Tiertex SEQ"
   status working

Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c	Sun Mar 27 04:15:38 2011	(r33124)
+++ trunk/libmpdemux/mp_taglists.c	Sun Mar 27 09:16:38 2011	(r33125)
@@ -101,6 +101,7 @@ static const AVCodecTag mp_bmp_tags[] = 
     { CODEC_ID_FLIC,              MKTAG('F', 'L', 'I', 'C')},
     { CODEC_ID_IDCIN,             MKTAG('I', 'D', 'C', 'I')},
     { CODEC_ID_INTERPLAY_VIDEO,   MKTAG('I', 'N', 'P', 'V')},
+    { CODEC_ID_JV,                MKTAG('F', 'F', 'J', 'V')},
     { CODEC_ID_MDEC,              MKTAG('M', 'D', 'E', 'C')},
     { CODEC_ID_MOTIONPIXELS,      MKTAG('M', 'V', 'I', '1')},
     { CODEC_ID_NUV,               MKTAG('N', 'U', 'V', '1')},


More information about the MPlayer-cvslog mailing list