summaryrefslogtreecommitdiff
path: root/libavfilter/vf_interlace.c
Commit message (Expand)AuthorAge
* avfilter/vf_interlace : move func init in ff_interlace_init and add depth arg...Martin Vignali2017-12-19
* avfilter/interlace: rename two variables for consistencyThomas Mundt2017-09-25
* avfilter/interlace: add support for 10 and 12 bitThomas Mundt2017-09-23
* avfilter/interlace: simplify codeThomas Mundt2017-09-15
* avfilter/interlace: prevent over-sharpening with the complex low-pass filterThomas Mundt2017-09-15
* avfilter/interlace: add complex vertical low-pass filterThomas Mundt2017-05-02
* avfilter/interlace: change lowpass_line function prototypeThomas Mundt2017-04-22
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter/interlace: fix opt flagsClément Bœsch2015-09-08
* avfilter/interlace: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-08
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Merge commit '4438c256387a5845e5cdc5c14c43f4047b68301b'Michael Niedermayer2015-01-07
|\
| * vf_interlace: remove the warning tag in the messageVittorio Giovara2015-01-05
* | Merge commit '15ea222778caaec0877b3f9938140b707c931d96'Michael Niedermayer2015-01-06
|\|
| * vf_interlace: merge FIELD_LOWER checkVittorio Giovara2015-01-05
* | Merge commit '046f75a970701b4c947d38bfd2186dcc5f2ddae2'Michael Niedermayer2015-01-06
|\|
| * vf_interlace: also assert for heightVittorio Giovara2015-01-05
* | Merge commit '696141e898193311c994b399a8dc60713709092f'Michael Niedermayer2015-01-06
|\|
| * vf_interlace: use image width rather than linesizeVittorio Giovara2015-01-05
* | Revert "avfilter/vf_interlace: more accurate pts calculation"Michael Niedermayer2014-12-02
* | Merge commit '2e1704059ae8625beda2ffde847ad22c5ba416dc'Michael Niedermayer2014-11-15
|\|
| * vf_interlace: Add SIMD for lowpass filterKieran Kunhya2014-11-15
* | avfilter/vf_interlace: more accurate pts calculationAleksey Vasenev2014-11-13
* | Merge commit '52269f48e835a52023656f8330262ae70e6061c4'Michael Niedermayer2014-08-01
|\|
| * Revert "vf_interlace: deprecate lowpass option"Vittorio Giovara2014-08-01
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\|
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-19
|\|
| * vf_interlace: deprecate lowpass optionVittorio Giovara2014-02-19
* | Merge commit '3a16ec19d2426457419cb8a7304f97982699efda'Michael Niedermayer2013-11-19
|\|
| * vf_interlace: check one av_frame_clone allocationVittorio Giovara2013-11-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | Merge commit '06e7301a2efa8dededecbe6836ee5b59bf7e5e76'Michael Niedermayer2013-10-03
|\|
| * vf_interlace: do not process an already interlaced frameVittorio Giovara2013-10-02
| * vf_interlace: fix file permissionsVittorio Giovara2013-08-27
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-12
|\|
| * vf_interlace: better handling of odd video sizeMichael Niedermayer2013-07-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-18
|\|
| * lavfi: math typo in interlace filterVittorio Giovara2013-06-17
* | lavfi/interlace: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-27
* | lavfi/interlace: remove request frame hackPaul B Mahol2013-05-27
* | lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* | lavfi/interlace: remove exec permissions.Clément Bœsch2013-04-17
* | lavfi/interlace: remove now unused av_opt_free() callPaul B Mahol2013-04-16
* | vf_interlace: fix frame rateMichael Niedermayer2013-04-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-12
|/
* lavfi: new interlace filterVittorio Giovara2013-04-11