[Mplayer-cvslog] CVS: main/etc codecs.conf,1.240,1.241

Alex Beregszaszi alex at mplayerhq.hu
Sun Nov 3 00:33:55 CET 2002


Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv32763

Modified Files:
	codecs.conf 
Log Message:
added IJPG fcc and 444P output to ffmjpeg

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- codecs.conf	2 Nov 2002 14:29:50 -0000	1.240
+++ codecs.conf	2 Nov 2002 23:33:51 -0000	1.241
@@ -458,10 +458,9 @@
 
 ; mjpegs:
 ; Notes: m3jpeg+mjpeg are mmx optimized. avid is very stable but slow.
-; ijpg only decodes jpeg images (no mjpg), and slow. ffmjpeg is buggy.
-; Update: ffmjpeg is almost perfect now, prefer it to others.
+; ijpg only decodes jpeg images (no mjpg), and slow.
+; Update: ffmjpeg is almost perfect (and optimized) now, prefer it to others.
 
-; fails only with Spectralfan.mov (marker bug?) & imgp1066.avi (0x0 size)
 videocodec ffmjpeg
   info "FFmpeg MJPEG decoder"
   status working
@@ -470,8 +469,10 @@
   fourcc jpeg ; photo-jpeg
   fourcc mjpa ; Apple MJPEG-A (Quicktime)
   fourcc JFIF ; SMJPEG (Loki)
+  fourcc ijpg,IJPG ; -mf type=jpeg
   driver ffmpeg
   dll mjpeg
+  out 444P
   out 422P
   out YUY2  ; queryed (conversion from yuv422p)
   out YV12,I420,IYUV




More information about the MPlayer-cvslog mailing list