log

age author description
Sun, 22 Oct 2006 15:05:03 +0000 bcoudurier change gif demuxer to gif decoder libavcodec
Sun, 22 Oct 2006 04:52:15 +0000 kostya handle limit>32 for set_ur_golomb_jpegls() libavcodec
Sat, 21 Oct 2006 22:07:01 +0000 michael prevent infinite loop libavcodec
Fri, 20 Oct 2006 21:34:02 +0000 michael decode_significance_8x8_x86() libavcodec
Fri, 20 Oct 2006 17:53:19 +0000 gpoirier Protect code that uses CMOV instructions with HAVE_CMOV, libavcodec
Fri, 20 Oct 2006 10:00:28 +0000 michael another instruction less in decode_significance_x86() -> 1% faster ion P3 libavcodec
Fri, 20 Oct 2006 08:46:33 +0000 michael 1 instruction less libavcodec
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