| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |