log

age author description
Wed, 26 Oct 2005 03:58:06 +0000 lorenm 10l: cqm weren't initialized in svq3. libavcodec
Tue, 25 Oct 2005 01:17:20 +0000 lorenm decode custom quant matrices. libavcodec
Sun, 23 Oct 2005 18:16:53 +0000 diego Add DTS_INC to the CFLAGS for DTS. This is only set by external configure libavcodec
Thu, 20 Oct 2005 20:04:45 +0000 rtognimp Increase version because of QDM2 decoder addition libavcodec
Wed, 19 Oct 2005 22:27:34 +0000 rtognimp init_get_bits() requires size in bits, not bytes libavcodec
Wed, 19 Oct 2005 18:42:37 +0000 gpoirier revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg) libavcodec
Tue, 18 Oct 2005 20:31:12 +0000 rtognimp QDM2 compatible decoder libavcodec
Tue, 18 Oct 2005 20:16:43 +0000 rtognimp QDM2 compatible decoder libavcodec
Sun, 16 Oct 2005 13:56:52 +0000 melanson chroma decoding fix by Kostya libavcodec
Sat, 15 Oct 2005 16:29:58 +0000 rtognimp Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg libavcodec
Sat, 15 Oct 2005 14:33:11 +0000 melanson TM2 fixes by Kostya libavcodec
Fri, 14 Oct 2005 18:17:47 +0000 gpoirier Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu > libavcodec
Fri, 14 Oct 2005 16:17:40 +0000 melanson gcc 2.95 fix, courtesy of Luca Abeni libavcodec
Thu, 13 Oct 2005 04:35:31 +0000 melanson support for FLX and DTA extensions in the FLIC format, courtesy of libavcodec
Thu, 13 Oct 2005 04:31:55 +0000 melanson Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov libavcodec
Wed, 12 Oct 2005 22:43:12 +0000 alex set_se_golomb can only write 16bits, add a note about this (ok, maybe it's brain dead using it with more than 16bits, but..) libavcodec
Wed, 12 Oct 2005 22:40:10 +0000 alex sanity check whether dimensions are non-null libavcodec
Wed, 12 Oct 2005 22:37:42 +0000 alex removed unused CONFIG_AUDIO_NONSHORT libavcodec
Sun, 09 Oct 2005 23:38:52 +0000 lorenm h264 mmx weighted prediction. up to 3% overall speedup. libavcodec
Thu, 06 Oct 2005 12:13:25 +0000 diego Ignore AMR directories. libavcodec
Tue, 04 Oct 2005 11:19:08 +0000 diego Move all definitions of external dependencies into configure instead of libavcodec
Fri, 30 Sep 2005 02:31:47 +0000 lorenm sse2 16x16 sum squared diff (306=>268 cycles on a K8) libavcodec
Tue, 27 Sep 2005 05:12:13 +0000 lorenm 6% faster decode_cabac_residual libavcodec
Tue, 27 Sep 2005 04:46:45 +0000 lorenm 13% faster decode_residual (cavlc). libavcodec
Mon, 26 Sep 2005 10:05:13 +0000 diego support for building dynamic libraries on Mac OS X libavcodec
Sat, 24 Sep 2005 17:42:56 +0000 diego Fix some #ifdef to allow building amr_wb alone. libavcodec
Wed, 21 Sep 2005 23:18:52 +0000 aurel fix some pointer to intger without cast warnings (patch by Michel Bardiaux) libavcodec
Wed, 21 Sep 2005 23:09:16 +0000 aurel fix unused variable warnings libavcodec
Wed, 21 Sep 2005 21:17:09 +0000 michael replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ... libavcodec
Wed, 21 Sep 2005 08:14:17 +0000 michael Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. libavcodec