summaryrefslogtreecommitdiff
path: root/libavfilter/vf_yadif.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\
| * lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-22
* | vf_yadif: Fixed potential access violation on EOF.Robert Nagy2012-05-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-16
|\|
| * yadif: Flush filter on eof.Robert Nagy2012-05-14
| * yadif: Improve pts accuracy.Robert Nagy2012-05-14
| * vf_yadif: fix missing error handling for avfilter_poll_frame()Robert Nagy2012-05-07
* | Add yuva422p to yadif format list.Carl Eugen Hoyos2012-05-08
* | yadif: Add yuva444p to format list.Robert Nagy2012-05-07
* | yadif: Improve pts calculation for is_second.Robert Nagy2012-04-17
* | yadif: fixed missing error handling for poll_frame.Robert Nagy2012-04-15
* | vf_yadif: accept input with several frames available.Nicolas George2012-03-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-14
|\|
| * Drop some completely unnecessary av_unused attributes.Diego Biurrun2012-02-13
* | lavfi: add missing periods in descriptions.Clément Bœsch2012-01-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * yadif: support 10bit YUVLuca Barbato2011-12-13
| * vf_yadif: add support to yuva420pStefano Sabatini2011-09-21
| * vf_yadif: correct documentation on the parity parameterStefano Sabatini2011-09-21
| * vf_yadif: copy buffer properties like aspect for second frame as wellJoakim Plate2011-09-21
| * vf_yadif: add an option to enable/disable deinterlacing based on src frame "i...Joakim Plate2011-09-19
* | yadif, its 2011Michael Niedermayer2011-11-11
* | yadif: reject reuse2 buffers as we cant use frames that change under ourMichael Niedermayer2011-11-11
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | yadif: Fix assignment from incompatible pointer type warningMichael Niedermayer2011-10-18
* | vf_yadif: add support to yuva420pStefano Sabatini2011-08-31
* | yadif: correct documentation on the parity parameterStefano Sabatini2011-08-04
* | yadif must copy buffer properties like aspect for second frame as wellJoakim Plate2011-07-28
* | Add mode to yadif to enable/disable deinterlacing based on src frame "interla...Joakim Plate2011-07-03
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * yadif: support 16-bitJames Darnley2011-04-26
| * yadif: support more than yuv420p.James Darnley2011-04-26
| * yadif: Fix assert() failureMichael Niedermayer2011-04-26
| * Reduce picture size for yadif.Michael Niedermayer2011-04-20
| * Change yadif to not use out of picture lines.Michael Niedermayer2011-04-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * yadif: add parens around macro parametersMans Rullgard2011-03-05
* | Update yadif copyright headerMichael Niedermayer2011-04-05
* | Factorise the C filtering in yadifJames Darnley2011-04-05
* | Yadif fixes that where missing from the patchMichael Niedermayer2011-04-05
* | Support 16-bit in yadifJames Darnley2011-04-05
* | support more than yuv420p in yadifJames Darnley2011-04-05
* | yadif:Fix assert() failureMichael Niedermayer2011-04-02
* | yadif: add parens around macro parametersMans Rullgard2011-03-08