summaryrefslogtreecommitdiff
path: root/libavfilter/vf_interlace.c
Commit message (Collapse)AuthorAge
* lavfi: Use AV_CEIL_RSHIFT where neededVittorio Giovara2016-01-25
|
* vf_interlace: implement frame rateMichael Niedermayer2015-11-09
| | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from ffmpeg commit 227b4458fb434875b127a0c2306fa3b899a770bf) Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vf_interlace: remove the warning tag in the messageVittorio Giovara2015-01-05
| | | | The log level is already a warning.
* vf_interlace: merge FIELD_LOWER checkVittorio Giovara2015-01-05
|
* vf_interlace: also assert for heightVittorio Giovara2015-01-05
|
* vf_interlace: use image width rather than linesizeVittorio Giovara2015-01-05
| | | | Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
* vf_interlace: Add SIMD for lowpass filterKieran Kunhya2014-11-15
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* Revert "vf_interlace: deprecate lowpass option"Vittorio Giovara2014-08-01
| | | | | This reverts commit 35b05c5184fb3aa1191e2d1e7f1cae1e11f344a4. A warning is introduced in case this option is used.
* lavfi: name anonymous structsVittorio Giovara2014-04-19
|
* vf_interlace: deprecate lowpass optionVittorio Giovara2014-02-19
|
* vf_interlace: check one av_frame_clone allocationVittorio Giovara2013-11-19
|
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
|
* vf_interlace: do not process an already interlaced frameVittorio Giovara2013-10-02
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vf_interlace: fix file permissionsVittorio Giovara2013-08-27
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* vf_interlace: better handling of odd video sizeMichael Niedermayer2013-07-12
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavfi: math typo in interlace filterVittorio Giovara2013-06-17
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* lavfi: new interlace filterVittorio Giovara2013-04-11
Signed-off-by: Anton Khirnov <anton@khirnov.net>