| Commit message (Expand) | Author | Age | Files | Lines |
* | handle limit>32 for set_ur_golomb_jpegls() | Kostya Shishkov | 2006-10-22 | 1 | -0/+4 |
* | prevent infinite loop | Michael Niedermayer | 2006-10-21 | 1 | -1/+1 |
* | decode_significance_8x8_x86() | Michael Niedermayer | 2006-10-20 | 2 | -8/+67 |
* | Protect code that uses CMOV instructions with HAVE_CMOV, | Guillaume Poirier | 2006-10-20 | 1 | -2/+1 |
* | another instruction less in decode_significance_x86() -> 1% faster ion P3 | Michael Niedermayer | 2006-10-20 | 1 | -3/+2 |
* | 1 instruction less | Michael Niedermayer | 2006-10-20 | 1 | -1/+2 |
* | reordering instructions a little in decode_significance_x86() -> 2 instructio... | Michael Niedermayer | 2006-10-20 | 1 | -7/+5 |
* | factorize get_cabac asm (0.5% slower but its much cleaner) | Michael Niedermayer | 2006-10-20 | 1 | -168/+59 |
* | correct signaling of palette change | Alex Beregszaszi | 2006-10-19 | 1 | -5/+7 |
* | Fix PIC compilation, some defines were under #ifdef !PIC but used | Bernhard Rosenkränzer | 2006-10-19 | 1 | -3/+3 |
* | unused variable | Michael Niedermayer | 2006-10-19 | 1 | -1/+0 |
* | slightly faster decode_cabac_mb_mvd() | Michael Niedermayer | 2006-10-19 | 1 | -2/+1 |
* | 1 variable less in decode_cabac_residual() no speed change (but less vars mea... | Michael Niedermayer | 2006-10-19 | 1 | -3/+3 |
* | optimize sign decoding code in decode_residual() | Michael Niedermayer | 2006-10-19 | 2 | -4/+83 |
* | Kill a warning with MSVC | Jindřich Makovička | 2006-10-18 | 2 | -5/+6 |
* | copy cabac context onto the stack for the c code in decode_cabac_residual() (... | Michael Niedermayer | 2006-10-17 | 1 | -13/+36 |
* | x86 asm version of the decode significance loop (not 8x8) of decode_residual(... | Michael Niedermayer | 2006-10-17 | 2 | -3/+172 |
* | Implement sws_getCachedContext() in swscale emulation | Luca Abeni | 2006-10-17 | 2 | -0/+41 |
* | cosmetic (%%eax->%0) | Michael Niedermayer | 2006-10-17 | 1 | -10/+10 |
* | Fix crash with illegal instruction, cmov is available on 686 and later only. | Diego Biurrun | 2006-10-16 | 1 | -1/+1 |
* | Expand some #endif comments. | Diego Biurrun | 2006-10-16 | 1 | -2/+2 |
* | fix -a^b which was interpreted as (-a)^b | Michael Niedermayer | 2006-10-16 | 1 | -7/+10 |
* | asin() acos() atan() | Michael Niedermayer | 2006-10-16 | 1 | -0/+3 |
* | Make ffmpeg work with x264 r592 | Luca Barbato | 2006-10-16 | 3 | -3/+3 |
* | mod() | Michael Niedermayer | 2006-10-16 | 1 | -0/+1 |
* | Fix #endif comments. | Diego Biurrun | 2006-10-16 | 1 | -1/+1 |
* | fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up... | Michael Niedermayer | 2006-10-16 | 1 | -1/+2 |
* | 10l | Michael Niedermayer | 2006-10-15 | 1 | -1/+1 |
* | this code will not work with PIC as it needs 7 registers and gcc doesnt suppo... | Michael Niedermayer | 2006-10-15 | 1 | -1/+1 |
* | shift CABACContext.range right, this reduces the number of shifts needed in g... | Michael Niedermayer | 2006-10-15 | 2 | -52/+77 |
* | Have xvid encoder wrapper honnor -vtag option | Ramiro Polla | 2006-10-15 | 1 | -1/+2 |
* | Revert putting EXTRALIBS in common.mak, linking fails on MinGW. | Diego Biurrun | 2006-10-15 | 1 | -0/+2 |
* | Ignore blocks with no samples and flags (but usually with MD5 sum) | Kostya Shishkov | 2006-10-15 | 1 | -0/+1 |
* | Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure | Diego Biurrun | 2006-10-14 | 1 | -0/+2 |
* | Remove empty structures, | Steve L'Homme | 2006-10-14 | 3 | -12/+3 |
* | Make PNG produce correct 8-bit pictures | Kostya Shishkov | 2006-10-14 | 1 | -1/+1 |
* | Move block size check to decoder | Kostya Shishkov | 2006-10-14 | 1 | -0/+5 |
* | simplify escape decoding | Michael Niedermayer | 2006-10-13 | 1 | -3/+3 |
* | Remove intrinsics checks, they are no longer used. | Diego Biurrun | 2006-10-13 | 1 | -13/+0 |
* | dehack *ps_state indexing in the branchless decoder | Michael Niedermayer | 2006-10-13 | 2 | -6/+10 |
* | TIFF decoder | Kostya Shishkov | 2006-10-13 | 4 | -2/+440 |
* | add "memory" to the clobber list we change memory so we need it, this also fi... | Michael Niedermayer | 2006-10-12 | 1 | -2/+2 |
* | -1 is a valid return value in ratecontrol_1pass() -> 100l for takis | Michael Niedermayer | 2006-10-12 | 1 | -2/+2 |
* | Fixes: | Dominik Mierzejewski | 2006-10-12 | 1 | -1/+1 |
* | 10l int vs uint8_t | Michael Niedermayer | 2006-10-12 | 1 | -1/+1 |
* | prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_... | Michael Niedermayer | 2006-10-12 | 2 | -29/+39 |
* | int->uint8_t for 2 tables | Michael Niedermayer | 2006-10-12 | 1 | -2/+2 |
* | support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c... | Baptiste Coudurier | 2006-10-12 | 4 | -2/+240 |
* | fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A u... | Gregory Montoir | 2006-10-12 | 1 | -1/+4 |
* | Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h. | Diego Biurrun | 2006-10-12 | 3 | -7/+7 |