log amrnbdec.c @ 12501:b3f9612d4ea7 libavcodec

age author description
Fri, 10 Sep 2010 19:51:08 +0000 vitor Move AMR-NB frame unpacking code to a common file so it can be reused in libavcodec
Tue, 07 Sep 2010 20:44:41 +0000 vitor Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. libavcodec
Mon, 03 May 2010 05:57:48 +0000 mstorsjo amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output libavcodec
Wed, 21 Apr 2010 17:57:48 +0000 rbultje Move clipping of audio samples (for those codecs outputting float) from decoder libavcodec
Wed, 21 Apr 2010 17:45:24 +0000 rbultje Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). libavcodec
Wed, 21 Apr 2010 17:43:52 +0000 rbultje Split the input/output data arguments to ff_adaptive_gain_control(). libavcodec
Wed, 21 Apr 2010 13:05:25 +0000 vitor 10l: do not try to unpack DTX frames in AMR-NB decoder libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Thu, 11 Mar 2010 17:42:53 +0000 rbultje Fix spelling. libavcodec
Sun, 21 Feb 2010 18:01:56 +0000 vitor AMR-NB floating-point based decoder. libavcodec