| Commit message (Expand) | Author | Age | Files | Lines |
* | libavfilter: vf_scale: Properly take in->color_range into account | Martin Storsjö | 2022-03-07 | 1 | -0/+13 |
* | avfilter/vf_scale: Reindentation | Andreas Rheinhardt | 2021-10-10 | 1 | -22/+23 |
* | avfilter/vf_scale: Remove always-true checks | Andreas Rheinhardt | 2021-10-10 | 1 | -5/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/vf_scale: Deduplicate AVClasses | Andreas Rheinhardt | 2021-09-19 | 1 | -11/+2 |
* | lavfi/vf_scale: pass the thread count to the scaler | Anton Khirnov | 2021-09-06 | 1 | -0/+1 |
* | lavfi/vf_scale: convert to the frame-based sws API | Anton Khirnov | 2021-09-06 | 1 | -23/+48 |
* | avfilter/vf_scale: set the RGB matrix coefficients in case of RGB | Jan Ekström | 2021-09-01 | 1 | -7/+10 |
* | lavfi/vf_scale: remove the nb_slices option | Anton Khirnov | 2021-08-29 | 1 | -14/+0 |
* | avfilter/vf_scale: reset color matrix in case of identity & non-RGB | Jan Ekström | 2021-08-28 | 1 | -0/+9 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -8/+4 |
* | avfilter/vf_scale: Avoid unnecessary indirection | Andreas Rheinhardt | 2021-08-12 | 1 | -21/+21 |
* | lavfi/vf_scale: use default swscale flags for scaler | Linjie Fu | 2021-08-05 | 1 | -2/+2 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | lavfi/vf_scale: forward errors from swscale | Anton Khirnov | 2021-07-12 | 1 | -6/+11 |
* | lavfi/vf_scale: pass only the private context to scale_slice() | Anton Khirnov | 2021-07-12 | 1 | -6/+5 |
* | avfilter/vf_scale: store the offset in a local variable before adding it | James Almer | 2021-04-30 | 1 | -2/+4 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+3 |
* | avutil: remove deprecated AVClass.child_class_next | James Almer | 2021-04-27 | 1 | -13/+0 |
* | avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+1 |
* | avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice() | Michael Niedermayer | 2021-03-31 | 1 | -2/+2 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -2/+2 |
* | avfilter: add D2TS, TS2D, TS2T as a common macro in internal.h | Limin Wang | 2020-06-19 | 1 | -2/+0 |
* | vf_scale: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+15 |
* | avfilter/scale: don't fail for circular expressions | Gyan Doshi | 2020-01-26 | 1 | -2/+1 |
* | avfilter/scale: add animation support | Gyan Doshi | 2020-01-15 | 1 | -4/+60 |
* | avfilter/scale: add function to check expressions | Gyan Doshi | 2020-01-15 | 1 | -46/+67 |
* | avfilter/scale: separate exprs parse and eval | Gyan Doshi | 2020-01-15 | 1 | -22/+242 |
* | avfilter/scale2ref: update links and re-eval expr upon ref frame change | Gyan Doshi | 2020-01-15 | 1 | -3/+23 |
* | avfilter/scale: store frame change eval | Gyan Doshi | 2020-01-15 | 1 | -4/+8 |
* | lavfi/scale: enable runtime change flag | Jun Zhao | 2020-01-13 | 1 | -4/+5 |
* | avfilter: rename scale.c,h to scale_eval | Gyan Doshi | 2019-12-10 | 1 | -1/+1 |
* | avfilter/scale.c: factorize ff_scale_eval_dimensions | Gyan Doshi | 2019-12-08 | 1 | -25/+3 |
* | avfilter/vf_scale: cosmetics | Limin Wang | 2019-09-27 | 1 | -9/+8 |
* | avfilter/vf_scale: split the scale_frame function from filter_frame for activ... | Limin Wang | 2019-09-08 | 1 | -4/+22 |
* | libavfilter/vf_scale: Ensure scaled video is divisible by n | Lars Kiesow | 2019-08-13 | 1 | -1/+14 |
* | lavfi/scale: Add sub-options for in_color_matrix/out_color_matrix | Jun Zhao | 2019-07-06 | 1 | -2/+10 |
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL | wm4 | 2018-04-03 | 1 | -3/+2 |
* | avfilter/vf_scale: add more aliases for "range" options | Paul B Mahol | 2017-12-08 | 1 | -0/+2 |
* | lavfi/scale2ref: Set output frame rate to main input frame rate. | Carl Eugen Hoyos | 2017-11-08 | 1 | -0/+1 |
* | libavfilter/scale2ref: Maintain main input's DAR | Kevin Mark | 2017-07-04 | 1 | -3/+3 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -4/+4 |
* | avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel format | Maksym Veremeyenko | 2017-02-07 | 1 | -4/+5 |
* | avfilter/scale: refactor common code for scaling height/width expressions | Aman Gupta | 2017-02-02 | 1 | -101/+8 |
* | vf_scale: support bt2020 in in/out_color_matrix properties. | Ronald S. Bultje | 2016-04-17 | 1 | -1/+3 |
* | vf_scale: Detecting changes of incoming frame properties and dinamically eval... | Bela Bodecs | 2016-01-20 | 1 | -5/+26 |
* | avfilter/vf_scale: set proper out frame color range | Thomas Mundt | 2015-12-31 | 1 | -0/+2 |
* | lavfi/scale: add nb_slices debug option | Clément Bœsch | 2015-12-21 | 1 | -0/+12 |
* | avfilter: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -4/+4 |