[FFmpeg-devel] [PATCH] RealAudio 14.4K encoder

Daniel Verkamp daniel
Sun May 2 20:13:37 CEST 2010


On Sun, May 2, 2010 at 1:06 PM, Francesco Lavra
<francescolavra at interfree.it> wrote:
> Hi,
> This patch series adds a RealAudio 14.4K encoder to FFmpeg.
> This first patch refactors the current code of the RealAudio decoder
> such that ra144dec.c will contain code specific to the decoder, ra144.c
> will contain code which can be shared between decoder and encoder, and
> ra144.h will contain declarations for stuff in ra144.c; this patch must
> be preceded by:
> svn mv libavcodec/ra144.c libavcodec/ra144dec.c
> svn cp libavcodec/ra144.h libavcodec/ra144.c
> The second patch adds the function subblock_synthesis() to ra144.c and
> inserts a call to that function in the decoder code, such that more code
> will be shared between decoder and encoder.
> The third patch adds the encoder.
>

Not a complete review, just a quick glance: non-static symbols that
are not intended to be public API should be prefixed with ff_ (for
example, subblock_synthesis).



More information about the ffmpeg-devel mailing list