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
|
Fri, 24 Oct 2008 21:20:29 +0000 |
diego |
Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.
libavcodec
|
Wed, 17 Sep 2008 06:05:12 +0000 |
voroshil |
Another set of approved changes for G.729: includes, formats structure,
libavcodec
|
Sat, 06 Sep 2008 13:45:02 +0000 |
voroshil |
Remove not approved parts.
libavcodec
|
Wed, 03 Sep 2008 01:07:03 +0000 |
voroshil |
Another set of approved G.729 chunks (from decoder core)
libavcodec
|
Tue, 02 Sep 2008 17:15:28 +0000 |
voroshil |
Parity bit calculation routine for G.729
libavcodec
|
Tue, 26 Aug 2008 07:10:38 +0000 |
voroshil |
Another set of definitions for G.729
libavcodec
|
Sat, 23 Aug 2008 12:38:45 +0000 |
voroshil |
Move from g729.h all definitions which are used only in g729dec.c
libavcodec
|
Sun, 17 Aug 2008 08:43:37 +0000 |
voroshil |
G.729 decoder main code
libavcodec
|