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 (Collapse)Author
2012-10-18mips64: mark hi/lo registers clobbered in MAC64/MLS64 macrosMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-10-12avcodec: Remove broken MMI optimizationsDiego Biurrun
The code fails to compile and is broken beyond repair.
2012-10-09build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-04-12build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-02-13Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun
Also give a more suitable name to the MMI-optimized IDCT; it is not PS2-specific, as the name currently suggests.
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-23MIPS: use inline asm only when supported by compilerMans Rullgard
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
Originally committed as revision 22569 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-24Add necessary #include for config.h.Diego Biurrun
Originally committed as revision 19692 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-23Include required headers in {mips,ppc}/mathops.hMåns Rullgård
Originally committed as revision 19686 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-29MIPS: add MIPS64 and Loongson asm for MAC64/MLS64Måns Rullgård
Originally committed as revision 18979 to svn://svn.ffmpeg.org/ffmpeg/trunk