summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_rotate.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* avfilter/vf_rotate: add >8 bit depth supportPaul B Mahol2016-07-041-62/+109
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-4/+4
* avfilter/vf_rotate: correct log messageGanesh Ajjanagadde2015-11-031-2/+2
* avfilter/rotate: use AV_OPT_TYPE_BOOL for bilinear optionClément Bœsch2015-09-081-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-181-1/+1
* Add missing "const" all over the place.Reimar Döffinger2014-08-291-2/+2
* avfilter/vf_rotate: make int*90° rotates suck less speedwiseMichael Niedermayer2014-04-191-0/+77
* avfilter/vf_rotate: fix several of by 1 errorsMichael Niedermayer2014-04-191-5/+5
* avfilter/vf_rotate: fix location of update operationMichael Niedermayer2014-04-191-2/+2
* avfilter/vf_rotate: increase fixed point precisionMichael Niedermayer2014-04-191-8/+9
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_rotate: support slice threadingPaul B Mahol2013-09-301-61/+94
* avfilter/vf_rotate: use vsub for output plane height calculationPaul B Mahol2013-09-291-1/+1
* avfilter/vf_rotate: fix 'oh' option descriptionPaul B Mahol2013-09-071-1/+1
* lavfi/rotate: switch to new drawutilsPaul B Mahol2013-07-081-25/+16
* lavfi/rotate: add angle commandStefano Sabatini2013-06-131-0/+24
* lavfi: add rotate filterStefano Sabatini2013-06-131-0/+441
OpenPOWER on IntegriCloud