summaryrefslogtreecommitdiff
path: root/libavcodec/i386/mpegvideo_mmx_template.c
Commit message (Expand)AuthorAge
* misc spelling fixesDiego Biurrun2007-06-12
* sse2 & ssse3 versions of dct_quantize.Loren Merritt2007-05-12
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-12
* kill warningMåns Rullgård2006-07-02
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* replace a few mov + psrlq with pshufw, there are more cases which could benef...Michael Niedermayer2005-09-21
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-11
* dc_precission=11 fixMichael Niedermayer2004-07-06
* 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