aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_scale: properly reinitialize framesyncJames Almer2024-05-051-0/+1
* avfilter/framesync: reset nb_in on allocation failureJames Almer2024-05-051-1/+4
* avfilter/vf_scale: don't expose framesync options in vf_scale2refJames Almer2024-05-051-2/+27
* avfilter/vf_scale: fix input declarationNiklas Haas2024-05-041-5/+10
* avfilter/scale2ref: deprecate in favor of scale=rw:rhNiklas Haas2024-05-031-0/+3
* avfilter/vf_scale: add optional "ref" inputNiklas Haas2024-05-031-3/+129
* avfilter/vf_scale: switch to FFFrameSyncNiklas Haas2024-05-031-4/+61
* avfilter/framesync: make framesync_class un-staticNiklas Haas2024-05-032-3/+4
* avfilter/avfiltergraph: return value of ff_request_frame() is unusedMichael Niedermayer2024-05-011-1/+1
* lavfi/qsv: Copy metadata fields from the given inputHaihao Xiang2024-04-295-26/+25
* avfilter/f_sidedata: synchronize with side data listNiklas Haas2024-04-261-1/+9
* avfilter/vf_thumbnail_cuda: Set ret before checking itMichael Niedermayer2024-04-241-1/+1
* avfilter/signature_lookup: Dont copy uninitialized stuff aroundMichael Niedermayer2024-04-241-2/+2
* avfilter/signature_lookup: Fix 2 differences to the refernce SWMichael Niedermayer2024-04-241-2/+2
* lavfi/tonemap_vaapi: Add support for HDR to HDR tone mappingXinpeng Sun2024-04-181-18/+173
* lavfi/tonemap_vaapi: Update the logHaihao Xiang2024-04-181-1/+1
* lavfi/tonemap_vaapi: By default use bt709 for output frameHaihao Xiang2024-04-181-2/+5
* lavfi: Add drawbox_vaapi filterHaihao Xiang2024-04-183-0/+371
* lavfi: Add pad_vaapi filterHaihao Xiang2024-04-183-0/+285
* lavfi/vaapi_vpp: Use dynamic frame pool in outlink if possibleHaihao Xiang2024-04-181-1/+6
* avfilter/vf_colorspace: use colorspace negotiation APINicolas Gaullier2024-04-171-26/+36
* avfilter/af_channelsplit: fix memory leakLuMingYin2024-04-151-1/+3
* lavfi/dnn_backend_torch: Include mem.hFei Wang2024-04-101-0/+1
* avfilter/buffersrc: never override channel count in av_buffersrc_add_frame_flagsMarton Balint2024-04-091-1/+1
* lavfi/avfilter: add an "auto" constant to the threads optionAnton Khirnov2024-04-091-1/+2
* lavfi/vf_scale: fix AVOption flags for "size"/"s"Anton Khirnov2024-04-091-2/+2
* libavfilter/dnn_io_proc: Take step into consideration when crop frameWenbin Chen2024-04-041-1/+3
* libavfilter/dnn_backend_openvino: Check bbox's heightWenbin Chen2024-04-041-1/+1
* avfilter/{buffersrc,vf_setparams}: map IPT-C2, YCgCo-R variantsJan Ekström2024-04-033-1/+7
* avfilter/avfilter: Don't use av_uninitAndreas Rheinhardt2024-04-031-2/+2
* avfilter/vf_grayworld: Remove empty options and AVClassAndreas Rheinhardt2024-04-031-11/+0
* avfilter/vf_hflip: Remove empty options and AVClassAndreas Rheinhardt2024-04-033-10/+2
* avfilter/vf_vflip: Remove empty options and AVClassAndreas Rheinhardt2024-04-031-9/+0
* avfilter/vf_swapuv: Remove empty options and AVClassAndreas Rheinhardt2024-04-031-13/+0
* avfilter/avfilter: Honour the short options documentationAndreas Rheinhardt2024-04-031-6/+2
* avfilter/avfilter: Use AV_DICT_DONT_STRDUP_(KEY|VAL) when possibleAndreas Rheinhardt2024-04-031-5/+4
* avfilter/vf_spp: Fix left-shift of negative valueAndreas Rheinhardt2024-04-021-2/+2
* avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.hAndreas Rheinhardt2024-03-312-0/+2
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31238-84/+241
* lib*/version: Use static_assert for static assertsAndreas Rheinhardt2024-03-311-2/+3
* avcodec, avfilter: Don't use "" for system headersAndreas Rheinhardt2024-03-314-7/+4
* avfilter/buffersrc: fix overriding unknown channel layouts with negotiated oneMarton Balint2024-03-301-1/+1
* lavfi/setpts: unset frame durationsAnton Khirnov2024-03-291-0/+1
* lavf/vf_setpts: unset output framerateAnton Khirnov2024-03-291-1/+16
* avfilter/vf_signature: Dont crash on no framesMichael Niedermayer2024-03-281-0/+3
* avfilter: properly reduce YUV colorspace format listsNiklas Haas2024-03-271-80/+4
* Bump after 7.0 branch pointn7.1-devMichael Niedermayer2024-03-271-1/+1
* Bump prior release/7.0 branchMichael Niedermayer2024-03-271-1/+1
* avfilter/af_channelmap: add some additional checks for the mappingsMarton Balint2024-03-241-11/+42
* avfilter/af_channelmap: factorize checking indexes against a channel layoutMarton Balint2024-03-241-16/+25