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
2022-10-10lavfi/rotate: Avoid undefined behaviour.Carl Eugen Hoyos
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_rotate: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-06-19avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-01-13lavfi/rotate: enable runtime change flagJun Zhao
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