201 Commits (2b12d6fc79817d14b555b13847e6b328fbc3d2bd)

Author SHA1 Message Date
Michael Niedermayer 96711ecff9 const src for bswap 17 years ago
Michael Niedermayer 7993df6527 consts 17 years ago
Diego Biurrun 9fbd14acb8 Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. 17 years ago
Michael Niedermayer f315b39469 More consistent { placement. 17 years ago
Michael Niedermayer 76abb18ef5 indent 17 years ago
Michael Niedermayer febdd0b9b4 ~15% faster h264_chroma_mc2/4_c() these also prevent some possible out 17 years ago
Michael Niedermayer 815c81c0a7 30% faster h264_chroma_mc8_c(), this also prevents a possible out of 17 years ago
Aurelien Jacobs 59e6f60a99 add ff_ prefix to all simple_idct symbols 17 years ago
Michael Niedermayer 177c9583b6 remove useless #ifdef 17 years ago
Michael Niedermayer 9abc7e0fdc intrax8 decoder patch by "someone" 17 years ago
Loren Merritt 6810b93a81 sse2 version of compute_autocorr(). 17 years ago
Diego Biurrun 8b505fc689 VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. 17 years ago
Ramiro Polla 5e4c7ca224 Add attribute that forces alignment of stack to functions that need it. 18 years ago
Roman Shaposhnik 905694d96e * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 18 years ago
Panagiotis Issaris edecaff8c2 Take care of some renames (Doxygen and function name) after the previous pure rename patch. 18 years ago
Aurelien Jacobs 73f51a4d3e help some gcc version to optimize out those functions 18 years ago
Ivan Kalvachev 0ac9a875d4 revert commit 9603 18 years ago
Ivan Kalvachev ddeaf723c5 Integrate reference mpeg IDCT into dsputil. 18 years ago
Aurelien Jacobs 674eeb5f57 cosmetics: indentation 18 years ago
Aurelien Jacobs eb75a69818 Avoid linking with h263.c functions when the relevant codecs 18 years ago
Måns Rullgård 8d15910aff fix warning 18 years ago
Måns Rullgård a00177a952 make arguments to ssd_int8_vs_int16() const 18 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Måns Rullgård bb5705b988 kill some "defined but not used" warnings 18 years ago
Måns Rullgård 119e2c0056 kill a warning on 64-bit machines 18 years ago
Aurelien Jacobs 4f74c5855b use if() instead of #ifdef and ensure all possible optimisations are enabled 18 years ago
Panagiotis Issaris d111e41fd3 Correct signature of just_return(). 18 years ago
Albert Lee ad0f6c1fcd Simplify init preprocessor statements. 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Panagiotis Issaris 9aee21c8f7 Reindent 18 years ago
Panagiotis Issaris 4edda03480 Make the compilation of h264idct.c optional. 18 years ago
Panagiotis Issaris 9b5dc86746 Make vp3dsp*.c compilation optional. 18 years ago
Loren Merritt 1edbfe1994 factor sum_abs_dctelem out of dct_sad, and simd it. 18 years ago
Loren Merritt 5900637219 mmx 16-bit ssd. 2.3x faster svq1 encoding. 18 years ago
Diego Biurrun e7ebecbf44 The Snow DEcoding routines should be under CONFIG_SNOW_DECODER. 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Panagiotis Issaris c6b237da9e Adding H.264 DCT. 18 years ago
Måns Rullgård c1173617ce improved stack misalignment warning 18 years ago
Michael Niedermayer 6c81ca9906 better warning 18 years ago
Michael Niedermayer 6dc7d5da70 ff_check_alignment to warn the user about a missaligned stack 18 years ago
Brian Foley 49cef7443a Move copy_block* functions to dsp dsputil.h 18 years ago
Måns Rullgård 486497e07b revert bad checkin 18 years ago
Måns Rullgård be6ed6fff4 move some CFLAGS settings away from config.* writing section 18 years ago
Måns Rullgård 1d50395746 rename squareTbl -> ff_squareTbl 18 years ago
Måns Rullgård 55fde95e3b rename cropTbl -> ff_cropTbl 18 years ago
Måns Rullgård 36cd306907 rename inverse -> ff_inverse 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Loren Merritt 2833fc4646 approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 18 years ago
Michael Benjamin 5ca030fed4 ADI Blackfin optimizations 18 years ago