summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt2006-04-041-2/+2
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-311-0/+5
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-231-0/+4
* 10l: Only set *compose97i *add_yblock to dsputils context if we are building ...Oded Shimon2006-03-171-0/+2
* First part of a series of speed-enchancing patches.Robert Edele2006-03-161-0/+5
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-101-0/+2
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-7/+7
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* tweak h264_biweightLoren Merritt2006-01-091-5/+4
* use h264 MC functions for 2xX Xx2 blocks in snow tooMichael Niedermayer2006-01-081-0/+75
* ugly, but necessaryMike Melanson2006-01-051-0/+4
* 8x8 integer dct from x264 as cmp function (under CONFIG_GPL)Michael Niedermayer2006-01-041-0/+58
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-65/+65
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-160/+160
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-2/+4
* H.264 lossless modeLoren Merritt2005-06-171-0/+33
* decode H.264 with 8x8 transform.Loren Merritt2005-06-021-0/+1
* H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas...Loren Merritt2005-05-181-6/+36
* porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct APIMichael Niedermayer2005-05-171-0/+4
* porting vp3 idct over to lavc idct apiMichael Niedermayer2005-05-171-4/+5
* minor optimization of the h264 loop filterMichael Niedermayer2005-05-071-2/+2
* put most codecs under ifdefsMichael Niedermayer2005-05-021-0/+3
* MMX for H.264 deblocking filterLoren Merritt2005-04-251-0/+91
OpenPOWER on IntegriCloud