summaryrefslogtreecommitdiff
path: root/libavcodec/sparc
Commit message (Expand)AuthorAge
* avcodec/sparc: add note about the removialMichael Niedermayer2014-03-13
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-13
* sparc: VIS mnemonicsMichael Kostylev2013-05-17
* sparc: Eliminate dead code in VIS acceleration macrosMichael Kostylev2013-05-16
* sparc: hpeldsp: Move vis half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* sparc: dsputil: Simplify high_bit_depth checksDiego Biurrun2013-02-15
* sparc: dsputil_vis: Fix silly variable name search and replace typoDiego Biurrun2013-02-10
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-22
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-22
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* Fix even more missing includes after the common.h removalMartin Storsjö2012-08-16
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-16
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-12
* build: prettyprinting cosmeticsDiego Biurrun2012-03-26
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-02
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* multiple inclusion guard cleanupDiego Biurrun2011-05-21
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård2010-03-18
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-16
* sparc: fix a few pages of cast warningsMåns Rullgård2010-03-10
* sparc: fix dsputil prototypesMåns Rullgård2010-03-10
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Remove file name from file headers.Diego Biurrun2009-02-09
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* Remove useless inline qualifier, fixes linking with gcc 4.3.Alexis Ballier2008-12-09
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-17
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-02
* spellingVitor Sessak2007-12-01
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Hopefully fix sparc compilation again, add incorrectly removed variable decla...Reimar Döffinger2007-10-02
* Remove uses of SIGILL for CPU extension detection, that method is not acceptableReimar Döffinger2007-10-02
* Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional toDiego Biurrun2007-09-17
* add simple_idct implemented in Sparc VISDenes Balatoni2007-08-30
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16