summaryrefslogtreecommitdiff
path: root/libavcodec/i386/mpegvideo_mmx.c
Commit message (Expand)AuthorAge
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* 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
* zigzag_direct_noperm doesn't exist, remove declarationMå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
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-03
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-28
* 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
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-11
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)Michael Niedermayer2004-01-29
* denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>)Denes Balatoni2004-01-03
* denoise_dct_mmx()Michael Niedermayer2004-01-02
* split intra / inter dequantizationMichael Niedermayer2003-12-14
* h263 slice structured modeMichael Niedermayer2003-12-07
* noise reduction of dct coefficientsMichael Niedermayer2003-11-02
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-23
* fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...BERO2003-05-14
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* warnings patch by (bubu <bubu at bubu dot net>)bubu2003-01-01
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* idct_permutation_type variable, so the permutation type can quickly be identi...Michael Niedermayer2002-10-25
* 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
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-29
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-08-28
* 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
* mpeg2/mpeg4 dequantizer support (c & mmx)Michael Niedermayer2002-04-17
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-07
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-26
* - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.Juanjo2002-02-22
* - Bug fixes in H.263+ Advanced INTRA Coding decoder.Juanjo2002-02-19
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-18
* (commit by michael)Michael Niedermayer2002-01-27
* (commit by michael)Michael Niedermayer2002-01-15
* (commit by michael)Michael Niedermayer2002-01-13
* Let loops will be alignedNick Kurshev2001-11-11
* dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>Arpi2001-11-03
* renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 ...Fabrice Bellard2001-07-30