aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_fieldmatch.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-23/+23
* avfilter/internal: Don't include formats.hAndreas Rheinhardt2023-08-071-0/+1
* avfilter/internal: Don't include video.hAndreas Rheinhardt2023-08-071-0/+1
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-041-0/+8
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-041-4/+11
* lavfi/vf_fieldmatch: keep fields as-is if not matched properlymail@nodoa.me2022-11-051-2/+8
* avfilter/vf_fieldmatch: fix crash when inputs have different subsamplingPaul B Mahol2022-02-171-30/+36
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_fieldmatch: initialize dst pointer to silence warningPaul B Mahol2021-09-111-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-2/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_fieldmatch: use av_malloc_array()Paul B Mahol2021-01-211-2/+2
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-3/+3
* avfilter/vf_fieldmatch: Don't allocate inpad namesAndreas Rheinhardt2020-08-261-15/+4
* 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