| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not misuse long as the size of a register in x86. | Ramiro Polla | 2008-05-08 | 1 | -8/+8 |
* | __asm __volatile -> asm volatile part 2 | Reimar Döffinger | 2008-02-24 | 1 | -15/+15 |
* | Explain why there are no multiple inclusion guards in these header files. | Diego Biurrun | 2007-10-17 | 1 | -0/+4 |
* | Remove wrong multiple inclusion guards. | Aurelien Jacobs | 2007-10-17 | 1 | -5/+0 |
* | Add missing multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -1/+4 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -4/+4 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | rename attribute_unused to av_unused and moves its declaration to common.h | Carl Eugen Hoyos | 2007-05-30 | 1 | -5/+5 |
* | Change some leftover __attribute__((unused)) and __attribute__((used)) to | Reimar Döffinger | 2007-05-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 | -8/+8 |
* | 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 | -413/+413 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -1/+1 |
* | Kill some compiler warnings. Compiled code verified identical after changes. | Måns Rullgård | 2005-09-06 | 1 | -3/+3 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat... | Aurelien Jacobs | 2004-10-11 | 1 | -80/+80 |
* | h264 luma motion compensation in mmx2/3dnow | Michael Niedermayer | 2004-09-07 | 1 | -0/+19 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -2/+2 |
* | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer | 2004-01-10 | 1 | -0/+1 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -14/+14 |
* | typo (noticed by kabi) | Michael Niedermayer | 2003-01-09 | 1 | -2/+2 |
* | qpel fix | Michael Niedermayer | 2003-01-09 | 1 | -245/+23 |
* | PIC / ebx fix | Michael Niedermayer | 2003-01-07 | 1 | -2/+10 |
* | more gcc bug workarounds | Michael Niedermayer | 2003-01-07 | 1 | -2/+2 |
* | gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didn... | Michael Niedermayer | 2003-01-07 | 1 | -3/+3 |
* | qpel in b frames bugfixes | Michael Niedermayer | 2003-01-05 | 1 | -6/+6 |
* | qpel in mmx2/3dnow | Michael Niedermayer | 2003-01-05 | 1 | -1/+362 |
* | put/avg_pixels16 | Michael Niedermayer | 2002-09-11 | 1 | -7/+125 |
* | dont trash mm0, its still used in the next iteration of the loop (fixes stran... | Michael Niedermayer | 2002-08-20 | 1 | -2/+2 |
* | * implemented remaing avg_ pixel functions (these are not used offen) | Zdenek Kabelac | 2002-06-03 | 1 | -3/+156 |
* | * removed MANGLE from macros for setting constants | Zdenek Kabelac | 2002-05-30 | 1 | -44/+70 |
* | * using unrolled loops seems to help to MMX Celerons | Zdenek Kabelac | 2002-05-29 | 1 | -32/+19 |
* | * code with new PAVGB for MMX only CPU splited into separate file | Zdenek Kabelac | 2002-05-29 | 1 | -0/+139 |