summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAge
...
* 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
* 1/8 resolution decodingMichael Niedermayer2004-09-26
* 1/4 resolution decodingMichael Niedermayer2004-09-26
* 1/2 resolution decodingMichael Niedermayer2004-09-25
* uselessMichael Niedermayer2004-09-06
* 4x4 SSE compare functionMichael Niedermayer2004-08-22
* Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)Michael Niedermayer2004-08-13
* nsse weightMichael Niedermayer2004-06-07
* noise preserving sum of squares comparission functionMichael Niedermayer2004-06-07
* rewrite h261 loop filterMichael Niedermayer2004-05-30
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer2004-05-30
* separate out put_signed_pixels_clamped() into its own function andMike Melanson2004-04-27
* reorganize and simplify the VP3 IDCT stuffMike Melanson2004-04-26
* VIS optimized motion compensation code. by (David S. Miller <davem at redhat ...Michael Niedermayer2004-04-23
* seperated out the C-based VP3 DSP functions into a different file; alsoMike Melanson2004-03-08
* fix motion compensation with (x+1/2,y+1/2) MVsMichael Niedermayer2004-03-05
* quantizer noise shaping optimizationMichael Niedermayer2004-02-06
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* interlaced dct decision cleanupMichael Niedermayer2004-01-05
* interlaced motion estimationMichael Niedermayer2003-12-30
* split intra / inter dequantizationMichael Niedermayer2003-12-14
* 10lMichael Niedermayer2003-12-01
* h263 loop filterMichael Niedermayer2003-12-01
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik2003-10-25
* * introducing dct248 into the DSP context.Roman Shaposhnik2003-10-24
* floating point AAN DCTMichael Niedermayer2003-10-22
* mmx2 optimization of huffyuv median encodingMichael Niedermayer2003-10-13
* Fix third pixel motion compensationMike Melanson2003-06-27
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-21
* added support for B-frames and multiple slicesMike Melanson2003-06-19
* ASV1 codecMichael Niedermayer2003-05-19
* moving the svq3 motion compensation stuff to dsputil (this also means that ex...Michael Niedermayer2003-05-15