summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index d8cf390cbb..d63247687f 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -458,10 +458,9 @@ videocodec ubmp4
; 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 @@ videocodec ffmjpeg
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