aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_scale.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/vf_scale: switch to query_func2()Anton Khirnov2024-10-151-10/+12
* lavfi: drop internal.hAnton Khirnov2024-08-191-1/+0
* avfilter/vf_scale: fix 4:1:0 interlaced chroma posNiklas Haas2024-08-161-3/+13
* avfilter/vf_scale: add in/out_chroma_locNiklas Haas2024-08-161-24/+62
* avfilter/swscale: always fix interlaced chroma locationNiklas Haas2024-08-161-4/+10
* lavfi: move AVFilterLink.{frame,sample}_count_{in,out} to FilterLinkAnton Khirnov2024-08-151-4/+8
* lavfi: move AVFilterLink.frame_rate to FilterLinkAnton Khirnov2024-08-151-1/+4
* avfilter/vf_scale: Check ff_scale_adjust_dimensions() for failureMichael Niedermayer2024-07-211-1/+4
* avfilter/vf_scale: test return code of scale_frame()Niklas Haas2024-07-101-7/+7
* avfilter/vf_scale: fix frame lifetimesNiklas Haas2024-07-101-12/+17
* avfilter/vf_scale: properly reinitialize framesyncJames Almer2024-05-051-0/+1
* 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
* lavfi/vf_scale: fix AVOption flags for "size"/"s"Anton Khirnov2024-04-091-2/+2
* avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.hAndreas Rheinhardt2024-03-311-0/+1
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-3/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-25/+25
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* vf_scale: use colorspace negotiation APINiklas Haas2023-12-311-85/+103
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avfilter/vf_scale: tag output color spaceNiklas Haas2023-11-091-12/+14
* avfilter/vf_scale: simplify color matrix parsing logicNiklas Haas2023-11-091-44/+22
* avfilter/vf_scale: fix interlaced chroma for other formatsNiklas Haas2023-10-201-5/+7
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-041-1/+2
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-2/+28
* lavfi/vf_scale: allow passing options to swscale directlyAnton Khirnov2023-01-101-29/+66
* avfilter/vf_scale: use av_dict_iterateMarvin Scholz2022-12-011-2/+2
* avfilter/vf_scale: overwrite the width and height expressions with the origin...James Almer2022-09-061-10/+10
* libavfilter: vf_scale: Properly take in->color_range into accountMartin Storsjö2022-03-071-0/+13
* avfilter/vf_scale: ReindentationAndreas Rheinhardt2021-10-101-22/+23
* avfilter/vf_scale: Remove always-true checksAndreas Rheinhardt2021-10-101-5/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/vf_scale: Deduplicate AVClassesAndreas Rheinhardt2021-09-191-11/+2
* lavfi/vf_scale: pass the thread count to the scalerAnton Khirnov2021-09-061-0/+1
* lavfi/vf_scale: convert to the frame-based sws APIAnton Khirnov2021-09-061-23/+48
* avfilter/vf_scale: set the RGB matrix coefficients in case of RGBJan Ekström2021-09-011-7/+10
* lavfi/vf_scale: remove the nb_slices optionAnton Khirnov2021-08-291-14/+0
* avfilter/vf_scale: reset color matrix in case of identity & non-RGBJan Ekström2021-08-281-0/+9
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-8/+4
* avfilter/vf_scale: Avoid unnecessary indirectionAndreas Rheinhardt2021-08-121-21/+21
* lavfi/vf_scale: use default swscale flags for scalerLinjie Fu2021-08-051-2/+2
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* lavfi/vf_scale: forward errors from swscaleAnton Khirnov2021-07-121-6/+11
* lavfi/vf_scale: pass only the private context to scale_slice()Anton Khirnov2021-07-121-6/+5
* avfilter/vf_scale: store the offset in a local variable before adding itJames Almer2021-04-301-2/+4
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-3/+3
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-271-13/+0