log g729dec.c @ 12475:9fef0a8ddd63 libavcodec

age author description
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sun, 21 Mar 2010 16:34:01 +0000 stefano Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than libavcodec
Thu, 18 Mar 2010 00:23:02 +0000 stefano Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than libavcodec
Fri, 26 Jun 2009 17:43:05 +0000 voroshil Pitch delay decoding libavcodec
Fri, 26 Jun 2009 17:42:25 +0000 voroshil Replace pitch_delay_int array with single variable. libavcodec
Wed, 24 Jun 2009 04:38:48 +0000 voroshil LSF (Line Spectral Frequencies) decoding routine. libavcodec
Sat, 20 Jun 2009 13:36:21 +0000 voroshil Convertion of LSF values to coefficients of linear prediction filter libavcodec
Thu, 18 Jun 2009 18:14:38 +0000 voroshil G.729 decoding routine (skeleton, including parameters decoding). libavcodec
Sun, 14 Jun 2009 02:31:06 +0000 voroshil G.729 decoder initialization routine (skeleton) libavcodec
Sun, 14 Jun 2009 02:29:39 +0000 voroshil Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, libavcodec
Sat, 06 Jun 2009 17:40:33 +0000 voroshil K&R formatting of already submitted G.729 code libavcodec
Sat, 06 Jun 2009 12:42:11 +0000 voroshil Convert structure names to FFmpeg style libavcodec
Sat, 06 Jun 2009 05:38:09 +0000 voroshil Internal routine should not use name of standard function. libavcodec
Fri, 05 Jun 2009 17:11:46 +0000 voroshil Remove ff_g729_ and g729_ prefixes from static routines. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec