# HG changeset patch # User rtognimp # Date 1076627416 0 # Node ID 26c69c4dae82dc3016e2386474a1455d1435045f # Parent e1e01dea7c354e3fa61091cf7d3eb62c6c0332c7 Use qtrle decoder from ffmpeg Support G.726 decoder from ffmpeg diff -r e1e01dea7c35 -r 26c69c4dae82 etc/codecs.conf --- a/etc/codecs.conf Thu Feb 12 23:09:22 2004 +0000 +++ b/etc/codecs.conf Thu Feb 12 23:10:16 2004 +0000 @@ -133,6 +133,14 @@ driver fli out BGR32,BGR24 +videocodec ffqtrle + info "Quicktime Animation (RLE)" + status working + format 0x20656C72 ; "rle " + driver ffmpeg + dll "qtrle" + out BGR32,RGB24,BGR15,BGR8 query + videocodec qtrle info "Quicktime Animation (RLE)" status working @@ -2115,6 +2123,13 @@ driver g72x dll "g72x.c" +audiocodec ffg726 + info "Sharp G.726 Audio" + status working + format 0x45 + driver ffmpeg + dll "g726" + audiocodec g726 info "Sharp G.726 Audio" status untested