summaryrefslogtreecommitdiff
path: root/libavcodec/i386/mpegvideo_mmx_template.c
Commit message (Expand)AuthorAge
* denoise_dct_mmx()Michael Niedermayer2004-01-02
* noise reduction of dct coefficientsMichael Niedermayer2003-11-02
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-23
* move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl...Michael Niedermayer2003-10-22
* fixing thread safety, this may cause alignment problms (if it does than the s...Michael Niedermayer2003-08-15
* * oops - reversed last commitZdenek Kabelac2003-05-13
* * syncZdenek Kabelac2003-05-12
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* finetuneing thresholds/factorsMichael Niedermayer2003-01-19
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
* fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi2002-09-19
* fixing encoding at high QPs (was broken after the dct accuracy increase due t...Michael Niedermayer2002-09-02
* dct cleanupMichael Niedermayer2002-09-01
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-29
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-06
* license/copyright changeFabrice Bellard2002-05-25
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-02
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-27
* PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-02-09
* workaround gcc bug "m" (0)Arpi2002-01-28
* (commit by michael)Michael Niedermayer2002-01-27