summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fieldmatch.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_fieldmatch: fix heap-buffer overflowPaul B Mahol2022-05-041-1/+1
* avfilter/vf_fieldmatch: Change enums to int, which are accessed via AVOption ...Michael Niedermayer2015-03-171-2/+2
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-2/+4
* avfilter/vf_fieldmatch: Add () to protect the arguments of the HAS_FF_AROUND(...Michael Niedermayer2015-02-171-3/+3
* avfitler/vf_fieldmatch: fix typoPaul B Mahol2015-01-261-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: fix plane validity checksMichael Niedermayer2013-08-031-1/+1
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-4/+4
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-231-5/+3
* lavfi: add missing periods in filter descriptions.Clément Bœsch2013-04-141-1/+1
* lavfi: port IVTC filters from vapoursynth.Clément Bœsch2013-04-141-0/+986