aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf18
1 files changed, 10 insertions, 8 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 57bbc5a0b7..bd375117dc 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1581,6 +1581,14 @@ videocodec ffrv20
dll rv20
out YV12,I420,IYUV
+videocodec ffrv30
+ info "FFmpeg RV30 decoder"
+ status buggy
+ fourcc RV30,rv30
+ driver ffmpeg
+ dll rv30
+ out YV12,I420,IYUV
+
videocodec ffrv40
info "FFmpeg RV40 decoder"
status working
@@ -2050,14 +2058,6 @@ videocodec foxmotion
dll "fmcodec.dll"
out BGR32,BGR24,BGR15 flip
-videocodec acdsee
- info "ACDSee video codec"
- status working
- fourcc ACDV
- driver vfw
- dll "ACDV.dll"
- out BGR32,BGR24,BGR15 flip
-
videocodec tridvfw
status untested
fourcc ty2c,TY2C,ty0n
@@ -3614,6 +3614,7 @@ audiocodec ffamrnb
info "AMR Narrowband"
status working
fourcc samr
+ format 0x57 ;amr in avi
driver ffmpeg
dll "libamr_nb"
@@ -3621,6 +3622,7 @@ audiocodec ffamrwb
info "AMR Wideband"
status working
fourcc sawb
+ format 0x58 ;amr in avi
driver ffmpeg
dll "libamr_wb"