log

age author description
Sat, 01 Mar 2008 04:39:39 +0000 jbr Use 24-bit fixed-point transform coefficients until just before MDCT. This libavcodec
Sat, 01 Mar 2008 01:58:25 +0000 lorenm more aspect ratios added in one of the ammendments libavcodec
Fri, 29 Feb 2008 08:01:01 +0000 benoit Make AMR-NB block size const and 8 bits. libavcodec
Fri, 29 Feb 2008 07:59:29 +0000 benoit Define block size for AMR-WB (use IF2 table). libavcodec
Thu, 28 Feb 2008 23:44:52 +0000 michael suppress the second warning libavcodec
Thu, 28 Feb 2008 17:01:35 +0000 reimar Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but libavcodec
Thu, 28 Feb 2008 16:11:56 +0000 bcoudurier 1000l parenthesis libavcodec
Thu, 28 Feb 2008 16:08:52 +0000 bcoudurier code is ok for 4bpp in mov too, fix 16grey.mov libavcodec
Wed, 27 Feb 2008 20:34:44 +0000 banan Add more riff IDs to support remuxing. libavcodec
Tue, 26 Feb 2008 23:51:59 +0000 michael better include libavcodec
Tue, 26 Feb 2008 23:49:41 +0000 michael include dependencies ... libavcodec
Tue, 26 Feb 2008 23:17:08 +0000 diego Add multiple inclusion guards. libavcodec
Tue, 26 Feb 2008 22:52:01 +0000 diego Add explanatory comment to '#define FLOAT float'. libavcodec
Tue, 26 Feb 2008 20:37:59 +0000 mru less preprocessor magic in version number macros libavcodec
Tue, 26 Feb 2008 20:17:30 +0000 michael Stuffing bytes to not violate minimum legality rate. libavcodec
Tue, 26 Feb 2008 18:36:58 +0000 michael Remove another temporary variable with which gcc has problems. libavcodec
Tue, 26 Feb 2008 17:56:00 +0000 diego cosmetics: Demplayerify indentation. libavcodec
Tue, 26 Feb 2008 17:13:42 +0000 diego Add comments to some #endif directives. libavcodec
Tue, 26 Feb 2008 17:06:31 +0000 diego cosmetics: spelling/grammar libavcodec
Tue, 26 Feb 2008 15:52:37 +0000 michael Alternative and faster (on gcc x86) plane rotation. libavcodec
Tue, 26 Feb 2008 15:44:49 +0000 michael Get rid of another useless variable. libavcodec
Tue, 26 Feb 2008 15:32:34 +0000 michael Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), libavcodec
Tue, 26 Feb 2008 15:19:37 +0000 michael One variable less. No real change to the actual code. libavcodec
Tue, 26 Feb 2008 14:59:11 +0000 michael floating point AAN IDCT libavcodec
Tue, 26 Feb 2008 10:21:33 +0000 lorenm decode mng color decorrelation libavcodec
Tue, 26 Feb 2008 09:35:21 +0000 diego Remove START_TIMER and STOP_TIMER macros. libavcodec
Tue, 26 Feb 2008 07:35:56 +0000 lorenm simplify libavcodec
Mon, 25 Feb 2008 23:14:22 +0000 aurel split encoding part of dsputil_mmx into its own file libavcodec
Mon, 25 Feb 2008 22:44:35 +0000 diego Remove commented-out av_log calls. libavcodec
Mon, 25 Feb 2008 22:43:42 +0000 michael Fix trellis quant + AAN DCT. libavcodec