summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-211-8/+8
* More consistent { placement.Michael Niedermayer2007-12-211-12/+6
* indentMichael Niedermayer2007-12-211-29/+29
* ~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer2007-12-211-0/+26
* 30% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer2007-12-211-0/+18
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-081-4/+4
* remove useless #ifdefMichael Niedermayer2007-11-091-4/+0
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-091-0/+94
* sse2 version of compute_autocorr().Loren Merritt2007-09-291-0/+6
* VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-231-1/+1
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-131-1/+2
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-091-71/+71
* Take care of some renames (Doxygen and function name) after the previous pure...Panagiotis Issaris2007-07-281-2/+2
* help some gcc version to optimize out those functionsAurelien Jacobs2007-07-241-0/+4
* revert commit 9603Ivan Kalvachev2007-07-111-16/+0
* Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev2007-07-111-0/+16
* cosmetics: indentationAurelien Jacobs2007-07-101-2/+2
* Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs2007-07-101-0/+3
* fix warningMåns Rullgård2007-07-081-2/+2
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-081-1/+2
* Group all copyright and author notices together.Diego Biurrun2007-07-051-2/+2
* kill some "defined but not used" warningsMåns Rullgård2007-06-161-3/+3
* kill a warning on 64-bit machinesMåns Rullgård2007-06-161-1/+1
* use if() instead of #ifdef and ensure all possible optimisations are enabledAurelien Jacobs2007-06-151-19/+9
* Correct signature of just_return().Panagiotis Issaris2007-06-151-1/+1
* Simplify init preprocessor statements.Albert Lee2007-06-141-17/+9
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* ReindentPanagiotis Issaris2007-05-231-4/+4
* Make the compilation of h264idct.c optional.Panagiotis Issaris2007-05-231-1/+3
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-141-1/+2
* factor sum_abs_dctelem out of dct_sad, and simd it.Loren Merritt2007-05-121-7/+11
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-301-0/+10
* The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.Diego Biurrun2007-02-271-1/+1
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-15/+15
* Adding H.264 DCT.Panagiotis Issaris2006-12-111-0/+8
* improved stack misalignment warningMåns Rullgård2006-12-111-4/+3
* better warningMichael Niedermayer2006-12-071-2/+3
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-071-0/+20
* Move copy_block* functions to dsp dsputil.hBrian Foley2006-11-261-77/+0
* revert bad checkinMåns Rullgård2006-11-141-5/+5
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-5/+5
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-121-6/+6
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-27/+27
* rename inverse -> ff_inverseMåns Rullgård2006-11-121-1/+1
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-30/+30
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-011-0/+10
* ADI Blackfin optimizationsMichael Benjamin2006-09-161-0/+3
* remove redundant declarationsMåns Rullgård2006-09-021-2/+0
* Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov2006-09-021-4/+0