aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/mpegvideo_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-4/+4
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-081-6/+6
* move draw_edges() into dsputilAurelien Jacobs2008-03-041-90/+0
* spellingVitor Sessak2007-12-011-1/+1
* make ff_p* vars extern so that they can be used in various *_mmx.c filesAurelien Jacobs2007-11-271-3/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-3/+3
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-3/+3
* sse2 & ssse3 versions of dct_quantize.Loren Merritt2007-05-121-0/+21
* revert bad checkinMåns Rullgård2006-11-141-5/+5
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-5/+5
* zigzag_direct_noperm doesn't exist, remove declarationMåns Rullgård2006-11-121-1/+0
* 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-6/+6
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-031-1/+1
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-281-1/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-450/+450
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-16/+16
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-111-72/+73
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-1/+1
* SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)Michael Niedermayer2004-01-291-1/+9
* denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>)Denes Balatoni2004-01-031-1/+59
* denoise_dct_mmx()Michael Niedermayer2004-01-021-0/+56
* split intra / inter dequantizationMichael Niedermayer2003-12-141-45/+123
* h263 slice structured modeMichael Niedermayer2003-12-071-1/+1
* noise reduction of dct coefficientsMichael Niedermayer2003-11-021-0/+1
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-231-0/+2
* fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...BERO2003-05-141-1/+0
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-031-46/+0
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-11/+11
* warnings patch by (bubu <bubu at bubu dot net>)bubu2003-01-011-1/+0
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-111-5/+6
* idct_permutation_type variable, so the permutation type can quickly be identi...Michael Niedermayer2002-10-251-17/+3
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-291-81/+89
* fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi2002-09-191-1/+1
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-291-4/+9
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-08-281-2/+2
* license/copyright changeFabrice Bellard2002-05-251-12/+11
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-021-6/+6
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-271-4/+2
* mpeg2/mpeg4 dequantizer support (c & mmx)Michael Niedermayer2002-04-171-88/+204
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-071-5/+3
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-261-8/+8
* - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.Juanjo2002-02-221-11/+11
* - Bug fixes in H.263+ Advanced INTRA Coding decoder.Juanjo2002-02-191-18/+19
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-181-1/+4
* (commit by michael)Michael Niedermayer2002-01-271-1/+28
* (commit by michael)Michael Niedermayer2002-01-151-0/+92
* (commit by michael)Michael Niedermayer2002-01-131-14/+21