# HG changeset patch # User alex # Date 1004874209 0 # Node ID cd2841d7d35ef66c024938208d4bc79273c7ed9b # Parent aadcae54d45c61f282cf12cb6277727753ade9b8 added vivo h.263, vivo g.723, twos diff -r aadcae54d45c -r cd2841d7d35e etc/codecs.conf --- a/etc/codecs.conf Sun Nov 04 11:20:11 2001 +0000 +++ b/etc/codecs.conf Sun Nov 04 11:43:29 2001 +0000 @@ -8,7 +8,7 @@ videocodec u263 info "UB Video H.263+ Decoder" - comment "added by Juanjo" + comment "added by Juanjo (also working with VIVO)" status working fourcc U263 driver dshow @@ -134,6 +134,14 @@ out YUY2 out BGR32,BGR24,BGR15 +videocodec vivo + info "Vivo H.263" + status working + fourcc VIVO,vivo vivo + driver vfw + dll "ivvideo.dll" + out BGR32,BGR24,BGR16 flip + videocodec i263 info "I263" status working @@ -148,8 +156,7 @@ info "Motion JPEG" status working fourcc MJPG - fourcc mjpa ; MOV files - fourcc mjpb ; MOV files + fourcc mjpa,mjpb,mjpg MJPG ; MOV files driver vfw dll "mcmjpg32.dll" ; dll "m3jpeg32.dll" @@ -157,6 +164,7 @@ out UYVY out BGR32,BGR24,BGR15 + ; =============== FFMPEG MPEG CODECS ========================= videocodec ffmjpeg @@ -294,7 +302,7 @@ videocodec cram info "Microsoft Video 1" - status crashing + status working fourcc cram,CRAM,MSVC driver vfw dll "msvidc32.dll" @@ -465,6 +473,16 @@ out YUY2 out BGR32,BGR24,BGR16,BGR15 +videocodec 3ivXqtx + info "3ivX Delta 3.5" + status buggy + fourcc 3IV1 + driver vfw + dll "qtx/3ivx.qtx" + out YV12 + out YUY2 + out BGR32,BGR24,BGR16,BGR15 + ; =============== XANIM DLL's ============= videocodec indeo5xa @@ -515,7 +533,6 @@ driver xanim dll "vid_h263.xa" out YV12,IYUV,I420 - comment "only tested with one buggy movie" videocodec h261xa info "CCITT H.261" @@ -533,6 +550,7 @@ dll "vid_cyuv.xa" out YV12,IYUV,I420 + videocodec null info "NULL codec (no decoding)" status working @@ -552,8 +570,8 @@ info "Uncompressed PCM" status working format 0x1 - format 0x20776172 ; "raw " (MOV files, 8bit) - format 0x736F7774 ; "twos" (MOV files, 16bit) + format 0x20776172 ; "raw " (MOV files) + format 0x736f7774 ; "twos" (MOV files) ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3) ; format 0x6 ; format 0x7 @@ -653,7 +671,6 @@ info "aLaw" status working format 0x6 - format 0x77616c75 ; "ulaw" (MOV files) driver alaw dll "alaw" @@ -661,7 +678,7 @@ info "uLaw" status working format 0x7 - format 0x77616c61 ; "ulaw" (MOV files) + format 0x77616c75 ; "ulaw" (MOV files) driver alaw dll "ulaw" @@ -730,3 +747,11 @@ format 0x34616d69 ; "ima4" (MOV files) driver ima4 dll "ima4.c" + +audiocodec vivosiren + info "Vivo G.723/Siren Audio Codec" + status untested + format 0x111 ; vivo g.723 + format 0x112 ; siren + driver acm + dll "vivog723.acm"