log

age author description
Fri, 20 Oct 2006 00:51:04 +0000 michael reordering instructions a little in decode_significance_x86() -> 2 instructions less / 1% faster decode_residual on P3 libavcodec
Fri, 20 Oct 2006 00:35:54 +0000 michael factorize get_cabac asm (0.5% slower but its much cleaner) libavcodec
Thu, 19 Oct 2006 23:03:47 +0000 alex correct signaling of palette change libavcodec
Thu, 19 Oct 2006 20:24:33 +0000 diego Fix PIC compilation, some defines were under #ifdef !PIC but used libavcodec
Thu, 19 Oct 2006 18:22:03 +0000 michael unused variable libavcodec
Thu, 19 Oct 2006 14:54:34 +0000 michael slightly faster decode_cabac_mb_mvd() libavcodec
Thu, 19 Oct 2006 10:33:56 +0000 michael 1 variable less in decode_cabac_residual() no speed change (but less vars means less things gcc can load and store redundantly) libavcodec
Thu, 19 Oct 2006 01:19:03 +0000 michael optimize sign decoding code in decode_residual() libavcodec
Wed, 18 Oct 2006 09:37:25 +0000 gpoirier Kill a warning with MSVC libavcodec
Tue, 17 Oct 2006 23:59:21 +0000 michael copy cabac context onto the stack for the c code in decode_cabac_residual() (15% faster on P3 but still slower then the current asm) libavcodec
Tue, 17 Oct 2006 22:18:29 +0000 michael x86 asm version of the decode significance loop (not 8x8) of decode_residual() 5% faster decode_residual() on P3 libavcodec
Tue, 17 Oct 2006 10:26:37 +0000 lucabe Implement sws_getCachedContext() in swscale emulation libavcodec
Tue, 17 Oct 2006 09:38:37 +0000 michael cosmetic (%%eax->%0) libavcodec
Mon, 16 Oct 2006 21:47:19 +0000 diego Fix crash with illegal instruction, cmov is available on 686 and later only. libavcodec
Mon, 16 Oct 2006 21:22:47 +0000 diego Expand some #endif comments. libavcodec
Mon, 16 Oct 2006 19:06:56 +0000 michael fix -a^b which was interpreted as (-a)^b libavcodec
Mon, 16 Oct 2006 18:36:44 +0000 michael asin() acos() atan() libavcodec
Mon, 16 Oct 2006 17:44:29 +0000 lu_zero Make ffmpeg work with x264 r592 libavcodec
Mon, 16 Oct 2006 15:01:12 +0000 michael mod() libavcodec
Mon, 16 Oct 2006 12:52:21 +0000 diego Fix #endif comments. libavcodec
Mon, 16 Oct 2006 11:11:20 +0000 michael fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up with a better one quickly) libavcodec
Sun, 15 Oct 2006 21:04:10 +0000 michael 10l libavcodec
Sun, 15 Oct 2006 20:50:05 +0000 michael this code will not work with PIC as it needs 7 registers and gcc doesnt support that in PIC libavcodec
Sun, 15 Oct 2006 20:40:50 +0000 michael shift CABACContext.range right, this reduces the number of shifts needed in get_cabac() and is slightly faster on P3 (and should be much faster on P4 as the P4 except the more recent variants lacks an integer shifter and so shifts have ~10 times longer latency then simple operations like adds) libavcodec
Sun, 15 Oct 2006 16:52:33 +0000 gpoirier Have xvid encoder wrapper honnor -vtag option libavcodec
Sun, 15 Oct 2006 12:59:45 +0000 diego Revert putting EXTRALIBS in common.mak, linking fails on MinGW. libavcodec
Sun, 15 Oct 2006 04:50:19 +0000 kostya Ignore blocks with no samples and flags (but usually with MD5 sum) libavcodec
Sat, 14 Oct 2006 17:04:50 +0000 diego Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure libavcodec
Sat, 14 Oct 2006 14:48:45 +0000 gpoirier Remove empty structures, libavcodec
Sat, 14 Oct 2006 12:23:54 +0000 kostya Make PNG produce correct 8-bit pictures libavcodec