summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Kill a warning with MSVCJindřich Makovička2006-10-18
* copy cabac context onto the stack for the c code in decode_cabac_residual() (...Michael Niedermayer2006-10-17
* x86 asm version of the decode significance loop (not 8x8) of decode_residual(...Michael Niedermayer2006-10-17
* Implement sws_getCachedContext() in swscale emulationLuca Abeni2006-10-17
* cosmetic (%%eax->%0)Michael Niedermayer2006-10-17
* Fix crash with illegal instruction, cmov is available on 686 and later only.Diego Biurrun2006-10-16
* Expand some #endif comments.Diego Biurrun2006-10-16
* fix -a^b which was interpreted as (-a)^bMichael Niedermayer2006-10-16
* asin() acos() atan()Michael Niedermayer2006-10-16
* Make ffmpeg work with x264 r592Luca Barbato2006-10-16
* mod()Michael Niedermayer2006-10-16
* Fix #endif comments.Diego Biurrun2006-10-16
* fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up...Michael Niedermayer2006-10-16
* 10lMichael Niedermayer2006-10-15
* this code will not work with PIC as it needs 7 registers and gcc doesnt suppo...Michael Niedermayer2006-10-15
* shift CABACContext.range right, this reduces the number of shifts needed in g...Michael Niedermayer2006-10-15
* Have xvid encoder wrapper honnor -vtag optionRamiro Polla2006-10-15
* Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun2006-10-15
* Ignore blocks with no samples and flags (but usually with MD5 sum)Kostya Shishkov2006-10-15
* Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failureDiego Biurrun2006-10-14
* Remove empty structures,Steve L'Homme2006-10-14
* Make PNG produce correct 8-bit picturesKostya Shishkov2006-10-14
* Move block size check to decoderKostya Shishkov2006-10-14
* simplify escape decodingMichael Niedermayer2006-10-13
* Remove intrinsics checks, they are no longer used.Diego Biurrun2006-10-13
* dehack *ps_state indexing in the branchless decoderMichael Niedermayer2006-10-13
* TIFF decoderKostya Shishkov2006-10-13
* add "memory" to the clobber list we change memory so we need it, this also fi...Michael Niedermayer2006-10-12
* -1 is a valid return value in ratecontrol_1pass() -> 100l for takisMichael Niedermayer2006-10-12
* Fixes:Dominik Mierzejewski2006-10-12
* 10l int vs uint8_tMichael Niedermayer2006-10-12
* prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_...Michael Niedermayer2006-10-12
* int->uint8_t for 2 tablesMichael Niedermayer2006-10-12
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c...Baptiste Coudurier2006-10-12
* fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A u...Gregory Montoir2006-10-12
* Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.Diego Biurrun2006-10-12
* ppc generic prefetchLuca Barbato2006-10-12
* adds some useful comments after some of the #else, #elseif,Guillaume Poirier2006-10-12
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* more prefetches, 2% faster h264Loren Merritt2006-10-11
* slightly faster on P3 slightly slower on athlon and probably faster on P4Michael Niedermayer2006-10-11
* update doc, changelog, and increase libavcodec version for .cin files supportBaptiste Coudurier2006-10-11
* support for Delphine Software .cin files demuxing / audio and video decoding,...Baptiste Coudurier2006-10-11
* moving lps state transition code a little up in the branched asm code (1% fas...Michael Niedermayer2006-10-11
* write cabac low and range variables as early as possible to prevent stalls fr...Michael Niedermayer2006-10-11
* use ecx instead of cl (no speed change on P3 but might avoid partial register...Michael Niedermayer2006-10-11
* make state transition tables global as they are constant and the code is slig...Michael Niedermayer2006-10-11
* 10lMichael Niedermayer2006-10-11
* make lps_range a global table its constant anyway (saves 1 addition for acces...Michael Niedermayer2006-10-11
* enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon,...Michael Niedermayer2006-10-11