| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -22/+22 |
* | avfilter/vf_rotate: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter: add D2TS, TS2D, TS2T as a common macro in internal.h | Limin Wang | 2020-06-19 | 1 | -2/+0 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -8/+8 |
* | lavfi/rotate: enable runtime change flag | Jun Zhao | 2020-01-13 | 1 | -2/+3 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | avfilter/vf_rotate: add >8 bit depth support | Paul B Mahol | 2016-07-04 | 1 | -62/+109 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -4/+4 |
* | avfilter/vf_rotate: correct log message | Ganesh Ajjanagadde | 2015-11-03 | 1 | -2/+2 |
* | avfilter/rotate: use AV_OPT_TYPE_BOOL for bilinear option | Clément Bœsch | 2015-09-08 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+4 |
* | Replace PixelFormats which sneaked in over time or where forgotten by AVPixel... | Michael Niedermayer | 2015-03-18 | 1 | -1/+1 |
* | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -2/+2 |
* | avfilter/vf_rotate: make int*90° rotates suck less speedwise | Michael Niedermayer | 2014-04-19 | 1 | -0/+77 |
* | avfilter/vf_rotate: fix several of by 1 errors | Michael Niedermayer | 2014-04-19 | 1 | -5/+5 |
* | avfilter/vf_rotate: fix location of update operation | Michael Niedermayer | 2014-04-19 | 1 | -2/+2 |
* | avfilter/vf_rotate: increase fixed point precision | Michael Niedermayer | 2014-04-19 | 1 | -8/+9 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/vf_rotate: support slice threading | Paul B Mahol | 2013-09-30 | 1 | -61/+94 |
* | avfilter/vf_rotate: use vsub for output plane height calculation | Paul B Mahol | 2013-09-29 | 1 | -1/+1 |
* | avfilter/vf_rotate: fix 'oh' option description | Paul B Mahol | 2013-09-07 | 1 | -1/+1 |
* | lavfi/rotate: switch to new drawutils | Paul B Mahol | 2013-07-08 | 1 | -25/+16 |
* | lavfi/rotate: add angle command | Stefano Sabatini | 2013-06-13 | 1 | -0/+24 |
* | lavfi: add rotate filter | Stefano Sabatini | 2013-06-13 | 1 | -0/+441 |