Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-27Rename template included sources from .h to _template.c.Diego Pettenò
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-05-09Do not misuse long as the size of a register in x86.Ramiro Polla
2008-02-24__asm __volatile -> asm volatile part 2Reimar Döffinger
2007-10-18Explain why there are no multiple inclusion guards in these header files.Diego Biurrun
2007-10-17Remove wrong multiple inclusion guards.Aurelien Jacobs
2007-10-17Add missing multiple inclusion guards.Diego Biurrun
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-05-14Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-12Support for MacIntel, last part: balign directivesJohn Dalgliesh
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-07Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2004-10-11adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs
2004-09-07h264 luma motion compensation in mmx2/3dnowMichael Niedermayer
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer
2004-01-10copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-10typo (noticed by kabi)Michael Niedermayer
2003-01-09qpel fixMichael Niedermayer
2003-01-07PIC / ebx fixMichael Niedermayer
2003-01-07more gcc bug workaroundsMichael Niedermayer
2003-01-07gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didn...Michael Niedermayer
2003-01-05qpel in b frames bugfixesMichael Niedermayer
2003-01-05qpel in mmx2/3dnowMichael Niedermayer
2002-09-11put/avg_pixels16Michael Niedermayer
2002-08-20dont trash mm0, its still used in the next iteration of the loop (fixes stran...Michael Niedermayer
2002-06-03* implemented remaing avg_ pixel functions (these are not used offen)Zdenek Kabelac
2002-05-30* removed MANGLE from macros for setting constantsZdenek Kabelac
2002-05-30* using unrolled loops seems to help to MMX CeleronsZdenek Kabelac
2002-05-29* code with new PAVGB for MMX only CPU splited into separate fileZdenek Kabelac