# HG changeset patch # User alex # Date 1009032021 0 # Node ID a3b5057e53cf37d5963fbc2920ceae35e69c8458 # Parent af1f8e2d693aff3b0c374778fecb36e068581f13 added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder diff -r af1f8e2d693a -r a3b5057e53cf etc/codecs.conf --- a/etc/codecs.conf Sat Dec 22 14:32:08 2001 +0000 +++ b/etc/codecs.conf Sat Dec 22 14:40:21 2001 +0000 @@ -216,6 +216,14 @@ dll h263 out YV12 +videocodec ffrv10 + info "FFmpeg RV10 decoder" + status working + fourcc RV10,rv10 + driver ffmpeg + dll rv10 + out YV12 + videocodec ffdivx info "FFmpeg DivX ;-) (MS MPEG-4 v3)" status working @@ -245,6 +253,7 @@ status working format 0x10000001 ; mpeg 1 format 0x10000002 ; mpeg 2 + fourcc mpg1,mpg2 driver ffmpeg dll "mpegvideo" out YV12 @@ -548,6 +557,18 @@ ; out YUY2 out BGR32,BGR24,BGR16,BGR15 +videocodec pim1 + info "PIM1" + status buggy + comment "no picture" + fourcc PIM1 + driver vfw + dll "PCLEPIM1.DLL" + out BGR24 flip +; out I420 +; out YUY2 +; out BGR32,BGR24,BGR16,BGR15 + videocodec 3ivXqtx info "3ivX Delta 3.5" status crashing @@ -631,12 +652,17 @@ ; ============== RAW (uncompressed) and NULL CODECS ========= ; these raw codecs are used mostly by tv input +; 0x20776172 is used by Quicktime ('raw ') +; 0x0 is used by AVI +; YV12,RGB|32,RGB|24.. is created by MPlayer + videocodec rawyv12 info "RAW YV12" comment "pre-postprocessing support" status working driver raw format 0x0 + format 0x20776172 fourcc yv12,YV12 out YV12 @@ -645,6 +671,7 @@ status working driver raw format 0x0 + format 0x20776172 fourcc yuy2,YUY2 out YUY2 @@ -653,6 +680,7 @@ status working driver raw format 0x0 + format 0x20776172 fourcc uyvy,UYVY out UYVY @@ -661,6 +689,7 @@ status working driver raw format 0x0 + format 0x20776172 format 0x52474220 out RGB32 @@ -669,6 +698,7 @@ status working driver raw format 0x0 + format 0x20776172 format 0x52474218 out RGB24 @@ -677,6 +707,7 @@ status working driver raw format 0x0 + format 0x20776172 format 0x52474210 out RGB16 @@ -685,6 +716,7 @@ status working driver raw format 0x0 + format 0x20776172 out BGR24 flip videocodec rawbgr15 @@ -692,6 +724,7 @@ status working driver raw format 0x0 + format 0x20776172 out BGR15 flip videocodec null @@ -911,5 +944,6 @@ status untested comment "does not work yet - just noise :(" format 0x111 ; vivo g.723 + format 0x112 ; vivo siren driver g72x dll "g72x.c"