aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
AgeCommit message (Expand)Author
2005-08-14kill a bunch of compiler warningsMåns Rullgård
2005-06-17H.264 lossless modeLoren Merritt
2005-06-02decode H.264 with 8x8 transform.Loren Merritt
2005-05-18H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas...Loren Merritt
2005-05-17porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct APIMichael Niedermayer
2005-05-17porting vp3 idct over to lavc idct apiMichael Niedermayer
2005-05-07minor optimization of the h264 loop filterMichael Niedermayer
2005-05-02put most codecs under ifdefsMichael Niedermayer
2005-04-25MMX for H.264 deblocking filterLoren Merritt
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2005-01-23use clip_uint8()Michael Niedermayer
2005-01-07H.264 weighted prediction.Loren Merritt
2004-12-08more flexible frame skip decissionMichael Niedermayer
2004-09-27move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer
2004-09-261/8 resolution decodingMichael Niedermayer
2004-09-261/4 resolution decodingMichael Niedermayer
2004-09-251/2 resolution decodingMichael Niedermayer
2004-09-06uselessMichael Niedermayer
2004-08-224x4 SSE compare functionMichael Niedermayer
2004-08-13Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)Michael Niedermayer
2004-06-07nsse weightMichael Niedermayer
2004-06-07noise preserving sum of squares comparission functionMichael Niedermayer
2004-05-30rewrite h261 loop filterMichael Niedermayer
2004-05-30h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer
2004-04-27separate out put_signed_pixels_clamped() into its own function andMike Melanson
2004-04-26reorganize and simplify the VP3 IDCT stuffMike Melanson
2004-04-23VIS optimized motion compensation code. by (David S. Miller <davem at redhat ...Michael Niedermayer
2004-03-08seperated out the C-based VP3 DSP functions into a different file; alsoMike Melanson
2004-03-05fix motion compensation with (x+1/2,y+1/2) MVsMichael Niedermayer
2004-02-06quantizer noise shaping optimizationMichael Niedermayer
2004-01-10copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer
2004-01-05interlaced dct decision cleanupMichael Niedermayer
2003-12-30interlaced motion estimationMichael Niedermayer
2003-12-14split intra / inter dequantizationMichael Niedermayer
2003-12-0110lMichael Niedermayer
2003-12-01h263 loop filterMichael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-25 * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik
2003-10-24 * introducing dct248 into the DSP context.Roman Shaposhnik
2003-10-22floating point AAN DCTMichael Niedermayer
2003-10-13mmx2 optimization of huffyuv median encodingMichael Niedermayer
2003-06-27Fix third pixel motion compensationMike Melanson
2003-06-21the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer
2003-06-19added support for B-frames and multiple slicesMike Melanson
2003-05-19ASV1 codecMichael Niedermayer
2003-05-15moving the svq3 motion compensation stuff to dsputil (this also means that ex...Michael Niedermayer
2003-05-14cleanupMichael Niedermayer
2003-05-14sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)BERO
2003-04-20fixed static initFabrice Bellard
2003-04-04H264 decoder & demuxerMichael Niedermayer