summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_testsrc.c
Commit message (Expand)AuthorAge
* 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
* | lavfi/testsrc: make nb_decimals available only in testsrc.Clément Bœsch2013-05-23
* | lavfi/testsrc: move color options to the color scope filter definition.Clément Bœsch2013-05-23
* | lavfi/color: switch to AV_OPT_TYPE_COLORPaul B Mahol2013-05-17
* | lavfi/testsrc: add support for color interactive commandStefano Sabatini2013-05-03
* | lavfi/testsrc: fix styleStefano Sabatini2013-04-17
* | lavfi/testsrc: use int in place of unsignedStefano Sabatini2013-04-17
* | lavfi/testsrc: unbreak smptebars only buildPaul B Mahol2013-04-14
* | lavfi/smptehdbars: fix priv_class pointer.Clément Bœsch2013-04-14
* | lavfi/testsrc: grammar fix in comment after 03e2ec32.Clément Bœsch2013-04-14
* | lavfi: add smptehdbars sourcePaul B Mahol2013-04-14
* | lavfi/testsrc: make use of AV_OPT_TYPE_DURATIONStefano Sabatini2013-04-13
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | lavfi/testsrc: remove useless args/NULL passing.Clément Bœsch2013-04-11
* | lavfi/smptebars: switch to AVOptions-based systemPaul B Mahol2013-04-11
* | Merge commit '7b3eb745b98b04dd8a4970b9fd6c98998e858fc1'Michael Niedermayer2013-04-11
|\|
| * vsrc_testsrc: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | Merge commit 'b7b3302f8f2c7d9f6e08e0a976890eefe3edcc9e'Michael Niedermayer2013-04-11
|\|
* | Merge commit '7bc1a883c9158bb6e383d86fc76bdf2541e9a9fe'Michael Niedermayer2013-04-11
|\|
* | lavfi/smptebars: fix invalid writesPaul B Mahol2013-04-04
* | lavfi/smptebars: fix output for subsampled yuvPaul B Mahol2013-04-04
* | lavfi/testsrc: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-26