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
2013-04-22sh4: Remove dubious aligned dsputil codeDiego Biurrun
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego 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-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
2010-03-08sh4: move dsputil prototypes to header fileMåns Rullgård
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-20SH4: fix memzero_align8()Måns Rullgård
2008-11-20SH4: remove some commented out blocks of codeMå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-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2003-06-21the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer
2003-05-14make sh4 IDCT optional, so the user can chooseMichael Niedermayer
2003-05-14sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)BERO