| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |
* | K&R formatting of already submitted G.729 code | Vladimir Voroshilov | 2009-06-06 | 1 | -35/+21 |
* | Convert structure names to FFmpeg style | Vladimir Voroshilov | 2009-06-06 | 1 | -2/+2 |
* | Internal routine should not use name of standard function. | Vladimir Voroshilov | 2009-06-06 | 1 | -1/+1 |
* | Remove ff_g729_ and g729_ prefixes from static routines. | Vladimir Voroshilov | 2009-06-05 | 1 | -4/+4 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. | Kenan Gillet | 2008-10-24 | 1 | -1/+1 |
* | Another set of approved changes for G.729: includes, formats structure, | Vladimir Voroshilov | 2008-09-17 | 1 | -0/+45 |
* | Remove not approved parts. | Vladimir Voroshilov | 2008-09-06 | 1 | -18/+0 |
* | Another set of approved G.729 chunks (from decoder core) | Vladimir Voroshilov | 2008-09-03 | 1 | -0/+43 |
* | Parity bit calculation routine for G.729 | Vladimir Voroshilov | 2008-09-02 | 1 | -0/+8 |
* | Another set of definitions for G.729 | Vladimir Voroshilov | 2008-08-26 | 1 | -0/+15 |
* | Move from g729.h all definitions which are used only in g729dec.c | Vladimir Voroshilov | 2008-08-23 | 1 | -0/+18 |
* | G.729 decoder main code | Vladimir Voroshilov | 2008-08-17 | 1 | -0/+52 |