summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* New function for chroma MC (will be used in VC-1)Kostya Shishkov2006-09-021-0/+25
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-311-0/+4
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-281-0/+1
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-101-0/+37
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-031-0/+7
* New functions in DSPContext for VC-1 decodingKostya Shishkov2006-07-301-0/+12
* Fix compilation with --disable-decoders.Emiliano Parasassi2006-07-071-0/+4
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-031-0/+18
* Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò2006-06-301-2/+6
* Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt2006-05-301-29/+25
OpenPOWER on IntegriCloud