summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale.c
Commit message (Expand)AuthorAge
* lavfi/vf_scale: fix AVOption flags for "size"/"s"Anton Khirnov2024-04-09
* avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.hAndreas Rheinhardt2024-03-31
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* vf_scale: use colorspace negotiation APINiklas Haas2023-12-31
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avfilter/vf_scale: tag output color spaceNiklas Haas2023-11-09
* avfilter/vf_scale: simplify color matrix parsing logicNiklas Haas2023-11-09
* avfilter/vf_scale: fix interlaced chroma for other formatsNiklas Haas2023-10-20
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-04
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-20
* lavfi/vf_scale: allow passing options to swscale directlyAnton Khirnov2023-01-10
* avfilter/vf_scale: use av_dict_iterateMarvin Scholz2022-12-01
* avfilter/vf_scale: overwrite the width and height expressions with the origin...James Almer2022-09-06
* libavfilter: vf_scale: Properly take in->color_range into accountMartin Storsjö2022-03-07
* avfilter/vf_scale: ReindentationAndreas Rheinhardt2021-10-10
* avfilter/vf_scale: Remove always-true checksAndreas Rheinhardt2021-10-10
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_scale: Deduplicate AVClassesAndreas Rheinhardt2021-09-19
* lavfi/vf_scale: pass the thread count to the scalerAnton Khirnov2021-09-06
* lavfi/vf_scale: convert to the frame-based sws APIAnton Khirnov2021-09-06
* avfilter/vf_scale: set the RGB matrix coefficients in case of RGBJan Ekström2021-09-01
* lavfi/vf_scale: remove the nb_slices optionAnton Khirnov2021-08-29
* avfilter/vf_scale: reset color matrix in case of identity & non-RGBJan Ekström2021-08-28
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/vf_scale: Avoid unnecessary indirectionAndreas Rheinhardt2021-08-12
* lavfi/vf_scale: use default swscale flags for scalerLinjie Fu2021-08-05
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* lavfi/vf_scale: forward errors from swscaleAnton Khirnov2021-07-12
* lavfi/vf_scale: pass only the private context to scale_slice()Anton Khirnov2021-07-12
* avfilter/vf_scale: store the offset in a local variable before adding itJames Almer2021-04-30
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-27
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-27
* avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer2021-03-31
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang2020-06-19
* vf_scale: switch to child_class_iterate()Anton Khirnov2020-06-10
* avfilter/scale: don't fail for circular expressionsGyan Doshi2020-01-26
* avfilter/scale: add animation supportGyan Doshi2020-01-15
* avfilter/scale: add function to check expressionsGyan Doshi2020-01-15
* avfilter/scale: separate exprs parse and evalGyan Doshi2020-01-15
* avfilter/scale2ref: update links and re-eval expr upon ref frame changeGyan Doshi2020-01-15
* avfilter/scale: store frame change evalGyan Doshi2020-01-15
* lavfi/scale: enable runtime change flagJun Zhao2020-01-13
* avfilter: rename scale.c,h to scale_evalGyan Doshi2019-12-10
* avfilter/scale.c: factorize ff_scale_eval_dimensionsGyan Doshi2019-12-08
* avfilter/vf_scale: cosmeticsLimin Wang2019-09-27
* avfilter/vf_scale: split the scale_frame function from filter_frame for activ...Limin Wang2019-09-08