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
2014-03-14avcodec/sparc: add note about the removialMichael Niedermayer
2014-03-13Remove all SPARC architecture optimizationsDiego Biurrun
2013-05-17sparc: VIS mnemonicsMichael Kostylev
2013-05-16sparc: Eliminate dead code in VIS acceleration macrosMichael Kostylev
2013-04-20sparc: hpeldsp: Move vis half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-15sparc: dsputil: Simplify high_bit_depth checksDiego Biurrun
2013-02-11sparc: dsputil_vis: Fix silly variable name search and replace typoDiego Biurrun
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-02-05Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun
2013-01-23dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje
2013-01-23dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-08-16Fix even more missing includes after the common.h removalMartin Storsjö
2012-08-16Add more missing includes after removing the implicit common.hMartin Storsjö
2012-04-12build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun
2012-03-26build: prettyprinting cosmeticsDiego Biurrun
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-11-02Replace ffmpeg references with more accurate libav* references.Diego Biurrun
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-03-18Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
2010-03-11sparc: fix a few pages of cast warningsMåns Rullgård
2010-03-11sparc: fix dsputil prototypesMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
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