aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/mpegvideo_mmx_template.c
Commit message (Expand)AuthorAgeFilesLines
* denoise_dct_mmx()Michael Niedermayer2004-01-021-1/+1
* noise reduction of dct coefficientsMichael Niedermayer2003-11-021-0/+3
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-231-1/+1
* move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl...Michael Niedermayer2003-10-221-4/+4
* fixing thread safety, this may cause alignment problms (if it does than the s...Michael Niedermayer2003-08-151-1/+3
* * oops - reversed last commitZdenek Kabelac2003-05-131-43/+31
* * syncZdenek Kabelac2003-05-121-31/+43
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-031-2/+2
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-2/+2
* finetuneing thresholds/factorsMichael Niedermayer2003-01-191-2/+1
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-291-26/+137
* fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi2002-09-191-1/+1
* fixing encoding at high QPs (was broken after the dct accuracy increase due t...Michael Niedermayer2002-09-021-5/+5
* dct cleanupMichael Niedermayer2002-09-011-3/+3
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-291-1/+2
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-061-1/+2
* license/copyright changeFabrice Bellard2002-05-251-17/+18
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-021-0/+5
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-271-120/+132
* PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-02-091-0/+4
* workaround gcc bug "m" (0)Arpi2002-01-281-6/+8
* (commit by michael)Michael Niedermayer2002-01-271-0/+201