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
2012-07-02vf_yadif: move x86 init code to x86/yadif.cMans Rullgard
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-14yadif: Flush filter on eof.Robert Nagy
2012-05-14yadif: Improve pts accuracy.Robert Nagy
2012-05-07vf_yadif: fix missing error handling for avfilter_poll_frame()Robert Nagy
2012-02-13Drop some completely unnecessary av_unused attributes.Diego Biurrun
2011-12-13yadif: support 10bit YUVLuca Barbato
2011-09-21vf_yadif: add support to yuva420pStefano Sabatini
2011-09-21vf_yadif: correct documentation on the parity parameterStefano Sabatini
2011-09-21vf_yadif: copy buffer properties like aspect for second frame as wellJoakim Plate
2011-09-19vf_yadif: add an option to enable/disable deinterlacing based on src frame "i...Joakim Plate
2011-04-26yadif: support 16-bitJames Darnley
2011-04-26yadif: support more than yuv420p.James Darnley
2011-04-26yadif: Fix assert() failureMichael Niedermayer
2011-04-20Reduce picture size for yadif.Michael Niedermayer
2011-04-03Change yadif to not use out of picture lines.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-05yadif: add parens around macro parametersMans Rullgard
2011-01-15In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier
2010-12-04yadif sse2/ssse3 optimizationsBaptiste Coudurier
2010-11-22In yadif filter, copy video props to output picture.Baptiste Coudurier
2010-09-28merge #if with if()Aurelien Jacobs
2010-09-27yadif: remove unnecessary #includeMåns Rullgård
2010-09-26Cosmetics: fix style nits.Stefano Sabatini
2010-09-26In yadif filter, use current frame when previous is missing,Baptiste Coudurier
2010-09-25Fix 0 vs 1 porting bug from mplayer.Michael Niedermayer
2010-09-25yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer