# HG changeset patch # User diego # Date 1139261221 0 # Node ID 8ddfb75a242e5be64599e8aa339da43ec70a7731 # Parent 77554102d21f0a874a7e182d55fdf2e4b8fddc76 Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20. diff -r 77554102d21f -r 8ddfb75a242e etc/codecs.conf --- a/etc/codecs.conf Mon Feb 06 21:25:17 2006 +0000 +++ b/etc/codecs.conf Mon Feb 06 21:27:01 2006 +0000 @@ -1171,7 +1171,7 @@ out YUY2 out BGR32,BGR24,BGR16,BGR15 -; experimental real video decoder using closed source codecs +; RealVideo variants videocodec rv3040 info "Linux RealPlayer 10 RV30/40 decoder" @@ -1230,6 +1230,14 @@ dll "drvc.bundle/Contents/MacOS/drvc" out I420 +videocodec ffrv20 + info "FFmpeg RV20 decoder" + status working + fourcc RV20,rv20 + driver ffmpeg + dll rv20 + out YV12,I420,IYUV + videocodec rv20 info "Linux RealPlayer 8 RV20 decoder" status working @@ -1254,6 +1262,15 @@ dll "drv2.bundle/Contents/MacOS/drv2" out I420 +videocodec ffrv10 + info "FFmpeg RV10 decoder" + status working + fourcc RV10,rv10 + fourcc RV13,rv13 + driver ffmpeg + dll rv10 + out YV12,I420,IYUV + ; others: videocodec alpary @@ -1282,23 +1299,6 @@ guid 0xe2b7dc56, 0x38c5, 0x11d5, 0x91, 0xf6, 0x00, 0x10, 0x4b, 0xdb, 0x8f, 0xf9 out BGR24,BGR8 flip -videocodec ffrv10 - info "FFmpeg RV10 decoder" - status working - fourcc RV10,rv10 - fourcc RV13,rv13 - driver ffmpeg - dll rv10 - out YV12,I420,IYUV - -videocodec ffrv20 - info "FFmpeg RV20 decoder" - status working - fourcc RV20,rv20 - driver ffmpeg - dll rv20 - out YV12,I420,IYUV - videocodec ffvp3 info "FFmpeg VP3" status untested