aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-2/+5
* use clip_uint8()Michael Niedermayer2005-01-231-7/+2
* H.264 weighted prediction.Loren Merritt2005-01-071-0/+97
* more flexible frame skip decissionMichael Niedermayer2004-12-081-0/+22
* move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer2004-09-271-2/+9
* 1/8 resolution decodingMichael Niedermayer2004-09-261-0/+18
* 1/4 resolution decodingMichael Niedermayer2004-09-261-0/+47
* 1/2 resolution decodingMichael Niedermayer2004-09-251-9/+62
* uselessMichael Niedermayer2004-09-061-1/+0
* 4x4 SSE compare functionMichael Niedermayer2004-08-221-1/+126
* Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)Michael Niedermayer2004-08-131-3/+3
* nsse weightMichael Niedermayer2004-06-071-6/+8
* noise preserving sum of squares comparission functionMichael Niedermayer2004-06-071-0/+53
* rewrite h261 loop filterMichael Niedermayer2004-05-301-26/+22
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer2004-05-301-0/+33
* separate out put_signed_pixels_clamped() into its own function andMike Melanson2004-04-271-0/+22
* reorganize and simplify the VP3 IDCT stuffMike Melanson2004-04-261-2/+1
* VIS optimized motion compensation code. by (David S. Miller <davem at redhat ...Michael Niedermayer2004-04-231-0/+3
* seperated out the C-based VP3 DSP functions into a different file; alsoMike Melanson2004-03-081-0/+5
* fix motion compensation with (x+1/2,y+1/2) MVsMichael Niedermayer2004-03-051-0/+10
* quantizer noise shaping optimizationMichael Niedermayer2004-02-061-0/+26
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-0/+1
* interlaced dct decision cleanupMichael Niedermayer2004-01-051-8/+124
* interlaced motion estimationMichael Niedermayer2003-12-301-66/+61