[FFmpeg-devel] [PATCH] QCELP decoder

Diego Biurrun diego
Sun Oct 12 17:43:19 CEST 2008


On Fri, Oct 10, 2008 at 10:03:11AM -0700, Kenan Gillet wrote:
> 
> The patch using the reference code is at [2]. As a plan of action, I
> propose to work on the inclusion of this patch as a first step, and
> then continue on working the SoC decoder
> 
> what do you think ?
> 
> [2] http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2006-December/020223.html

This is not the way to go.  If you want to add glue code for using the
reference qcelp decoder, you should convert the reference decoder into a
proper library that can be linked with libavcodec.  The same thing was
done for AMR.  An ugly build system where the reference code has to be
added to libavcodec is not acceptable.

Diego




More information about the ffmpeg-devel mailing list