summaryrefslogtreecommitdiff
path: root/libavcodec/g729dec.c
Commit message (Collapse)AuthorAge
* g729dec: initialize bit reader with the correct buffer sizeVitor Sessak2011-10-01
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g729: dont force all cpu optims to off but override just the one that doesnt ↵Michael Niedermayer2011-09-30
| | | | | | work. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 ↵Mohamed Naufal Basheer2011-09-29
| | | | decoder
* g729dec: avoid unnecessary struct copyingVitor Sessak2011-09-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g729dec: remove useless headersVitor Sessak2011-09-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control()Vitor Sessak2011-09-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g729dec: disable all cpu acceleration, the code does not provide any alignment.Michael Niedermayer2011-09-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g729dec: set sample format.Michael Niedermayer2011-09-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Disable MMXVladimir Voroshilov2011-09-24
|
* Fix comments about implemented codecsVladimir Voroshilov2011-09-24
|
* Adaptive gain controlVladimir Voroshilov2011-09-24
|
* G.729 postfilterVladimir Voroshilov2011-09-24
|
* Replace pitch_delay_int with arrayVladimir Voroshilov2011-09-24
|
* g729dec: Make 2 functions static that are not used outside g729dec.cMichael Niedermayer2011-09-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* High-pass filterVladimir Voroshilov2011-09-24
|
* Add G.729D decoderVladimir Voroshilov2011-09-24
|
* Synthesis filterVladimir Voroshilov2011-09-24
|
* Indentation fix after gain codes decoding2Vladimir Voroshilov2011-09-24
|
* Gain pitch and gain code for G729DVladimir Voroshilov2011-09-24
|
* Indentation fix 2Vladimir Voroshilov2011-09-24
|
* Convert gain pitch and gain code to arraysVladimir Voroshilov2011-09-24
|
* Interolate excitation signalVladimir Voroshilov2011-09-24
|
* Fixed- and adaptive-codebook gainsVladimir Voroshilov2011-09-24
|
* Frame erasure support for fixed-codebook vectorsVladimir Voroshilov2011-09-24
|
* Fixed-codebook vector decodingVladimir Voroshilov2011-09-24
|
* Add packet_typeVladimir Voroshilov2011-09-24
|
* Frame erasure support for pitch delay decodingVladimir Voroshilov2011-09-24
|
* Doxy for LSF erasure caseVladimir Voroshilov2011-09-24
|
* doxy comments for LSF arrayVladimir Voroshilov2011-09-24
|
* Indentation fix in LSFVladimir Voroshilov2011-09-24
|
* Frame erasure support for LSF decodingVladimir Voroshilov2011-09-24
|
* Revert "g729: Merge g729.h into g729dec.c."Michael Niedermayer2011-09-24
| | | | This reverts commit a2077b85da5bf71167b11925aabbb738558a134d.
* Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer2011-09-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Remove unused and non-compiling vestigial g729 decoderDiego Biurrun2011-07-20
|
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* g729: Merge g729.h into g729dec.c.Diego Biurrun2011-05-19
| | | | The header contains just a single define that is only used in g729dec.c.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
| | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-21
| | | | | | AVERROR_NOFMT in case of invalid / unknown packet size. Originally committed as revision 22624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather thanStefano Sabatini2010-03-18
| | | | | | | AVERROR(NOFMT) if one channel if the number of channels specified is different than 1. Originally committed as revision 22591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pitch delay decodingVladimir Voroshilov2009-06-26
| | | | Originally committed as revision 19281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace pitch_delay_int array with single variable.Vladimir Voroshilov2009-06-26
| | | | Originally committed as revision 19280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov2009-06-24
| | | | Originally committed as revision 19260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convertion of LSF values to coefficients of linear prediction filterVladimir Voroshilov2009-06-20
| | | | Originally committed as revision 19240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* G.729 decoding routine (skeleton, including parameters decoding).Vladimir Voroshilov2009-06-18
| | | | Originally committed as revision 19218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* G.729 decoder initialization routine (skeleton)Vladimir Voroshilov2009-06-14
| | | | Originally committed as revision 19188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,Vladimir Voroshilov2009-06-14
| | | | | | since subframe length is the same in all G.729 modes. Originally committed as revision 19187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* K&R formatting of already submitted G.729 codeVladimir Voroshilov2009-06-06
| | | | Originally committed as revision 19127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert structure names to FFmpeg styleVladimir Voroshilov2009-06-06
| | | | Originally committed as revision 19123 to svn://svn.ffmpeg.org/ffmpeg/trunk