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-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-22vf_yadif: Fixed potential access violation on EOF.Robert Nagy
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-14yadif: Flush filter on eof.Robert Nagy
2012-05-14yadif: Improve pts accuracy.Robert Nagy
2012-05-08Add yuva422p to yadif format list.Carl Eugen Hoyos
2012-05-07vf_yadif: fix missing error handling for avfilter_poll_frame()Robert Nagy
2012-05-07yadif: Add yuva444p to format list.Robert Nagy
2012-04-17yadif: Improve pts calculation for is_second.Robert Nagy
2012-04-16yadif: fixed missing error handling for poll_frame.Robert Nagy
2012-03-07vf_yadif: accept input with several frames available.Nicolas George
2012-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-13Drop some completely unnecessary av_unused attributes.Diego Biurrun
2012-01-20lavfi: add missing periods in descriptions.Clément Bœsch
2011-12-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13yadif: support 10bit YUVLuca Barbato
2011-11-11yadif, its 2011Michael Niedermayer
2011-11-11yadif: reject reuse2 buffers as we cant use frames that change under ourMichael Niedermayer
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-10-19yadif: Fix assignment from incompatible pointer type warningMichael Niedermayer
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-08-31vf_yadif: add support to yuva420pStefano Sabatini
2011-08-04yadif: correct documentation on the parity parameterStefano Sabatini
2011-07-28yadif must copy buffer properties like aspect for second frame as wellJoakim Plate
2011-07-03Add mode to yadif to enable/disable deinterlacing based on src frame "interla...Joakim Plate
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
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-05Update yadif copyright headerMichael Niedermayer
2011-04-05Factorise the C filtering in yadifJames Darnley
2011-04-05Yadif fixes that where missing from the patchMichael Niedermayer
2011-04-05Support 16-bit in yadifJames Darnley
2011-04-05support more than yuv420p in yadifJames Darnley
2011-04-03Change yadif to not use out of picture lines.Michael Niedermayer
2011-04-02yadif:Fix assert() failureMichael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-08yadif: add parens around macro parametersMans Rullgard
2011-03-05yadif: add parens around macro parametersMans Rullgard