Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-28Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger
2008-01-23Put some disabled functions that are only used in the test program in cabac.cDiego Biurrun
2007-12-03Add missing const to last argument of decode_significance_8x8_x86.Reimar Döffinger
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-1210l: refill2() is not unused, it is used conditionally.Diego Biurrun
2007-10-12Disable unused code; fixes several gcc warnings:Diego Biurrun
2007-10-02100l: Revert accidental commit, restore previous version.Diego Biurrun
2007-10-02Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun
2007-09-16cosmetics: typoDiego Biurrun
2007-08-16CONFIG_7REGS -> HAVE_7REGSRamiro Polla
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-05-11split h264.c to move parser in its own fileAurelien Jacobs
2007-05-05Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun
2007-04-27Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun
2007-04-2610l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.Diego Biurrun
2007-04-14Update preprocessor directive comments to take recent changes to this fileDiego Biurrun
2007-03-29Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris
2007-02-23use av_noinline instead of __attribute((noinline))Aurelien Jacobs
2007-01-27rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configureMåns Rullgård
2007-01-13replace a few hardcoded numbers with their correct named onesMichael Niedermayer
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-27PIC fixMichael Niedermayer
2006-11-01Reenable AMD64 optimizations for cabac accidentially disabled in r6852Reimar Döffinger
2006-11-01Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun
2006-10-29Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined underDiego Biurrun
2006-10-23CABAC assembler optimizations ported to AMD64Reimar Döffinger
2006-10-21decode_significance_8x8_x86()Michael Niedermayer
2006-10-20Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier
2006-10-20another instruction less in decode_significance_x86() -> 1% faster ion P3Michael Niedermayer
2006-10-201 instruction lessMichael Niedermayer
2006-10-20reordering instructions a little in decode_significance_x86() -> 2 instructio...Michael Niedermayer
2006-10-20factorize get_cabac asm (0.5% slower but its much cleaner)Michael Niedermayer
2006-10-20Fix PIC compilation, some defines were under #ifdef !PIC but usedBernhard Rosenkränzer
2006-10-19unused variableMichael Niedermayer
2006-10-19optimize sign decoding code in decode_residual()Michael Niedermayer
2006-10-18Kill a warning with MSVCJindřich Makovička
2006-10-18x86 asm version of the decode significance loop (not 8x8) of decode_residual(...Michael Niedermayer
2006-10-17cosmetic (%%eax->%0)Michael Niedermayer
2006-10-17Fix crash with illegal instruction, cmov is available on 686 and later only.Diego Biurrun
2006-10-17Expand some #endif comments.Diego Biurrun
2006-10-16fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up...Michael Niedermayer
2006-10-1610lMichael Niedermayer
2006-10-16this code will not work with PIC as it needs 7 registers and gcc doesnt suppo...Michael Niedermayer
2006-10-16shift CABACContext.range right, this reduces the number of shifts needed in g...Michael Niedermayer
2006-10-13dehack *ps_state indexing in the branchless decoderMichael Niedermayer
2006-10-13add "memory" to the clobber list we change memory so we need it, this also fi...Michael Niedermayer
2006-10-12prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_...Michael Niedermayer