log ra144.c @ 12488:351a81a23343 libavcodec

age author description
Fri, 11 Jun 2010 08:05:17 +0000 vitor Split do_output_subblock() into common code and decoder specific parts libavcodec
Fri, 11 Jun 2010 08:04:22 +0000 vitor Cosmetics: indent libavcodec
Fri, 11 Jun 2010 08:03:43 +0000 vitor Add ff_ prefix to non-static functions libavcodec
Fri, 11 Jun 2010 08:01:51 +0000 vitor Split ra144.c in common code (to be shared with the future encoder) and libavcodec base ra144.h@8a00d5658628
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Mon, 08 Mar 2010 21:19:56 +0000 mru Move ff_sqrt() to libavutil/intmath.h libavcodec
Sat, 13 Feb 2010 17:42:58 +0000 vitor Fix reading beyond buffer end on RA144Context.lpc_tables. libavcodec
Tue, 05 Jan 2010 16:25:41 +0000 vitor Use correct context for av_log(), should prevent a crash for malformed files. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 01 Mar 2009 23:41:39 +0000 mru RA144: work around gcc bug/oddity on ARM libavcodec
Sun, 01 Mar 2009 11:16:57 +0000 vitor Reindent after last commit libavcodec
Sun, 01 Mar 2009 11:14:21 +0000 vitor Do not read uninitialized buffer, no matter if it will be multiplied by libavcodec
Fri, 24 Oct 2008 21:29:23 +0000 diego Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. libavcodec
Thu, 11 Sep 2008 08:13:23 +0000 diego misc spelling/wording/grammar fixes libavcodec
Mon, 08 Sep 2008 18:51:33 +0000 vitor Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an libavcodec
Mon, 08 Sep 2008 18:18:29 +0000 vitor Pass directly variable 'a' to interp instead of evaluating it from num_blocks libavcodec
Mon, 08 Sep 2008 18:16:00 +0000 vitor Simplify if() in copy_and_dup() libavcodec
Mon, 08 Sep 2008 18:14:37 +0000 vitor Add av_cold attribute to decode_init() libavcodec
Mon, 08 Sep 2008 18:13:53 +0000 vitor Cosmetics: Make the two additional units in size more clear libavcodec
Sat, 06 Sep 2008 11:46:29 +0000 vitor Test a var for overflow just after it is set libavcodec
Sat, 06 Sep 2008 11:45:10 +0000 vitor Remove useless parentheses. libavcodec
Wed, 06 Aug 2008 21:19:30 +0000 vitor Cosmetics: rename loop counters in eval_refl() libavcodec
Wed, 06 Aug 2008 21:16:24 +0000 vitor Simplify eval_refl(): do not store a buffer value in a var when the buffer could be used directly libavcodec
Wed, 06 Aug 2008 21:04:40 +0000 vitor Simplify eval_refl(): s/b == 0/!b/ libavcodec
Wed, 06 Aug 2008 21:02:56 +0000 vitor Simplify range checking in eval_refl(). Before the libavcodec
Wed, 06 Aug 2008 20:39:28 +0000 vitor Cosmetics: reindent libavcodec
Wed, 06 Aug 2008 20:38:23 +0000 vitor Simplify do_output_subblock(): Remove a unneeded memcpy libavcodec
Wed, 06 Aug 2008 05:24:21 +0000 vitor Simplify eval_refl(): return directly when needed instead of storing the return value in a variable libavcodec
Wed, 06 Aug 2008 05:11:46 +0000 vitor Simplify rms(): merge a few operations in the same statement libavcodec