aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_scale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-271-2/+1
* avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer2021-03-311-2/+2
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-2/+2
* avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang2020-06-191-2/+0
* vf_scale: switch to child_class_iterate()Anton Khirnov2020-06-101-0/+15
* avfilter/scale: don't fail for circular expressionsGyan Doshi2020-01-261-2/+1
* avfilter/scale: add animation supportGyan Doshi2020-01-151-4/+60
* avfilter/scale: add function to check expressionsGyan Doshi2020-01-151-46/+67
* avfilter/scale: separate exprs parse and evalGyan Doshi2020-01-151-22/+242
* avfilter/scale2ref: update links and re-eval expr upon ref frame changeGyan Doshi2020-01-151-3/+23