summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/mpegvideo_mmx_template.c
Commit message (Expand)AuthorAgeFilesLines
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-376/+0
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-5/+5
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-081-1/+1
* cosmetics: typo fixesDiego Biurrun2008-03-221-1/+1
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* sse2 & ssse3 versions of dct_quantize.Loren Merritt2007-05-121-84/+112
* revert bad checkinMåns Rullgård2006-11-141-2/+2
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-2/+2
* rename inverse -> ff_inverseMåns Rullgård2006-11-121-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-121-2/+2
* kill warningMåns Rullgård2006-07-021-0/+1
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-95/+95
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-109/+109
* replace a few mov + psrlq with pshufw, there are more cases which could benef...Michael Niedermayer2005-09-211-13/+15
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-281-1/+1
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-111-21/+22
* dc_precission=11 fixMichael Niedermayer2004-07-061-1/+1
* 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
OpenPOWER on IntegriCloud