summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_testsrc.c
Commit message (Expand)AuthorAge
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter/vsrc_testsrc: switch to YUV colorspace negotiation APINiklas Haas2024-02-06
* avfilter: pass link YUV colorspace to ff_draw_init2Niklas Haas2024-02-06
* avfilter/vsrc_testsrc: fix colorchart black stripeVladimir Petrov2024-01-12
* avfilter/vsrc_testsrc: Deduplicate outputsAndreas Rheinhardt2023-11-04
* avfilter: use ptrdiff_t instead of int for linesizePaul B Mahol2023-09-22
* avfilter/vsrc_testsrc: Don't use const uint8_t* when pointee changesAndreas Rheinhardt2023-09-07
* avfilter/vsrc_testsrc: mark zoneplate as full rangePaul B Mahol2023-05-10
* avfilter: add zoneplate video test sourcePaul B Mahol2023-05-09
* avutil/frame: deprecate key_frameJames Almer2023-05-04
* avfilter: use the new AVFrame key_frame flag in all filtersJames Almer2023-05-04
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-04
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-04
* avfilter/vsrc_testsrc: set video frame durationPaul B Mahol2023-01-17
* 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