9153 Commits (fe2ad119e91eab9dead56c737ccc899655ae5618)
 

Author SHA1 Message Date
Michael Niedermayer 2df6e97872 kill a av_mallocz_static() 18 years ago
Michael Niedermayer e2e712e7c1 10^10l to whoever wrote this 18 years ago
Michael Niedermayer 0c3c674cde remove useless static cm variable 18 years ago
Michael Niedermayer 861450d551 cosmetic 18 years ago
Michael Niedermayer 3e207bb1bd remove silly static int done protecting the initalization of 32 elements to 1 18 years ago
Michael Niedermayer 2d2020b825 remove redundant memset() 18 years ago
Michael Niedermayer 5ac0915179 dont malloc() static mv_penalty arrays 18 years ago
Michael Niedermayer ca2a0c938e deprecate av_mallocz_static() 18 years ago
Ian Braithwaite 85e7386ae0 Combine the window and overlap loops, 18 years ago
Michael Niedermayer e057461dac cosmetic (order context variables like in sha1) 18 years ago
Michael Niedermayer 248b25f878 s/context/ctx/ 18 years ago
Michael Niedermayer e657aa3415 #undef printf under #ifdef TEST (needed for testing) 18 years ago
Michael Niedermayer ef3c7c3328 borrow finalization algo from sha1 (100byte smaller) 18 years ago
Michael Niedermayer e1b62250ac get rid of b_used variable (same size with CONFIG_SMALL) 18 years ago
Michael Niedermayer 36c7fa7ea5 smaller av_sha1_update() 18 years ago
Michael Niedermayer 104c30ee06 use CONFIG_SMALL 18 years ago
Michael Niedermayer 2001304500 put state[5] last so no padding is needed on arch where uint64_t needs 8byte alignment 18 years ago
Michael Niedermayer 5fd7f87b8d cosmetic 18 years ago
Michael Niedermayer 15b6cae245 dont memcpy() simpler and same speed 18 years ago
Michael Niedermayer 476f9b74ec simplify 18 years ago
Michael Niedermayer f6a3477bb5 remove middle variant (keep fastest and smallest) 18 years ago
Michael Niedermayer 965ea9ba66 10l 18 years ago
Michael Niedermayer fca447a911 double ;; 18 years ago
Michael Niedermayer 2fa3a22d23 factorize VARIANT2 (smaller and slower) 18 years ago
Michael Niedermayer d6cf780419 revert 2% speed loss change (r8360) 18 years ago
Aurelien Jacobs 5ae4975c65 remove outdated comment 18 years ago
Aurelien Jacobs 2b1785b7cc remove no more needed parameters 18 years ago
Michael Niedermayer cb496e1f12 zero byte idea by rich 18 years ago
Michael Niedermayer 6573578d7b 2 other variants of how to implement the core part 18 years ago
Aurelien Jacobs 086b0ad8ca set pkt->duration for laced packets too 18 years ago
Aurelien Jacobs 9b54ab15e7 calculate pts for laced packets 18 years ago
Aurelien Jacobs 7fde6331a7 calculate default_duration for AAC tracks 18 years ago
Aurelien Jacobs 25f2b76fdb scale duration and default_duration 18 years ago
Michael Niedermayer 20bd4e0799 cosmetic cleanup 18 years ago
Michael Niedermayer 3884689bd5 cosmetic cleanup 18 years ago
Michael Niedermayer 913cbde41a 10% smaller object file, 2% slower 18 years ago
Aurelien Jacobs 916bf03a69 move timecode calculation out of laces loop 18 years ago
Michael Niedermayer c6fd617aea very slightly smaller object file 18 years ago
Michael Niedermayer 11bf0eb69a make count count bytes not bits (this is simpler and leads to a very slightly smaller object file) 18 years ago
Michael Niedermayer de953b6b67 remove bigger and slower code 18 years ago
Michael Niedermayer 82da03f717 dont recommand testing with -O3 18 years ago
Michael Niedermayer aa59433af6 avoid silly ring buffer logic (faster with -O2, -O3 is always slower then -O2) 18 years ago
Michael Niedermayer 3479b72bc2 its faster to copy the data to the stack it seems ... 18 years ago
Michael Niedermayer ae76034cbb explain how to test it 18 years ago
Michael Niedermayer 7c60e55bff simple SHA-1 implementation 18 years ago
Baptiste Coudurier 3679f65946 remove wrong avid imx ntsc fourcc 18 years ago
Limin Wang 05e894bcdc Explain a few more options that were recently added. 18 years ago
Ramiro Polla 2a89ee9a63 Remove superfluous HAVE_THREADS #ifdef. 18 years ago
Diego Biurrun 3d3361e509 libswscale header files are put in a subdirectory named ffmpeg, not swscale. 18 years ago
Benoit Fouet f6ac2667e5 Remove -ab 64k from ffmpeg options, this is now default. 18 years ago