summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale.c
Commit message (Expand)AuthorAge
* 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
* libavfilter/vf_scale: Ensure scaled video is divisible by nLars Kiesow2019-08-13
* lavfi/scale: Add sub-options for in_color_matrix/out_color_matrixJun Zhao2019-07-06
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-03
* avfilter/vf_scale: add more aliases for "range" optionsPaul B Mahol2017-12-08
* lavfi/scale2ref: Set output frame rate to main input frame rate.Carl Eugen Hoyos2017-11-08
* libavfilter/scale2ref: Maintain main input's DARKevin Mark2017-07-04
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel formatMaksym Veremeyenko2017-02-07
* avfilter/scale: refactor common code for scaling height/width expressionsAman Gupta2017-02-02
* vf_scale: support bt2020 in in/out_color_matrix properties.Ronald S. Bultje2016-04-17
* vf_scale: Detecting changes of incoming frame properties and dinamically eval...Bela Bodecs2016-01-20
* avfilter/vf_scale: set proper out frame color rangeThomas Mundt2015-12-31
* lavfi/scale: add nb_slices debug optionClément Bœsch2015-12-21
* avfilter: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14