summaryrefslogtreecommitdiff
path: root/libavcodec/g729dec.c
Commit message (Expand)AuthorAgeFilesLines
...
* | g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control()Vitor Sessak2011-09-251-2/+2
* | g729dec: disable all cpu acceleration, the code does not provide any alignment.Michael Niedermayer2011-09-241-1/+1
* | g729dec: set sample format.Michael Niedermayer2011-09-241-0/+1
* | Disable MMXVladimir Voroshilov2011-09-241-0/+1
* | Fix comments about implemented codecsVladimir Voroshilov2011-09-241-1/+1
* | Adaptive gain controlVladimir Voroshilov2011-09-241-0/+21
* | G.729 postfilterVladimir Voroshilov2011-09-241-0/+25
* | Replace pitch_delay_int with arrayVladimir Voroshilov2011-09-241-6/+6
* | g729dec: Make 2 functions static that are not used outside g729dec.cMichael Niedermayer2011-09-241-2/+2
* | High-pass filterVladimir Voroshilov2011-09-241-5/+13
* | Add G.729D decoderVladimir Voroshilov2011-09-241-1/+109
* | Synthesis filterVladimir Voroshilov2011-09-241-0/+41
* | Indentation fix after gain codes decoding2Vladimir Voroshilov2011-09-241-4/+4
* | Gain pitch and gain code for G729DVladimir Voroshilov2011-09-241-0/+30
* | Indentation fix 2Vladimir Voroshilov2011-09-241-4/+4
* | Convert gain pitch and gain code to arraysVladimir Voroshilov2011-09-241-12/+15
* | Interolate excitation signalVladimir Voroshilov2011-09-241-2/+22
* | Fixed- and adaptive-codebook gainsVladimir Voroshilov2011-09-241-0/+33
* | Frame erasure support for fixed-codebook vectorsVladimir Voroshilov2011-09-241-0/+13
* | Fixed-codebook vector decodingVladimir Voroshilov2011-09-241-0/+23
* | Add packet_typeVladimir Voroshilov2011-09-241-0/+9
* | Frame erasure support for pitch delay decodingVladimir Voroshilov2011-09-241-1/+6
* | Doxy for LSF erasure caseVladimir Voroshilov2011-09-241-0/+7
* | doxy comments for LSF arrayVladimir Voroshilov2011-09-241-0/+9
* | Indentation fix in LSFVladimir Voroshilov2011-09-241-3/+3
* | Frame erasure support for LSF decodingVladimir Voroshilov2011-09-241-4/+31
* | Revert "g729: Merge g729.h into g729dec.c."Michael Niedermayer2011-09-241-6/+1
* | Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer2011-09-241-0/+331
|/
* Remove unused and non-compiling vestigial g729 decoderDiego Biurrun2011-07-201-331/+0
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
* g729: Merge g729.h into g729dec.c.Diego Biurrun2011-05-191-1/+6
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-211-1/+1
* Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather thanStefano Sabatini2010-03-181-1/+1
* Pitch delay decodingVladimir Voroshilov2009-06-261-0/+25
* Replace pitch_delay_int array with single variable.Vladimir Voroshilov2009-06-261-3/+3
* LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov2009-06-241-0/+56
* Convertion of LSF values to coefficients of linear prediction filterVladimir Voroshilov2009-06-201-0/+17
* G.729 decoding routine (skeleton, including parameters decoding).Vladimir Voroshilov2009-06-181-21/+92
* G.729 decoder initialization routine (skeleton)Vladimir Voroshilov2009-06-141-0/+8
* Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,Vladimir Voroshilov2009-06-141-4/+4
* K&R formatting of already submitted G.729 codeVladimir Voroshilov2009-06-061-35/+21
* Convert structure names to FFmpeg styleVladimir Voroshilov2009-06-061-2/+2
* Internal routine should not use name of standard function.Vladimir Voroshilov2009-06-061-1/+1
* Remove ff_g729_ and g729_ prefixes from static routines.Vladimir Voroshilov2009-06-051-4/+4
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet2008-10-241-1/+1
* Another set of approved changes for G.729: includes, formats structure,Vladimir Voroshilov2008-09-171-0/+45