105 Commits (bf23d530d25370819792378d72979a137e6527b9)

Author SHA1 Message Date
Vladimir Voroshilov aca516cd67 G.729 postfilter 13 years ago
Vladimir Voroshilov 16bbb8dfea Replace pitch_delay_int with array 13 years ago
Michael Niedermayer ce7c954800 g729dec: Make 2 functions static that are not used outside g729dec.c 13 years ago
Vladimir Voroshilov c458bff934 High-pass filter 13 years ago
Vladimir Voroshilov e610c5f383 Add G.729D decoder 13 years ago
Vladimir Voroshilov b7c7fc3359 Synthesis filter 13 years ago
Vladimir Voroshilov 4920a1a913 Indentation fix after gain codes decoding2 13 years ago
Vladimir Voroshilov 0b42463aec Gain pitch and gain code for G729D 13 years ago
Vladimir Voroshilov 12081d0599 Indentation fix 2 13 years ago
Vladimir Voroshilov f7980a7bed Convert gain pitch and gain code to arrays 13 years ago
Vladimir Voroshilov f830d1b7da Interolate excitation signal 13 years ago
Vladimir Voroshilov 0a3337883f Fixed- and adaptive-codebook gains 13 years ago
Vladimir Voroshilov 7fadc0151c Frame erasure support for fixed-codebook vectors 13 years ago
Vladimir Voroshilov 9297c7822f Fixed-codebook vector decoding 13 years ago
Vladimir Voroshilov 70efd101f1 Add packet_type 13 years ago
Vladimir Voroshilov 50cad25625 Frame erasure support for pitch delay decoding 13 years ago
Vladimir Voroshilov d1a643e749 Doxy for LSF erasure case 13 years ago
Vladimir Voroshilov b29e5a6780 doxy comments for LSF array 13 years ago
Vladimir Voroshilov cd3e2820d3 Indentation fix in LSF 13 years ago
Vladimir Voroshilov 388f225561 Frame erasure support for LSF decoding 13 years ago
Michael Niedermayer a5e0c4ddb5 Revert "g729: Merge g729.h into g729dec.c." 13 years ago
Michael Niedermayer 0b61af7382 Restore WIP g729 code that has been remvoed by diego biurrun. 13 years ago
Diego Biurrun 79a9aab56f Remove unused and non-compiling vestigial g729 decoder 14 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Diego Biurrun a2077b85da g729: Merge g729.h into g729dec.c. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Stefano Sabatini e4445e9c78 Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than 15 years ago
Stefano Sabatini fd7cbc7f9c Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than 15 years ago
Vladimir Voroshilov d266709055 Pitch delay decoding 16 years ago
Vladimir Voroshilov 2b0691349f Replace pitch_delay_int array with single variable. 16 years ago
Vladimir Voroshilov 3c70902bf5 LSF (Line Spectral Frequencies) decoding routine. 16 years ago
Vladimir Voroshilov 630c97ff4b Convertion of LSF values to coefficients of linear prediction filter 16 years ago
Vladimir Voroshilov 17dbe25438 G.729 decoding routine (skeleton, including parameters decoding). 16 years ago
Vladimir Voroshilov 94994d8d9a G.729 decoder initialization routine (skeleton) 16 years ago
Vladimir Voroshilov 730c1e4a06 Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, 16 years ago
Vladimir Voroshilov d4a9255699 K&R formatting of already submitted G.729 code 16 years ago
Vladimir Voroshilov 3bbc46102b Convert structure names to FFmpeg style 16 years ago
Vladimir Voroshilov e72c65f583 Internal routine should not use name of standard function. 16 years ago
Vladimir Voroshilov 8dbd0a95ee Remove ff_g729_ and g729_ prefixes from static routines. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Kenan Gillet 60c25a4beb Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. 16 years ago
Vladimir Voroshilov 1a18912e49 Another set of approved changes for G.729: includes, formats structure, 16 years ago
Vladimir Voroshilov 1357b1de00 Remove not approved parts. 16 years ago
Vladimir Voroshilov bc165ee392 Another set of approved G.729 chunks (from decoder core) 16 years ago
Vladimir Voroshilov d3bb8ad7af Parity bit calculation routine for G.729 16 years ago
Vladimir Voroshilov 7ad909bd59 Another set of definitions for G.729 16 years ago
Vladimir Voroshilov fe3a80d6fa Move from g729.h all definitions which are used only in g729dec.c 16 years ago