| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 1 | -461/+0 |
* | Remove duplicated MM_* macros for CPU capabilities from dsputil.h. | Dominik Mierzejewski | 2008-11-03 | 1 | -3/+3 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -19/+19 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+3 |
* | Do not misuse long as the size of a register in x86. | Ramiro Polla | 2008-05-08 | 1 | -11/+11 |
* | Add and use DECLARE_ASM_CONST for constants used in assembler code. | Reimar Döffinger | 2008-01-27 | 1 | -2/+2 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -2/+2 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -1/+1 |
* | 10l, r8991 broke mmx1 sad | Loren Merritt | 2007-05-11 | 1 | -0/+1 |
* | sse2 version of fullpel sad. | Loren Merritt | 2007-05-11 | 1 | -0/+32 |
* | tweak mmx2 sad. | Loren Merritt | 2007-05-11 | 1 | -90/+121 |
* | tweak mmx2 sad. | Loren Merritt | 2007-05-10 | 1 | -33/+21 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -2/+2 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Support for MacIntel, last part: balign directives | John Dalgliesh | 2006-08-12 | 1 | -6/+6 |
* | Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h | Luca Abeni | 2006-07-03 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -190/+190 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -1/+1 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat... | Aurelien Jacobs | 2004-10-11 | 1 | -60/+61 |
* | attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) | Dmitry Baryshkov | 2004-02-29 | 1 | -1/+1 |
* | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer | 2004-01-10 | 1 | -0/+1 |
* | interlaced motion estimation | Michael Niedermayer | 2003-12-30 | 1 | -68/+52 |
* | Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l... | Panagiotis Issaris | 2003-10-24 | 1 | -3/+3 |
* | removed warnings | Fabrice Bellard | 2003-09-09 | 1 | -1/+1 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 1 | -19/+10 |
* | * prototypes at one place | Zdenek Kabelac | 2003-02-11 | 1 | -3/+0 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -17/+17 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -16/+61 |
* | qpel encoding | Michael Niedermayer | 2002-12-27 | 1 | -0/+19 |
* | 100l (sad8x8_x2 had params in wrong order) | Michael Niedermayer | 2002-12-03 | 1 | -1/+2 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -12/+11 |
* | rounding bugfix | Michael Niedermayer | 2002-04-21 | 1 | -0/+6 |
* | 4MV motion estimation (not finished yet) | Michael Niedermayer | 2002-03-27 | 1 | -198/+316 |
* | suppressed nasm dependancy - rewrote forward DCT and motion estimation code | Fabrice Bellard | 2001-08-15 | 1 | -0/+244 |