| Commit message (Expand) | Author | Age | Files | Lines |
* | Use more designated initializers. | Paul B Mahol | 2011-12-30 | 1 | -8/+6 |
* | g729dec: update to the new API | Michael Niedermayer | 2011-12-03 | 1 | -7/+15 |
* | g729dec: initialize bit reader with the correct buffer size | Vitor Sessak | 2011-10-01 | 1 | -1/+1 |
* | g729: dont force all cpu optims to off but override just the one that doesnt ... | Michael Niedermayer | 2011-09-30 | 1 | -1/+11 |
* | Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de... | Mohamed Naufal Basheer | 2011-09-29 | 1 | -0/+3 |
* | g729dec: avoid unnecessary struct copying | Vitor Sessak | 2011-09-25 | 1 | -10/+10 |
* | g729dec: remove useless headers | Vitor Sessak | 2011-09-25 | 1 | -5/+1 |
* | g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control() | Vitor Sessak | 2011-09-25 | 1 | -2/+2 |
* | g729dec: disable all cpu acceleration, the code does not provide any alignment. | Michael Niedermayer | 2011-09-24 | 1 | -1/+1 |
* | g729dec: set sample format. | Michael Niedermayer | 2011-09-24 | 1 | -0/+1 |
* | Disable MMX | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+1 |
* | Fix comments about implemented codecs | Vladimir Voroshilov | 2011-09-24 | 1 | -1/+1 |
* | Adaptive gain control | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+21 |
* | G.729 postfilter | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+25 |
* | Replace pitch_delay_int with array | Vladimir Voroshilov | 2011-09-24 | 1 | -6/+6 |
* | g729dec: Make 2 functions static that are not used outside g729dec.c | Michael Niedermayer | 2011-09-24 | 1 | -2/+2 |
* | High-pass filter | Vladimir Voroshilov | 2011-09-24 | 1 | -5/+13 |
* | Add G.729D decoder | Vladimir Voroshilov | 2011-09-24 | 1 | -1/+109 |
* | Synthesis filter | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+41 |
* | Indentation fix after gain codes decoding2 | Vladimir Voroshilov | 2011-09-24 | 1 | -4/+4 |
* | Gain pitch and gain code for G729D | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+30 |
* | Indentation fix 2 | Vladimir Voroshilov | 2011-09-24 | 1 | -4/+4 |
* | Convert gain pitch and gain code to arrays | Vladimir Voroshilov | 2011-09-24 | 1 | -12/+15 |
* | Interolate excitation signal | Vladimir Voroshilov | 2011-09-24 | 1 | -2/+22 |
* | Fixed- and adaptive-codebook gains | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+33 |
* | Frame erasure support for fixed-codebook vectors | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+13 |
* | Fixed-codebook vector decoding | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+23 |
* | Add packet_type | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+9 |
* | Frame erasure support for pitch delay decoding | Vladimir Voroshilov | 2011-09-24 | 1 | -1/+6 |
* | Doxy for LSF erasure case | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+7 |
* | doxy comments for LSF array | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+9 |
* | Indentation fix in LSF | Vladimir Voroshilov | 2011-09-24 | 1 | -3/+3 |
* | Frame erasure support for LSF decoding | Vladimir Voroshilov | 2011-09-24 | 1 | -4/+31 |
* | Revert "g729: Merge g729.h into g729dec.c." | Michael Niedermayer | 2011-09-24 | 1 | -6/+1 |
* | Restore WIP g729 code that has been remvoed by diego biurrun. | Michael Niedermayer | 2011-09-24 | 1 | -0/+331 |
* | Remove unused and non-compiling vestigial g729 decoder | Diego Biurrun | 2011-07-20 | 1 | -331/+0 |
* | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -1/+1 |
* | g729: Merge g729.h into g729dec.c. | Diego Biurrun | 2011-05-19 | 1 | -1/+6 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than | Stefano Sabatini | 2010-03-21 | 1 | -1/+1 |
* | Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than | Stefano Sabatini | 2010-03-18 | 1 | -1/+1 |
* | Pitch delay decoding | Vladimir Voroshilov | 2009-06-26 | 1 | -0/+25 |
* | Replace pitch_delay_int array with single variable. | Vladimir Voroshilov | 2009-06-26 | 1 | -3/+3 |
* | LSF (Line Spectral Frequencies) decoding routine. | Vladimir Voroshilov | 2009-06-24 | 1 | -0/+56 |
* | Convertion of LSF values to coefficients of linear prediction filter | Vladimir Voroshilov | 2009-06-20 | 1 | -0/+17 |
* | G.729 decoding routine (skeleton, including parameters decoding). | Vladimir Voroshilov | 2009-06-18 | 1 | -21/+92 |
* | G.729 decoder initialization routine (skeleton) | Vladimir Voroshilov | 2009-06-14 | 1 | -0/+8 |
* | Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, | Vladimir Voroshilov | 2009-06-14 | 1 | -4/+4 |