Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-07-04avfilter/vf_rotate: add >8 bit depth supportPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-11-04avfilter/vf_rotate: correct log messageGanesh Ajjanagadde
2015-09-09avfilter/rotate: use AV_OPT_TYPE_BOOL for bilinear optionClément Bœsch
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-18Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-04-19avfilter/vf_rotate: make int*90° rotates suck less speedwiseMichael Niedermayer
2014-04-19avfilter/vf_rotate: fix several of by 1 errorsMichael Niedermayer
2014-04-19avfilter/vf_rotate: fix location of update operationMichael Niedermayer
2014-04-19avfilter/vf_rotate: increase fixed point precisionMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-30avfilter/vf_rotate: support slice threadingPaul B Mahol
2013-09-29avfilter/vf_rotate: use vsub for output plane height calculationPaul B Mahol
2013-09-07avfilter/vf_rotate: fix 'oh' option descriptionPaul B Mahol
2013-07-08lavfi/rotate: switch to new drawutilsPaul B Mahol
2013-06-13lavfi/rotate: add angle commandStefano Sabatini
2013-06-13lavfi: add rotate filterStefano Sabatini