summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_yadif.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-021-43/+3
|\
| * vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-021-43/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-1/+1
|\ \ | |/
| * lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-4/+4
|\ \ | |/
| * lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-131-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-12/+14
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-11/+12
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-1/+2
|\ \ | |/
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-221-1/+2
* | vf_yadif: Fixed potential access violation on EOF.Robert Nagy2012-05-221-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-18/+36
|\ \ | |/
| * yadif: Flush filter on eof.Robert Nagy2012-05-141-1/+15
| * yadif: Improve pts accuracy.Robert Nagy2012-05-141-6/+21
| * vf_yadif: fix missing error handling for avfilter_poll_frame()Robert Nagy2012-05-071-0/+4
* | Add yuva422p to yadif format list.Carl Eugen Hoyos2012-05-081-0/+1
* | yadif: Add yuva444p to format list.Robert Nagy2012-05-071-0/+1
* | yadif: Improve pts calculation for is_second.Robert Nagy2012-04-171-3/+14
* | yadif: fixed missing error handling for poll_frame.Robert Nagy2012-04-151-0/+4
* | vf_yadif: accept input with several frames available.Nicolas George2012-03-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-141-1/+1
|\ \ | |/
| * Drop some completely unnecessary av_unused attributes.Diego Biurrun2012-02-131-1/+1
* | lavfi: add missing periods in descriptions.Clément Bœsch2012-01-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-2/+5
|\ \ | |/
| * yadif: support 10bit YUVLuca Barbato2011-12-131-2/+5
| * vf_yadif: add support to yuva420pStefano Sabatini2011-09-211-1/+2
| * vf_yadif: correct documentation on the parity parameterStefano Sabatini2011-09-211-2/+2
| * vf_yadif: copy buffer properties like aspect for second frame as wellJoakim Plate2011-09-211-1/+4
| * vf_yadif: add an option to enable/disable deinterlacing based on src frame "i...Joakim Plate2011-09-191-2/+26
* | yadif, its 2011Michael Niedermayer2011-11-111-1/+1
* | yadif: reject reuse2 buffers as we cant use frames that change under ourMichael Niedermayer2011-11-111-1/+2
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-2/+2
* | yadif: Fix assignment from incompatible pointer type warningMichael Niedermayer2011-10-181-1/+1
* | vf_yadif: add support to yuva420pStefano Sabatini2011-08-311-1/+2
* | yadif: correct documentation on the parity parameterStefano Sabatini2011-08-041-2/+2
* | yadif must copy buffer properties like aspect for second frame as wellJoakim Plate2011-07-281-1/+4
* | Add mode to yadif to enable/disable deinterlacing based on src frame "interla...Joakim Plate2011-07-031-2/+26
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-191-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-2/+1
|\ \ | |/
| * yadif: support 16-bitJames Darnley2011-04-261-49/+67
| * yadif: support more than yuv420p.James Darnley2011-04-261-4/+25
| * yadif: Fix assert() failureMichael Niedermayer2011-04-261-1/+1
| * Reduce picture size for yadif.Michael Niedermayer2011-04-201-2/+2
| * Change yadif to not use out of picture lines.Michael Niedermayer2011-04-031-15/+16
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * yadif: add parens around macro parametersMans Rullgard2011-03-051-4/+4
* | Update yadif copyright headerMichael Niedermayer2011-04-051-1/+1
OpenPOWER on IntegriCloud