summaryrefslogtreecommitdiffstats
path: root/libavfilter/vsrc_testsrc.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vsrc_testsrc: increase max level of haldclutsrcPaul B Mahol2019-10-261-1/+1
* avfilter/vsrc_testsrc: rgbtestsrc: fix undefined behaviourPaul B Mahol2019-10-161-3/+3
* avfilter/vsrc_testsrc: fix a preprocessor checkJames Almer2018-05-181-1/+1
* avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sourcesTobias Rapp2018-05-181-1/+105
* lavfi/testsrc2: fix hang with very small sizes.Nicolas George2017-10-311-2/+2
* lavfi/testsrc2: fix completely transparent alpha.Nicolas George2017-07-251-3/+9
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-2/+2
* avfilter/vsrc_testsrc: draw_bar: make sure width is not negativePaul B Mahol2016-12-151-2/+2
* avfilter: add yuvtestsrc source filterPaul B Mahol2016-08-251-0/+176
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-2/+2
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-0/+1
* avfilter/smptebars: fix some 75% color valuesPaul B Mahol2016-03-121-7/+7
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* lavfi: add testsrc2 test source.Nicolas George2015-11-071-0/+271
* avfilter: add allrgbClément Bœsch2015-08-291-0/+81
* avfilter/vsrc_testsrc: correct colors for smptebarsPaul B Mahol2015-08-111-21/+30
* avfilter/vsrc_testsrc: smpte(hd)bars: fix uninitialized last rows and columns...Paul B Mahol2015-08-101-3/+3
* avfilter: add allyuv source filterPaul B Mahol2015-08-021-1/+82
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-10/+21
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-2/+2
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-7/+7
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-2/+2
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-2/+2
* | avfilter/vsrc_testsrc: smpte(hd)bars: use yuv directlyPaul B Mahol2013-10-121-54/+76
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-49/+40
* | avfilter/vsrc_testsrc: fix artifacts with odd heightMichael Niedermayer2013-06-241-1/+1
* | lavfi/haldclutsrc: 10l remove size options.Clément Bœsch2013-05-271-1/+1
* | lavfi: add haldclutsrc filter.Clément Bœsch2013-05-271-1/+136
* | lavfi/testsrc: make nb_decimals available only in testsrc.Clément Bœsch2013-05-231-13/+11
* | lavfi/testsrc: move color options to the color scope filter definition.Clément Bœsch2013-05-231-9/+7
* | lavfi/color: switch to AV_OPT_TYPE_COLORPaul B Mahol2013-05-171-24/+2
* | lavfi/testsrc: add support for color interactive commandStefano Sabatini2013-05-031-0/+34
* | lavfi/testsrc: fix styleStefano Sabatini2013-04-171-1/+1
* | lavfi/testsrc: use int in place of unsignedStefano Sabatini2013-04-171-4/+4
* | lavfi/testsrc: unbreak smptebars only buildPaul B Mahol2013-04-141-2/+2
* | lavfi/smptehdbars: fix priv_class pointer.Clément Bœsch2013-04-141-1/+1
* | lavfi/testsrc: grammar fix in comment after 03e2ec32.Clément Bœsch2013-04-141-1/+1
* | lavfi: add smptehdbars sourcePaul B Mahol2013-04-141-28/+146
* | lavfi/testsrc: make use of AV_OPT_TYPE_DURATIONStefano Sabatini2013-04-131-10/+2
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-3/+3
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-2/+2
* | lavfi/testsrc: remove useless args/NULL passing.Clément Bœsch2013-04-111-6/+6
* | lavfi/smptebars: switch to AVOptions-based systemPaul B Mahol2013-04-111-6/+0
* | Merge commit '7b3eb745b98b04dd8a4970b9fd6c98998e858fc1'Michael Niedermayer2013-04-111-20/+16
|\ \ | |/
| * vsrc_testsrc: switch to an AVOptions-based system.Anton Khirnov2013-04-091-18/+12
* | Merge commit 'b7b3302f8f2c7d9f6e08e0a976890eefe3edcc9e'Michael Niedermayer2013-04-111-5/+3
|\ \ | |/
* | Merge commit '7bc1a883c9158bb6e383d86fc76bdf2541e9a9fe'Michael Niedermayer2013-04-111-16/+24
|\ \ | |/
* | lavfi/smptebars: fix invalid writesPaul B Mahol2013-04-041-16/+30
OpenPOWER on IntegriCloud