summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fieldmatch.c
Commit message (Expand)AuthorAge
* avfilter/vf_fieldmatch: fix crash when inputs have different subsamplingPaul B Mahol2022-02-17
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_fieldmatch: initialize dst pointer to silence warningPaul B Mahol2021-09-11
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_fieldmatch: use av_malloc_array()Paul B Mahol2021-01-21
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/vf_fieldmatch: Don't allocate inpad namesAndreas Rheinhardt2020-08-26
* avfilter/vf_fieldmatch: fix heap-buffer overflowPaul B Mahol2019-10-19
* avfilter/vf_fieldmatch: forward status back from output to all input linksPaul B Mahol2019-09-25
* avfilter/vf_fieldmatch: fix more leaksPaul B Mahol2019-09-25
* avfilter/vf_fieldmatch: add support for >8 bit depth in ppsrcPaul B Mahol2018-04-29
* avfilter/vf_fieldmatch: switch to activatePaul B Mahol2018-04-29
* avfilter/vf_fieldmatch: use correct subsamplings for y0a, y1a and startxPaul B Mahol2018-04-28
* avfilter/vf_fieldmatch: check ff_insert_inpad() for failurePaul B Mahol2017-08-25
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* lavfi/fieldmatch: fix fields copy when plane height is oddClément Bœsch2016-02-07
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter/fieldmatch: use AV_OPT_TYPE_BOOL for ppsrc, mchroma and chroma optionsClément Bœsch2015-09-09
* avfilter/vf_fieldmatch: Change enums to int, which are accessed via AVOption ...Michael Niedermayer2015-03-17
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* avfilter/vf_fieldmatch: Add () to protect the arguments of the HAS_FF_AROUND(...Michael Niedermayer2015-02-17
* avfitler/vf_fieldmatch: fix typoPaul B Mahol2015-01-26
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: fix plane validity checksMichael Niedermayer2013-08-03
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-23
* lavfi: add missing periods in filter descriptions.Clément Bœsch2013-04-14
* lavfi: port IVTC filters from vapoursynth.Clément Bœsch2013-04-14