summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter/scale: store frame change evalGyan Doshi2020-01-151-4/+8
* lavfi/scale: enable runtime change flagJun Zhao2020-01-131-4/+5
* avfilter: rename scale.c,h to scale_evalGyan Doshi2019-12-101-1/+1
* avfilter/scale.c: factorize ff_scale_eval_dimensionsGyan Doshi2019-12-081-25/+3
* avfilter/vf_scale: cosmeticsLimin Wang2019-09-271-9/+8
* avfilter/vf_scale: split the scale_frame function from filter_frame for activ...Limin Wang2019-09-081-4/+22
* libavfilter/vf_scale: Ensure scaled video is divisible by nLars Kiesow2019-08-131-1/+14
* lavfi/scale: Add sub-options for in_color_matrix/out_color_matrixJun Zhao2019-07-061-2/+10
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-031-3/+2
* avfilter/vf_scale: add more aliases for "range" optionsPaul B Mahol2017-12-081-0/+2
* lavfi/scale2ref: Set output frame rate to main input frame rate.Carl Eugen Hoyos2017-11-081-0/+1
* libavfilter/scale2ref: Maintain main input's DARKevin Mark2017-07-041-3/+3
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-4/+4
* avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel formatMaksym Veremeyenko2017-02-071-4/+5
* avfilter/scale: refactor common code for scaling height/width expressionsAman Gupta2017-02-021-101/+8
* vf_scale: support bt2020 in in/out_color_matrix properties.Ronald S. Bultje2016-04-171-1/+3