summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* split intra / inter dequantizationMichael Niedermayer2003-12-141-2/+5
* 10lMichael Niedermayer2003-12-011-1/+1
* h263 loop filterMichael Niedermayer2003-12-011-0/+72
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-1/+1
* * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik2003-10-251-2/+2
* * introducing dct248 into the DSP context.Roman Shaposhnik2003-10-241-3/+22
* floating point AAN DCTMichael Niedermayer2003-10-221-1/+3
* mmx2 optimization of huffyuv median encodingMichael Niedermayer2003-10-131-0/+19
* Fix third pixel motion compensationMike Melanson2003-06-271-4/+4
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-211-0/+2
* added support for B-frames and multiple slicesMike Melanson2003-06-191-0/+109
* ASV1 codecMichael Niedermayer2003-05-191-0/+18
* moving the svq3 motion compensation stuff to dsputil (this also means that ex...Michael Niedermayer2003-05-151-1/+237
* cleanupMichael Niedermayer2003-05-141-6/+6
* sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)BERO2003-05-141-0/+3
* fixed static initFabrice Bellard2003-04-201-15/+17
* H264 decoder & demuxerMichael Niedermayer2003-04-041-0/+502
* per file doxyMichael Niedermayer2003-03-061-0/+6
* more idiot proof doxMichael Niedermayer2003-03-061-1/+6
* ff_block_permute() doxMichael Niedermayer2003-03-051-0/+6
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-031-25/+73
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-194/+194
* alignMichael Niedermayer2003-01-191-5/+11
* finetuneing thresholds/factorsMichael Niedermayer2003-01-191-25/+29
* sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined,Falk Hüffner2003-01-191-50/+22
OpenPOWER on IntegriCloud