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-07-03x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard
These functions are defined conditionally so any uses need to have preprocessor guards. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-07-02vf_yadif: move x86 init code to x86/yadif.cMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-07-02vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-02-10yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau
2012-02-09cosmetics: Delete empty lines at end of file.Diego Biurrun
2011-07-04vf_gradfun: relicense x86 asm to LGPLLoren Merritt
Actually I gave permission for LGPL long ago, but the original import failed to update the license header.
2011-04-03Change yadif to not use out of picture lines.Michael Niedermayer
Fixes issue2272. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
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-12-12Add gradfun filter, ported from MPlayer.Nolan L
Patch by Nolan L nol888 <=> gmail >=< com. See thread: Subject: [FFmpeg-devel] [PATCH] Port gradfun to libavfilter (GCI) Date: Mon, 29 Nov 2010 07:18:14 -0500 Originally committed as revision 25942 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-06In yadif filter, declare asm constants directly to avoid dependency on ↵Baptiste Coudurier
libavcodec Originally committed as revision 25895 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-04yadif sse2/ssse3 optimizationsBaptiste Coudurier
Originally committed as revision 25874 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-04yadif: Explicit wordlength for compare. Fixes compile with clang.İsmail Dönmez
Patch by İsmail Dönmez: ismail at namtrac dot org Originally committed as revision 25328 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-29Fix compile on Darwin (FATE). Compile error:Alexander Strange
yadif.c:226: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' yadif.c:220: error: 'asm' operand has impossible constraints Patch by Alexander Strange <astrange ithinksw com>. Originally committed as revision 25251 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-28use a Makefile in x86 subdirAurelien Jacobs
Originally committed as revision 25234 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer
Compared to stefanos, 2 frame output works with ffplay. Originally committed as revision 25196 to svn://svn.ffmpeg.org/ffmpeg/trunk