7162 Commits (b0c32a70b4ef12a5317841f83128a0597320577f)
 

Author SHA1 Message Date
Michael Niedermayer 864bc9656b 3 more TODO items for volunteers 18 years ago
Michael Niedermayer 849a50041c another instruction less in decode_significance_x86() -> 1% faster ion P3 18 years ago
Michael Niedermayer 942f3bb528 move memory reading ByteIOContext init from mov.c to avobuf.c 18 years ago
Michael Niedermayer d3e7c5c35b 1 instruction less 18 years ago
Guillaume Poirier e7768fc512 Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu=xx) 18 years ago
Michael Niedermayer a616db285a reordering instructions a little in decode_significance_x86() -> 2 instructions less / 1% faster decode_residual on P3 18 years ago
Michael Niedermayer 13404b2e98 factorize get_cabac asm (0.5% slower but its much cleaner) 18 years ago
Alex Beregszaszi 1e4051aaa0 correct signaling of palette change 18 years ago
Bernhard Rosenkränzer ba9fb5da3a Fix PIC compilation, some defines were under #ifdef !PIC but used 18 years ago
Michael Niedermayer d72bc32389 unused variable 18 years ago
Guillaume Poirier 1c5d830c25 10l: Revert bogus use of GCC's -march=xx: 18 years ago
Michael Niedermayer f624f029f0 slightly faster decode_cabac_mb_mvd() 18 years ago
Michael Niedermayer aa1da263aa 1 variable less in decode_cabac_residual() no speed change (but less vars means less things gcc can load and store redundantly) 18 years ago
Michael Niedermayer 143bf7d7c3 dont mess with ByteIOContext internal variables (fixes showdown2.mov) 18 years ago
Michael Niedermayer ebd624b662 optimize sign decoding code in decode_residual() 18 years ago
Baptiste Coudurier 99fd05cbdd use AVFormatContext to log 18 years ago
Diego Biurrun 3d1eed611b Fix license header error notice by Steve LHomme. 18 years ago
Guillaume Poirier 38d0a8aad8 rename --tune to --cpu and make --cpu pass the apropriate -march=xx option to the compiler. 18 years ago
Baptiste Coudurier 708e3e7d2d simplify pcm read seek, use av_get_bits_per_sample 18 years ago
Diego Biurrun ca6127352f Don't run libavtest if CONFIG_GPL is not set. 18 years ago
Jindřich Makovička a0f2c6ba38 Kill a warning with MSVC 18 years ago
Michael Niedermayer 30865e2aa1 copy cabac context onto the stack for the c code in decode_cabac_residual() (15% faster on P3 but still slower then the current asm) 18 years ago
Michael Niedermayer eb73bf723d x86 asm version of the decode significance loop (not 8x8) of decode_residual() 5% faster decode_residual() on P3 18 years ago
Baptiste Coudurier 5b9d79bd77 avoid overwriting pkt 18 years ago
Aurelien Jacobs 595da759de 10l inverted condition check generated an endless loop 18 years ago
Baptiste Coudurier 4d6ac1a47b skip packet if no stream index is found, fix proxy_pal030926.mxf 18 years ago
Baptiste Coudurier ee71ef5cf4 skip run in sequence, fix C0023S01.mxf 18 years ago
Guillaume Poirier cc6a90dd49 rename --cpu (and related variables) to --arch as this option always 18 years ago
Luca Abeni 96db380836 Implement sws_getCachedContext() in swscale emulation 18 years ago
Michael Niedermayer 4041a495a8 cosmetic (%%eax->%0) 18 years ago
Roman Shaposhnik d1bc38f34a * Simplifying the setting of STYPE for AAUX AS 18 years ago
Diego Biurrun 8dda3e796b Fix crash with illegal instruction, cmov is available on 686 and later only. 18 years ago
Diego Biurrun e962604f1c Expand some #endif comments. 18 years ago
Michael Niedermayer 2c409cc7af fix -a^b which was interpreted as (-a)^b 18 years ago
Michael Niedermayer cacb17b47f asin() acos() atan() 18 years ago
Luca Barbato 9f1c1c9985 Make ffmpeg work with x264 r592 18 years ago
Michael Niedermayer 212d84881a mod() 18 years ago
Diego Biurrun c45b5de03a Fix #endif comments. 18 years ago
Diego Biurrun 39051d5d6e Replace FLAC FourCC by TwoCC. 18 years ago
Michael Niedermayer 165c5f0909 fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up with a better one quickly) 18 years ago
Diego Biurrun 89ae0e620d Add libswscale to the include path when enabled. 18 years ago
Diego Biurrun 8c9d49f266 Don't mix declarations and statements. 18 years ago
Michael Niedermayer 1d7c111856 10l 18 years ago
Michael Niedermayer faff3a7ad0 this code will not work with PIC as it needs 7 registers and gcc doesnt support that in PIC 18 years ago
Michael Niedermayer f24a515931 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) 18 years ago
Ramiro Polla aa770811a3 Have xvid encoder wrapper honnor -vtag option 18 years ago
Diego Biurrun 14f29f795d Revert putting EXTRALIBS in common.mak, linking fails on MinGW. 18 years ago
Diego Biurrun 84471efd91 Consistently use $(BUILD_ROOT). 18 years ago
Diego Biurrun 41ada6e515 Warn about --enable-gpl. 18 years ago
Diego Biurrun 9fd353e9b5 0.pgm is now 00.pgm. 18 years ago