summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* revert commit 9603Ivan Kalvachev2007-07-111-1/+0
* Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev2007-07-111-0/+1
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-081-1/+2
* move dsputil_init_foo() out from #ifdefMåns Rullgård2007-06-161-16/+10
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* use DECLARE_ALIGNED from mem.h (which is included through common.h)Alex Beregszaszi2007-05-131-19/+11
* factor sum_abs_dctelem out of dct_sad, and simd it.Loren Merritt2007-05-121-0/+1
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Typos in commentsLuca Barbato2007-03-301-5/+6
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-301-0/+2
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-301-1/+1
* Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier2006-12-181-0/+1
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-071-0/+2
* Added entry for H.264 DCT to the DSP context.Panagiotis Issaris2006-12-071-0/+1
* Add comment denoting group of H.264 functionsPanagiotis Issaris2006-12-051-0/+1
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-031-24/+0
* Move copy_block* functions to dsp dsputil.hBrian Foley2006-11-261-0/+77
* Correct rounding values in overlap filteringKostya Shishkov2006-11-261-2/+2
* revert bad checkinMåns Rullgård2006-11-141-4/+8
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-8/+4
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-121-1/+1
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
* 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/+3
* sse implementation of imdct.Loren Merritt2006-09-211-0/+2
* ADI Blackfin optimizationsMichael Benjamin2006-09-161-0/+7
* Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov2006-09-021-1/+0
* New function for chroma MC (will be used in VC-1)Kostya Shishkov2006-09-021-0/+2
* Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato2006-08-311-1/+1
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-311-0/+1
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-281-0/+3
* vorbis simd tweaksLoren Merritt2006-08-111-1/+1
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-101-0/+14
* 3dnow2 implementation of imdct.Loren Merritt2006-08-081-0/+6
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-031-0/+2
* New functions in DSPContext for VC-1 decodingKostya Shishkov2006-07-301-0/+12
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-031-0/+9
* Remove unused and unsupported Cyrix's "Extended MMX",Zuxy Meng2006-04-281-0/+1
* mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt2006-04-041-0/+3
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-311-0/+8
* ST16 is undefined for non-GNU compilers.Steve L'Homme2006-03-241-0/+1
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-231-0/+2
* First part of a series of speed-enchancing patches.Robert Edele2006-03-161-0/+9
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-081-0/+2
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-101-0/+4
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-10/+19
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* tweak h264_biweightLoren Merritt2006-01-091-1/+1
* use h264 MC functions for 2xX Xx2 blocks in snow tooMichael Niedermayer2006-01-081-2/+3
* 8x8 integer dct from x264 as cmp function (under CONFIG_GPL)Michael Niedermayer2006-01-041-0/+2
OpenPOWER on IntegriCloud