summaryrefslogtreecommitdiff
path: root/libavcodec/sparc
Commit message (Expand)AuthorAgeFilesLines
* avcodec/sparc: add note about the removialMichael Niedermayer2014-03-131-0/+6
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-136-4391/+0
* sparc: VIS mnemonicsMichael Kostylev2013-05-171-28/+8
* sparc: Eliminate dead code in VIS acceleration macrosMichael Kostylev2013-05-161-58/+0
* sparc: hpeldsp: Move vis half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-194-3507/+3537
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* sparc: dsputil: Simplify high_bit_depth checksDiego Biurrun2013-02-151-5/+2
* sparc: dsputil_vis: Fix silly variable name search and replace typoDiego Biurrun2013-02-101-28/+28
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-051-28/+28
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-221-4/+4
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-221-461/+0
* Drop DCTELEM typedefDiego Biurrun2013-01-222-7/+6
* Fix even more missing includes after the common.h removalMartin Storsjö2012-08-161-0/+3
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-161-0/+1
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-121-2/+2
* build: prettyprinting cosmeticsDiego Biurrun2012-03-261-2/+2
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-021-1/+1
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-211-1/+1
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-1/+2
* multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-0/+3
* 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