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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-09Remove file name from file headers.Diego Biurrun
2009-01-30Add missing void keyword to parameterless function declarations.Diego Biurrun
2008-12-09Remove useless inline qualifier, fixes linking with gcc 4.3.Alexis Ballier
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-18cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun
2007-12-02Misc spelling fixes, prefer American over British English.Diego Biurrun
2007-12-02spellingVitor Sessak
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-02Hopefully fix sparc compilation again, add incorrectly removed variable decla...Reimar Döffinger
2007-10-02Remove uses of SIGILL for CPU extension detection, that method is not acceptableReimar Döffinger
2007-09-17Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional toDiego Biurrun
2007-08-30add simple_idct implemented in Sparc VISDenes Balatoni
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2006-10-11Switch to the LGPL as agreed to by the author according to theDiego Biurrun
2006-10-09Fix GPL/LGPL license version mismatch.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
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
2004-11-21whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterl...James A. Morrison
2004-07-24 * patch from James Morrison (getting rid of broken code)Roman Shaposhnik
2004-04-24License change and cpu detection patch by (James Morrison <ja2morri at csclub...James Morrison
2004-04-24VIS optimized motion compensation code. by (David S. Miller <davem at redhat ...Michael Niedermayer