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

Francesco Lavra francescolavra
Sun May 2 20:06:47 CEST 2010


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.

Francesco

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 01_ra144enc.patch
Type: text/x-patch
Size: 86254 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100502/104142e7/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 02_ra144enc.patch
Type: text/x-patch
Size: 4043 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100502/104142e7/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 03_ra144enc.patch
Type: text/x-patch
Size: 20401 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100502/104142e7/attachment-0002.bin>



More information about the ffmpeg-devel mailing list