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
2008-02-03avg_pixels4_mmx2Loren Merritt
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
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-02approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt
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-04-17read 32bit instead of 64bit to avoid overreading and missalignmentsMichael Niedermayer
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-09-0610000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written...Michael 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-05qpel in mmx2/3dnowMichael Niedermayer
2002-09-11put/avg_pixels16Michael Niedermayer
2002-05-30* removed MANGLE from macros for setting constantsZdenek Kabelac
2002-05-29* cosmetic minor changeZdenek Kabelac
2002-05-29* optimized remaing avg_pixels_xy2Zdenek Kabelac
2002-05-28* optimized avg_* functions (except xy2)Zdenek Kabelac
2002-05-27* more PIC friendly and faster codeZdenek Kabelac
2002-05-26license/copyright changeFabrice Bellard
2002-05-23* fixed contrains and avoid usage of scale index accessZdenek Kabelac
2002-05-23using 1 operand less and slightly faster put_pixels_y2Michael Niedermayer
2002-05-23* fix for -fPIC compilation - compiles with 2.95.2 as well - anyZdenek Kabelac
2002-05-20removed unused codeFabrice Bellard
2002-05-19tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added...Fabrice Bellard
2002-05-17shared lib support (req by kabi) ...Michael Niedermayer
2002-05-17hopefully faster mmx2&3dnow MCMichael Niedermayer
2001-11-10fixed gcc-3.0.x compilation (by Michael Niedermayer)Nick Kurshev
2001-07-30Sync with mplayer's stuffNick Kurshev
2001-07-25suppressed no longer needed emms()Fabrice Bellard
2001-07-22Initial revisionFabrice Bellard