summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu...Guillaume Poirier2006-10-20
* reordering instructions a little in decode_significance_x86() -> 2 instructio...Michael Niedermayer2006-10-20
* factorize get_cabac asm (0.5% slower but its much cleaner)Michael Niedermayer2006-10-20
* correct signaling of palette changeAlex Beregszaszi2006-10-19
* Fix PIC compilation, some defines were under #ifdef !PIC but usedBernhard Rosenkränzer2006-10-19
* unused variableMichael Niedermayer2006-10-19
* 10l: Revert bogus use of GCC's -march=xx:Guillaume Poirier2006-10-19
* slightly faster decode_cabac_mb_mvd()Michael Niedermayer2006-10-19
* 1 variable less in decode_cabac_residual() no speed change (but less vars mea...Michael Niedermayer2006-10-19
* dont mess with ByteIOContext internal variables (fixes showdown2.mov)Michael Niedermayer2006-10-19
* optimize sign decoding code in decode_residual()Michael Niedermayer2006-10-19
* use AVFormatContext to logBaptiste Coudurier2006-10-18
* Fix license header error notice by Steve LHomme.Diego Biurrun2006-10-18
* rename --tune to --cpu and make --cpu pass the apropriate -march=xx option to...Guillaume Poirier2006-10-18
* simplify pcm read seek, use av_get_bits_per_sampleBaptiste Coudurier2006-10-18
* Don't run libavtest if CONFIG_GPL is not set.Diego Biurrun2006-10-18
* 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
* avoid overwriting pktBaptiste Coudurier2006-10-17
* 10l inverted condition check generated an endless loopAurelien Jacobs2006-10-17
* skip packet if no stream index is found, fix proxy_pal030926.mxfBaptiste Coudurier2006-10-17
* skip run in sequence, fix C0023S01.mxfBaptiste Coudurier2006-10-17
* rename --cpu (and related variables) to --arch as this option alwaysGuillaume Poirier2006-10-17
* Implement sws_getCachedContext() in swscale emulationLuca Abeni2006-10-17
* cosmetic (%%eax->%0)Michael Niedermayer2006-10-17
* * Simplifying the setting of STYPE for AAUX ASRoman Shaposhnik2006-10-16
* 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
* Replace FLAC FourCC by TwoCC.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
* Add libswscale to the include path when enabled.Diego Biurrun2006-10-16
* Don't mix declarations and statements.Diego Biurrun2006-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
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-15
* Warn about --enable-gpl.Diego Biurrun2006-10-15
* 0.pgm is now 00.pgm.Diego Biurrun2006-10-15
* Remove unused variable.Diego Biurrun2006-10-15
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-15
* Ignore blocks with no samples and flags (but usually with MD5 sum)Kostya Shishkov2006-10-15
* Make public domain. Hope Diego dont mind it, he had two cosmetics commits :)Alex Beregszaszi2006-10-14