summaryrefslogtreecommitdiff
path: root/libavfilter/vf_rotate.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_rotate: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang2020-06-19
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* lavfi/rotate: enable runtime change flagJun Zhao2020-01-13
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* avfilter/vf_rotate: add >8 bit depth supportPaul B Mahol2016-07-04
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vf_rotate: correct log messageGanesh Ajjanagadde2015-11-03
* avfilter/rotate: use AV_OPT_TYPE_BOOL for bilinear optionClément Bœsch2015-09-08
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-18
* Add missing "const" all over the place.Reimar Döffinger2014-08-29
* avfilter/vf_rotate: make int*90° rotates suck less speedwiseMichael Niedermayer2014-04-19
* avfilter/vf_rotate: fix several of by 1 errorsMichael Niedermayer2014-04-19
* avfilter/vf_rotate: fix location of update operationMichael Niedermayer2014-04-19
* avfilter/vf_rotate: increase fixed point precisionMichael Niedermayer2014-04-19
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/vf_rotate: support slice threadingPaul B Mahol2013-09-30
* avfilter/vf_rotate: use vsub for output plane height calculationPaul B Mahol2013-09-29
* avfilter/vf_rotate: fix 'oh' option descriptionPaul B Mahol2013-09-07
* lavfi/rotate: switch to new drawutilsPaul B Mahol2013-07-08
* lavfi/rotate: add angle commandStefano Sabatini2013-06-13
* lavfi: add rotate filterStefano Sabatini2013-06-13