| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vsrc_testsrc: fix a preprocessor check | James Almer | 2018-05-18 | 1 | -1/+1 |
* | avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sources | Tobias Rapp | 2018-05-18 | 1 | -1/+105 |
* | lavfi/testsrc2: fix hang with very small sizes. | Nicolas George | 2017-10-31 | 1 | -2/+2 |
* | lavfi/testsrc2: fix completely transparent alpha. | Nicolas George | 2017-07-25 | 1 | -3/+9 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -2/+2 |
* | avfilter/vsrc_testsrc: draw_bar: make sure width is not negative | Paul B Mahol | 2016-12-15 | 1 | -2/+2 |
* | avfilter: add yuvtestsrc source filter | Paul B Mahol | 2016-08-25 | 1 | -0/+176 |
* | avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 1 | -2/+2 |
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -0/+1 |
* | avfilter/smptebars: fix some 75% color values | Paul B Mahol | 2016-03-12 | 1 | -7/+7 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+1 |
* | lavfi: add testsrc2 test source. | Nicolas George | 2015-11-07 | 1 | -0/+271 |
* | avfilter: add allrgb | Clément Bœsch | 2015-08-29 | 1 | -0/+81 |
* | avfilter/vsrc_testsrc: correct colors for smptebars | Paul B Mahol | 2015-08-11 | 1 | -21/+30 |
* | avfilter/vsrc_testsrc: smpte(hd)bars: fix uninitialized last rows and columns... | Paul B Mahol | 2015-08-10 | 1 | -3/+3 |
* | avfilter: add allyuv source filter | Paul B Mahol | 2015-08-02 | 1 | -1/+82 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -10/+21 |
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -2/+2 |
|\ |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -7/+7 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -2/+2 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -2/+2 |
* | | avfilter/vsrc_testsrc: smpte(hd)bars: use yuv directly | Paul B Mahol | 2013-10-12 | 1 | -54/+76 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -49/+40 |
* | | avfilter/vsrc_testsrc: fix artifacts with odd height | Michael Niedermayer | 2013-06-24 | 1 | -1/+1 |
* | | lavfi/haldclutsrc: 10l remove size options. | Clément Bœsch | 2013-05-27 | 1 | -1/+1 |
* | | lavfi: add haldclutsrc filter. | Clément Bœsch | 2013-05-27 | 1 | -1/+136 |
* | | lavfi/testsrc: make nb_decimals available only in testsrc. | Clément Bœsch | 2013-05-23 | 1 | -13/+11 |
* | | lavfi/testsrc: move color options to the color scope filter definition. | Clément Bœsch | 2013-05-23 | 1 | -9/+7 |
* | | lavfi/color: switch to AV_OPT_TYPE_COLOR | Paul B Mahol | 2013-05-17 | 1 | -24/+2 |
* | | lavfi/testsrc: add support for color interactive command | Stefano Sabatini | 2013-05-03 | 1 | -0/+34 |
* | | lavfi/testsrc: fix style | Stefano Sabatini | 2013-04-17 | 1 | -1/+1 |
* | | lavfi/testsrc: use int in place of unsigned | Stefano Sabatini | 2013-04-17 | 1 | -4/+4 |
* | | lavfi/testsrc: unbreak smptebars only build | Paul B Mahol | 2013-04-14 | 1 | -2/+2 |
* | | lavfi/smptehdbars: fix priv_class pointer. | Clément Bœsch | 2013-04-14 | 1 | -1/+1 |
* | | lavfi/testsrc: grammar fix in comment after 03e2ec32. | Clément Bœsch | 2013-04-14 | 1 | -1/+1 |
* | | lavfi: add smptehdbars source | Paul B Mahol | 2013-04-14 | 1 | -28/+146 |
* | | lavfi/testsrc: make use of AV_OPT_TYPE_DURATION | Stefano Sabatini | 2013-04-13 | 1 | -10/+2 |
* | | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -3/+3 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -2/+2 |
* | | lavfi/testsrc: remove useless args/NULL passing. | Clément Bœsch | 2013-04-11 | 1 | -6/+6 |
* | | lavfi/smptebars: switch to AVOptions-based system | Paul B Mahol | 2013-04-11 | 1 | -6/+0 |
* | | Merge commit '7b3eb745b98b04dd8a4970b9fd6c98998e858fc1' | Michael Niedermayer | 2013-04-11 | 1 | -20/+16 |
|\| |
|
| * | vsrc_testsrc: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -18/+12 |
* | | Merge commit 'b7b3302f8f2c7d9f6e08e0a976890eefe3edcc9e' | Michael Niedermayer | 2013-04-11 | 1 | -5/+3 |
|\| |
|
* | | Merge commit '7bc1a883c9158bb6e383d86fc76bdf2541e9a9fe' | Michael Niedermayer | 2013-04-11 | 1 | -16/+24 |
|\| |
|
* | | lavfi/smptebars: fix invalid writes | Paul B Mahol | 2013-04-04 | 1 | -16/+30 |
* | | lavfi/smptebars: fix output for subsampled yuv | Paul B Mahol | 2013-04-04 | 1 | -13/+16 |
* | | lavfi/testsrc: make use of AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-03-26 | 1 | -8/+2 |