[FFmpeg-devel] [PATCH] G.729 and G.729D decoders

Vladimir Voroshilov voroshil
Sat Apr 19 19:41:26 CEST 2008


Hi, All again

Here is current version of G.729 decoder.

1  G.729A (reduced complexity decoder) was replaced with full G.729
(G.729 @8kHz)
2. G.729D (G.729 @6.4kHz) is implemented (is dynamic switching between
8k and 6.4k mode required?)
3. Code was splitted into three parts: header, main body and lookup tables.
4. All unnecessary clippings were removed (the rest are required for
passing ITU's tests).
5. Decoder passes ITU tests (both G.729 and G.729D)

I tried also to fix all issues mentioned by Michael.

g729h_15.diff - header
g729dec_15.diff.gz - decoder
g729tab_15.diff.gz - lookup tables
g729_build_15.diff - build part

P.S. Files are gzipped due to overall size >80k

-- 
Regards,
Vladimir Voroshilov     mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: g729h_15.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080420/cd1546d0/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: g729_build_15.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080420/cd1546d0/attachment.asc>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: g729dec_15.diff.gz
Type: application/x-gzip
Size: 16546 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080420/cd1546d0/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: g729tab_15.diff.gz
Type: application/x-gzip
Size: 9766 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080420/cd1546d0/attachment-0001.bin>



More information about the ffmpeg-devel mailing list