23 Commits (a6881c6a385284f89188b11021a13cc7c592c4f9)

Author SHA1 Message Date
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
Vladimir Voroshilov 5209846850 G.729 decoder main code 16 years ago
Aurelien Jacobs a73cbf9709 huffman: add a zero_count flag and use it in fraps 17 years ago
Aurelien Jacobs bac02ed3c5 huffman: pass hnode_first as a flag instead of as an argument on its own 17 years ago
Diego Biurrun b0bd01d68a Fix make checkheaders by adding missing #include. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Aurelien Jacobs f1bf85b8cf Cygwin don't like this function declaration. 17 years ago
Aurelien Jacobs 437c2079b7 moves fraps huffman decoder to its own file, making it more generic 17 years ago
Aurelien Jacobs 7241a6bb50 move unrelated functions declarations out of allformats.h 17 years ago
Guillaume Poirier efb775777f add a comment to indicate which #endif belong to which #define 18 years ago
Måns Rullgård 699b3f99d0 add multiple inclusion guards to headers 18 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Diego Biurrun c33d98141d Move H.263 parser to its own file. 18 years ago
Ryan Martell 1d1be919ce add support for rtp/h264 streaming 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Måns Rullgård b9a73d8d2f move adler32 to libavutil 19 years ago