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
2011-07-03Add mode to yadif to enable/disable deinterlacing based on src frame ↵Joakim Plate
"interlaced" flag Signed-off-by: Joakim Plate <elupus@ecce.se>
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
* qatar/master: (23 commits) ac3enc: correct the flipped sign in the ac3_fixed encoder Eliminate pointless '#if 1' statements without matching '#else'. Add AVX FFT implementation. Increase alignment of av_malloc() as needed by AVX ASM. Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX. mjpeg: Detect overreads in mjpeg_decode_scan() and error out. documentation: extend documentation for ffmpeg -aspect option APIChanges: update commit hashes for recent additions. lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums aac: add headers needed for log2f() lavc: remove FF_API_MB_Q cruft lavc: remove FF_API_RATE_EMU cruft lavc: remove FF_API_HURRY_UP cruft pad: make the filter parametric vsrc_movie: add key_frame and pict_type. vsrc_movie: fix leak in request_frame() lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. vsrc_buffer: add sample_aspect_ratio fields to arguments. lavfi: add fieldorder filter scale: make the filter parametric ... Conflicts: Changelog doc/filters.texi ffmpeg.c libavcodec/ac3dec.h libavcodec/dsputil.c libavfilter/avfilter.h libavfilter/vf_scale.c libavfilter/vf_yadif.c libavfilter/vsrc_buffer.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-04-26yadif: support 16-bitJames Darnley
Fixes by Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-26yadif: support more than yuv420p.James Darnley
and correctly support grey8 Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-26yadif: Fix assert() failureMichael Niedermayer
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-20Reduce picture size for yadif.Michael Niedermayer
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-05Update yadif copyright headerMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-04-05Factorise the C filtering in yadifJames Darnley
2011-04-05Yadif fixes that where missing from the patchMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-04-05Support 16-bit in yadifJames Darnley
2011-04-05support more than yuv420p in yadifJames Darnley
(and correctly support grey8)
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-04-02yadif:Fix assert() failureMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-03-08yadif: add parens around macro parametersMans Rullgard
This fixes compilation with preprocessors which do not add whitespace around replaced tokens, resulting in invalid expressions like 1--1. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-03-05yadif: add parens around macro parametersMans Rullgard
This fixes compilation with preprocessors which do not add whitespace around replaced tokens, resulting in invalid expressions like 1--1. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-18Reduce picture size for yadif.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-18Change yadif to not use out of picture lines.Michael Niedermayer
Fixes issue2272. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-01-15In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier
Originally committed as revision 26347 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-11-22In yadif filter, copy video props to output picture.Baptiste Coudurier
Fix issue #2269. Interpolate pts for the second frame when using field output mode. Originally committed as revision 25798 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-28merge #if with if()Aurelien Jacobs
Originally committed as revision 25233 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-27yadif: remove unnecessary #includeMåns Rullgård
Originally committed as revision 25215 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-26Cosmetics: fix style nits.Stefano Sabatini
Originally committed as revision 25207 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-26In yadif filter, use current frame when previous is missing,Baptiste Coudurier
better results for the first frame Originally committed as revision 25202 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25Fix 0 vs 1 porting bug from mplayer.Michael Niedermayer
Originally committed as revision 25197 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