aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-2/+2
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-17/+17
* Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun2005-09-191-29/+0
* IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin :...Gildas Bazin2005-06-281-0/+4
* H.264 lossless modeLoren Merritt2005-06-171-0/+2
* decode H.264 with 8x8 transform.Loren Merritt2005-06-021-0/+2
* remove unused vp3 related function pointersMichael Niedermayer2005-05-211-18/+0
* H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas...Loren Merritt2005-05-181-4/+6
* porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct APIMichael Niedermayer2005-05-171-0/+1
* porting vp3 idct over to lavc idct apiMichael Niedermayer2005-05-171-11/+3
* MMX for H.264 deblocking filterLoren Merritt2005-04-251-0/+5
* H.264 weighted prediction.Loren Merritt2005-01-071-0/+5
* x86 cpu capabilities detection rewrite / cleanupMichael Niedermayer2004-12-131-0/+1
* more flexible frame skip decissionMichael Niedermayer2004-12-081-0/+2
* stride align cleanupMichael Niedermayer2004-10-261-1/+10
* move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer2004-09-271-1/+6
* 1/8 resolution decodingMichael Niedermayer2004-09-261-0/+1
* 1/4 resolution decodingMichael Niedermayer2004-09-261-0/+1
* 1/2 resolution decodingMichael Niedermayer2004-09-251-0/+1
* lrintf emulation improvmentsMichael Niedermayer2004-08-241-2/+11
* 4x4 SSE compare functionMichael Niedermayer2004-08-221-0/+25
* increase size of crop tableMichael Niedermayer2004-06-211-1/+1
* chroma me fixMichael Niedermayer2004-06-111-2/+2
* noise preserving sum of squares comparission functionMichael Niedermayer2004-06-071-0/+1
* rewrite h261 loop filterMichael Niedermayer2004-05-301-2/+1
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer2004-05-301-0/+3
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-0/+5
* separate out put_signed_pixels_clamped() into its own function andMike Melanson2004-04-271-0/+2
* reorganize and simplify the VP3 IDCT stuffMike Melanson2004-04-261-35/+12
* move __align16 some place where non-MMX machines can see itMike Melanson2004-04-251-2/+3
* hook up support for SSE2-optimized VP3 IDCTMike Melanson2004-04-251-0/+7
* VIS optimized motion compensation code. by (David S. Miller <davem at redhat ...Michael Niedermayer2004-04-231-0/+6
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-131-7/+7
* seperated out the C-based VP3 DSP functions into a different file; alsoMike Melanson2004-03-081-0/+47
* fix motion compensation with (x+1/2,y+1/2) MVsMichael Niedermayer2004-03-051-0/+2
* quantizer noise shaping optimizationMichael Niedermayer2004-02-061-0/+5