Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-06avfilter/vf_scale: overwrite the width and height expressions with the origin...James Almer
2022-03-07libavfilter: vf_scale: Properly take in->color_range into accountMartin Storsjö
2021-10-10avfilter/vf_scale: ReindentationAndreas Rheinhardt
2021-10-10avfilter/vf_scale: Remove always-true checksAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-19avfilter/vf_scale: Deduplicate AVClassesAndreas Rheinhardt
2021-09-06lavfi/vf_scale: pass the thread count to the scalerAnton Khirnov
2021-09-06lavfi/vf_scale: convert to the frame-based sws APIAnton Khirnov
2021-09-01avfilter/vf_scale: set the RGB matrix coefficients in case of RGBJan Ekström
2021-08-29lavfi/vf_scale: remove the nb_slices optionAnton Khirnov
2021-08-28avfilter/vf_scale: reset color matrix in case of identity & non-RGBJan Ekström
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-12avfilter/vf_scale: Avoid unnecessary indirectionAndreas Rheinhardt
2021-08-05lavfi/vf_scale: use default swscale flags for scalerLinjie Fu
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-12lavfi/vf_scale: forward errors from swscaleAnton Khirnov
2021-07-12lavfi/vf_scale: pass only the private context to scale_slice()Anton Khirnov
2021-05-01avfilter/vf_scale: store the offset in a local variable before adding itJames Almer
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-04-27avutil: remove deprecated AVClass.child_class_nextJames Almer
2021-04-27avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt
2021-04-01avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-06-19avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang
2020-06-10vf_scale: switch to child_class_iterate()Anton Khirnov
2020-01-26avfilter/scale: don't fail for circular expressionsGyan Doshi
2020-01-15avfilter/scale: add animation supportGyan Doshi
2020-01-15avfilter/scale: add function to check expressionsGyan Doshi
2020-01-15avfilter/scale: separate exprs parse and evalGyan Doshi
2020-01-15avfilter/scale2ref: update links and re-eval expr upon ref frame changeGyan Doshi
2020-01-15avfilter/scale: store frame change evalGyan Doshi
2020-01-13lavfi/scale: enable runtime change flagJun Zhao
2019-12-10avfilter: rename scale.c,h to scale_evalGyan Doshi
2019-12-08avfilter/scale.c: factorize ff_scale_eval_dimensionsGyan Doshi
2019-09-27avfilter/vf_scale: cosmeticsLimin Wang
2019-09-08avfilter/vf_scale: split the scale_frame function from filter_frame for activ...Limin Wang
2019-08-13libavfilter/vf_scale: Ensure scaled video is divisible by nLars Kiesow
2019-07-06lavfi/scale: Add sub-options for in_color_matrix/out_color_matrixJun Zhao
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2017-12-08avfilter/vf_scale: add more aliases for "range" optionsPaul B Mahol
2017-11-09lavfi/scale2ref: Set output frame rate to main input frame rate.Carl Eugen Hoyos
2017-07-04libavfilter/scale2ref: Maintain main input's DARKevin Mark
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-02-07avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel formatMaksym Veremeyenko
2017-02-03avfilter/scale: refactor common code for scaling height/width expressionsAman Gupta
2016-04-17vf_scale: support bt2020 in in/out_color_matrix properties.Ronald S. Bultje
2016-01-20vf_scale: Detecting changes of incoming frame properties and dinamically eval...Bela Bodecs
2015-12-31avfilter/vf_scale: set proper out frame color rangeThomas Mundt
2015-12-21lavfi/scale: add nb_slices debug optionClément Bœsch
2015-12-04avfilter: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch