summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_testsrc.c
Commit message (Expand)AuthorAge
* avfilter/vsrc_testsrc: fix typo for yellow patchPaul B Mahol2022-04-26
* avfilter: add colorchart video filterPaul B Mahol2022-04-23
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: add colorspectrum source video filterPaul B Mahol2021-11-16
* avfilter/vsrc_testsrc: add planar formats for haldclutsrcPaul B Mahol2021-10-11
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vsrc_testsrc: 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/vsrc_testsrc: Deduplicate AVClassesAndreas Rheinhardt2021-09-19
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/vsrc_testsrc: add a return at the end of non-void functionsJames Almer2021-08-06
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vsrc_testsrc: add missing breakPaul B Mahol2021-01-17
* avfilter/vsrc_testsrc: add complement mode to rgbtestsrcPaul B Mahol2021-01-16
* avfilter/vsrc_testsrc: add planar support to rgbtestsrcPaul B Mahol2021-01-16
* avfilter/vsrc_testsrc: Deduplicate optionsAndreas Rheinhardt2021-01-08
* lavfi/vsrc_testsrc: switch to activate.Nicolas George2020-09-08
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/vsrc_testsrc: simplify color filter commands parsingPaul B Mahol2019-11-21
* avfilter/vsrc_testsrc: increase max level of haldclutsrcPaul B Mahol2019-10-26
* avfilter/vsrc_testsrc: rgbtestsrc: fix undefined behaviourPaul B Mahol2019-10-16
* avfilter/vsrc_testsrc: fix a preprocessor checkJames Almer2018-05-18
* avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sourcesTobias Rapp2018-05-18
* lavfi/testsrc2: fix hang with very small sizes.Nicolas George2017-10-31
* lavfi/testsrc2: fix completely transparent alpha.Nicolas George2017-07-25
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/vsrc_testsrc: draw_bar: make sure width is not negativePaul B Mahol2016-12-15
* avfilter: add yuvtestsrc source filterPaul B Mahol2016-08-25
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-09
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* avfilter/smptebars: fix some 75% color valuesPaul B Mahol2016-03-12
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavfi: add testsrc2 test source.Nicolas George2015-11-07
* avfilter: add allrgbClément Bœsch2015-08-29
* avfilter/vsrc_testsrc: correct colors for smptebarsPaul B Mahol2015-08-11
* avfilter/vsrc_testsrc: smpte(hd)bars: fix uninitialized last rows and columns...Paul B Mahol2015-08-10
* avfilter: add allyuv source filterPaul B Mahol2015-08-02
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | avfilter/vsrc_testsrc: smpte(hd)bars: use yuv directlyPaul B Mahol2013-10-12
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter/vsrc_testsrc: fix artifacts with odd heightMichael Niedermayer2013-06-24
* | lavfi/haldclutsrc: 10l remove size options.Clément Bœsch2013-05-27
* | lavfi: add haldclutsrc filter.Clément Bœsch2013-05-27