| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | vf_scale: conditionally override chroma position | Christophe Gisquet | 2015-09-23 | 1 | -3/+3 |
* | lavfi/scale: Pass src_range and dst_range to libswscale. | Carl Eugen Hoyos | 2015-09-01 | 1 | -0/+6 |
* | Merge commit 'b1abd2aaf91be249f24cb74db9c205d9e4ca9da6' | Hendrik Leppkes | 2015-08-31 | 1 | -0/+5 |
|\ |
|
| * | vf_scale: Add an option to pass the scaler params | Luca Barbato | 2015-08-26 | 1 | -1/+4 |
| * | Revert "lavfi: always check av_expr_parse_and_eval() return value" | Anton Khirnov | 2015-05-05 | 1 | -4/+3 |
| * | lavfi: always check av_expr_parse_and_eval() return value | Vittorio Giovara | 2014-12-18 | 1 | -3/+4 |
* | | avfilter/vf_scale: If no output color matrix is specified, use the input | Michael Niedermayer | 2015-08-31 | 1 | -0/+2 |
* | | avfilter/vf_scale: Do not skip scale if the color matrix mismatches | Michael Niedermayer | 2015-08-31 | 1 | -0/+1 |
* | | avfilter/vf_scale: Do not skip scale if range mismatches | Carl Eugen Hoyos | 2015-08-31 | 1 | -0/+1 |
* | | scale2ref: override request_frame() and correctly connect them to the corresp... | Michael Niedermayer | 2015-08-18 | 1 | -0/+12 |
* | | avfilter/vf_scale: Set scale2ref ref output timebase | Michael Niedermayer | 2015-08-18 | 1 | -0/+1 |
* | | avfilter: add scale2ref filter | Michael Niedermayer | 2015-08-17 | 1 | -7/+81 |
* | | avfilter/vf_scale: apply generic options after flags. | Michael Niedermayer | 2015-08-08 | 1 | -9/+7 |
* | | libavfilter/vf_scale: implement process_command | Bernd Bleßmann | 2015-07-21 | 1 | -9/+34 |
* | | avfilter/vf_scale: Add warning for AVCOL_SPC_YCGCO | Michael Niedermayer | 2015-04-13 | 1 | -0/+3 |
* | | vf_scale: Use correct chroma positions for YUV420P | Kieran Kunhya | 2014-12-25 | 1 | -0/+11 |
* | | avfilter/vf_scale: Allow chroma samples to be above and to the left of luma s... | Michael Niedermayer | 2014-09-21 | 1 | -4/+4 |
* | | avfilter/vf_scale: fix log message category | Michael Niedermayer | 2014-07-28 | 1 | -0/+1 |
* | | Merge commit '862f33c10ea38ea49fa4188725df5e5246dbd1d8' | Michael Niedermayer | 2014-05-27 | 1 | -2/+8 |
|\| |
|
| * | vf_scale: use the pixfmt descriptor API | Anton Khirnov | 2014-05-26 | 1 | -2/+8 |
* | | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\| |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |