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-04-26avfilter/vsrc_testsrc: fix typo for yellow patchPaul B Mahol
2022-04-23avfilter: add colorchart video filterPaul B Mahol
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-11-16avfilter: add colorspectrum source video filterPaul B Mahol
2021-10-11avfilter/vsrc_testsrc: add planar formats for haldclutsrcPaul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vsrc_testsrc: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-19avfilter/vsrc_testsrc: Deduplicate AVClassesAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-08-07avfilter/vsrc_testsrc: add a return at the end of non-void functionsJames Almer
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-17avfilter/vsrc_testsrc: add missing breakPaul B Mahol
2021-01-17avfilter/vsrc_testsrc: add complement mode to rgbtestsrcPaul B Mahol
2021-01-17avfilter/vsrc_testsrc: add planar support to rgbtestsrcPaul B Mahol
2021-01-08avfilter/vsrc_testsrc: Deduplicate optionsAndreas Rheinhardt
2020-09-08lavfi/vsrc_testsrc: switch to activate.Nicolas George
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2019-11-21avfilter/vsrc_testsrc: simplify color filter commands parsingPaul B Mahol
2019-10-26avfilter/vsrc_testsrc: increase max level of haldclutsrcPaul B Mahol
2019-10-16avfilter/vsrc_testsrc: rgbtestsrc: fix undefined behaviourPaul B Mahol
2018-05-18avfilter/vsrc_testsrc: fix a preprocessor checkJames Almer
2018-05-18avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sourcesTobias Rapp
2017-10-31lavfi/testsrc2: fix hang with very small sizes.Nicolas George
2017-07-25lavfi/testsrc2: fix completely transparent alpha.Nicolas George
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-12-15avfilter/vsrc_testsrc: draw_bar: make sure width is not negativePaul B Mahol
2016-08-25avfilter: add yuvtestsrc source filterPaul B Mahol
2016-06-09avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2016-03-13avfilter/smptebars: fix some 75% color valuesPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-12-25lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-11-07lavfi: add testsrc2 test source.Nicolas George
2015-08-29avfilter: add allrgbClément Bœsch
2015-08-11avfilter/vsrc_testsrc: correct colors for smptebarsPaul B Mahol
2015-08-10avfilter/vsrc_testsrc: smpte(hd)bars: fix uninitialized last rows and columns...Paul B Mahol
2015-08-02avfilter: add allyuv source filterPaul B Mahol
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-12avfilter/vsrc_testsrc: smpte(hd)bars: use yuv directlyPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-06-25avfilter/vsrc_testsrc: fix artifacts with odd heightMichael Niedermayer
2013-05-27lavfi/haldclutsrc: 10l remove size options.Clément Bœsch
2013-05-27lavfi: add haldclutsrc filter.Clément Bœsch
2013-05-23lavfi/testsrc: make nb_decimals available only in testsrc.Clément Bœsch