summaryrefslogtreecommitdiff
path: root/libavfilter/vf_yadif.c
Commit message (Expand)AuthorAge
...
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-22
|\|
| * yadif: use emms_c() instead of inline assembly for emms invocations.Ronald S. Bultje2012-07-21
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-02
|\|
| * vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * lavfi: make filters less verbose.Anton Khirnov2012-06-26
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | 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