summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_fieldmatch.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_fieldmatch: fix heap-buffer overflowPaul B Mahol2019-10-191-1/+1
* avfilter/vf_fieldmatch: forward status back from output to all input linksPaul B Mahol2019-09-251-0/+2
* avfilter/vf_fieldmatch: fix more leaksPaul B Mahol2019-09-251-10/+20
* avfilter/vf_fieldmatch: add support for >8 bit depth in ppsrcPaul B Mahol2018-04-291-4/+44
* avfilter/vf_fieldmatch: switch to activatePaul B Mahol2018-04-291-27/+46
* avfilter/vf_fieldmatch: use correct subsamplings for y0a, y1a and startxPaul B Mahol2018-04-281-3/+3
* avfilter/vf_fieldmatch: check ff_insert_inpad() for failurePaul B Mahol2017-08-251-2/+9
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-3/+3
* lavfi/fieldmatch: fix fields copy when plane height is oddClément Bœsch2016-02-071-2/+5
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-4/+4
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-1/+0
* avfilter/fieldmatch: use AV_OPT_TYPE_BOOL for ppsrc, mchroma and chroma optionsClément Bœsch2015-09-091-3/+3
* 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
OpenPOWER on IntegriCloud