summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAge
* Move copy_block* functions to dsp dsputil.hBrian Foley2006-11-26
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-12
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-01
* ADI Blackfin optimizationsMichael Benjamin2006-09-16
* remove redundant declarationsMåns Rullgård2006-09-02
* Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov2006-09-02
* New function for chroma MC (will be used in VC-1)Kostya Shishkov2006-09-02
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-31
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-28
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-10
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-03
* New functions in DSPContext for VC-1 decodingKostya Shishkov2006-07-30
* Fix compilation with --disable-decoders.Emiliano Parasassi2006-07-07
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-03
* Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò2006-06-30
* Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt2006-05-30
* mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt2006-04-04
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-31
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-23
* 10l: Only set *compose97i *add_yblock to dsputils context if we are building ...Oded Shimon2006-03-17
* First part of a series of speed-enchancing patches.Robert Edele2006-03-16
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* tweak h264_biweightLoren Merritt2006-01-09
* use h264 MC functions for 2xX Xx2 blocks in snow tooMichael Niedermayer2006-01-08
* ugly, but necessaryMike Melanson2006-01-05
* 8x8 integer dct from x264 as cmp function (under CONFIG_GPL)Michael Niedermayer2006-01-04
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* H.264 lossless modeLoren Merritt2005-06-17
* decode H.264 with 8x8 transform.Loren Merritt2005-06-02
* H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas...Loren Merritt2005-05-18
* porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct APIMichael Niedermayer2005-05-17
* porting vp3 idct over to lavc idct apiMichael Niedermayer2005-05-17
* minor optimization of the h264 loop filterMichael Niedermayer2005-05-07
* put most codecs under ifdefsMichael Niedermayer2005-05-02
* MMX for H.264 deblocking filterLoren Merritt2005-04-25
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* use clip_uint8()Michael Niedermayer2005-01-23
* H.264 weighted prediction.Loren Merritt2005-01-07
* more flexible frame skip decissionMichael Niedermayer2004-12-08
* move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer2004-09-27