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-14libavcodec/sh4: add note about the removialMichael Niedermayer
2014-03-13Remove all SH4 architecture optimizationsDiego Biurrun
2013-04-22sh4: Remove dubious aligned dsputil codeDiego Biurrun
2013-04-20sh4: hpeldsp: Move half-pel assembly from dsputil to hpeldspMichael Niedermayer
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-09dsputil: Move rnd_avg inline functions to a separate headerDiego Biurrun
2013-02-08dsputil: Move copy_block functions to a separate headerDiego Biurrun
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-06sh4: drop unused functionsLuca Barbato
2013-02-06sh4: Fix silly type vs. 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-24dsputil: Separate h264 qpelMans Rullgard
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-12-18misc typo, style and wording fixesDiego Biurrun
2012-12-10sh4: dsputil: remove duplicate of ff_gmc_c()Mans Rullgard
2012-10-11sh4: add required #include, fix buildMans Rullgard
2012-03-26build: prettyprinting cosmeticsDiego Biurrun
2012-02-16sh4: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
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-04-29Remove disabled non-optimized code variants.Diego Biurrun
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
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-17Simplify arch-specific object file listsMåns Rullgård
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
2010-03-08Add missing includes in bfin and sh4 filesMåns Rullgård
2010-03-08sh4: move dsputil prototypes to header fileMåns Rullgård
2010-03-08sh4: fix about 1000 warningsMåns Rullgård
2009-01-09SH4: fix typo in asm constraintMåns Rullgård
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-21SH4: fix IDCTMåns Rullgård
2008-11-20SH4: fix memzero_align8()Måns Rullgård
2008-11-20SH4: add macros for setting and restoring FPSCR.PR bitMåns Rullgård
2008-11-20SH4: remove some commented out blocks of codeMåns Rullgård
2008-11-19SH4: fix IDCTMåns Rullgård
2008-11-19SH4: do not mix code and declarationsMåns Rullgård
2008-11-19SH4: fix compilation of memzero_align8()Måns Rullgård
2008-11-19SH4: remove unused functionsMåns Rullgård
2008-11-19SH4: replace missed rnd_avg2 -> rnd_avg32Måns Rullgård
2008-11-19SH4: rename functions with conflicting namesMåns Rullgård
2008-10-16Convert asm keyword into __asm__.Diego Pettenò