log

age author description
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
Sat, 14 Oct 2006 05:01:05 +0000 kostya Move block size check to decoder libavcodec
Fri, 13 Oct 2006 16:19:15 +0000 michael simplify escape decoding libavcodec
Fri, 13 Oct 2006 16:04:41 +0000 diego Remove intrinsics checks, they are no longer used. libavcodec
Fri, 13 Oct 2006 14:21:25 +0000 michael dehack *ps_state indexing in the branchless decoder libavcodec
Fri, 13 Oct 2006 10:48:29 +0000 kostya TIFF decoder libavcodec
Thu, 12 Oct 2006 21:32:56 +0000 michael add "memory" to the clobber list we change memory so we need it, this also fixes some problems with gcc svn libavcodec
Thu, 12 Oct 2006 20:55:42 +0000 michael -1 is a valid return value in ratecontrol_1pass() -> 100l for takis libavcodec
Thu, 12 Oct 2006 19:57:47 +0000 rathann Fixes: libavcodec
Thu, 12 Oct 2006 18:41:29 +0000 michael 10l int vs uint8_t libavcodec
Thu, 12 Oct 2006 14:49:19 +0000 michael prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_cabac() on P3) libavcodec
Thu, 12 Oct 2006 12:27:02 +0000 michael int->uint8_t for 2 tables libavcodec