summaryrefslogtreecommitdiff
path: root/libavcodec/sparc
Commit message (Expand)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-194-16/+16
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-3/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+3
* Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård2010-03-181-11/+9
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-161-0/+2
* sparc: fix a few pages of cast warningsMåns Rullgård2010-03-102-76/+34
* sparc: fix dsputil prototypesMåns Rullgård2010-03-103-4/+31
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-5/+5
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-5/+5
* Remove file name from file headers.Diego Biurrun2009-02-092-2/+0
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-301-1/+1
* Remove useless inline qualifier, fixes linking with gcc 4.3.Alexis Ballier2008-12-091-1/+1
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-3/+3
* Convert asm keyword into __asm__.Diego Pettenò2008-10-162-35/+35
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-092-2/+2
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-171-25/+25
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-021-1/+1
* spellingVitor Sessak2007-12-011-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Hopefully fix sparc compilation again, add incorrectly removed variable decla...Reimar Döffinger2007-10-021-0/+1
* Remove uses of SIGILL for CPU extension detection, that method is not acceptableReimar Döffinger2007-10-021-45/+0
* Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional toDiego Biurrun2007-09-171-4/+0
* add simple_idct implemented in Sparc VISDenes Balatoni2007-08-302-0/+539
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+1
* Switch to the LGPL as agreed to by the author according to theDiego Biurrun2006-10-112-19/+18
* Fix GPL/LGPL license version mismatch.Diego Biurrun2006-10-091-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-072-6/+5
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-122-2/+2
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-222-2763/+2763
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-10/+10
* whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterl...James A. Morrison2004-11-211-7/+7
* * patch from James Morrison (getting rid of broken code)Roman Shaposhnik2004-07-231-16/+0
* License change and cpu detection patch by (James Morrison <ja2morri at csclub...James Morrison2004-04-241-46/+104
* VIS optimized motion compensation code. by (David S. Miller <davem at redhat ...Michael Niedermayer2004-04-232-0/+4377