summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_life.c
Commit message (Expand)AuthorAge
* avfilter/vsrc_life: set outlink frame_ratePaul B Mahol2022-03-25
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* 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: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter: Fix type in av_log for random_seed in cellauto and lifeMichael Niedermayer2019-12-12
* avfilter/vsrc_life: Fix for random_seed typeLimin Wang2019-12-06
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-09
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/life: use AV_OPT_TYPE_BOOL for a stitch optionClément Bœsch2015-09-09
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
* avfilter/vsrc_life: Fix mix of declarations and statementsMichael Niedermayer2015-04-09
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vsrc_life: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-19
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: add av_cold to init()Paul B Mahol2013-09-27
* avfilter/vsrc_life: use av_calloc()Paul B Mahol2013-09-15
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi/life: switch to AV_OPT_TYPE_COLORPaul B Mahol2013-05-17
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/life: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol2013-04-08
* lavfi/life: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-26
* lavfi/life: raise filter_frame() error.Clément Bœsch2013-03-13
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* lavfi/vsrc: switch to ff_filter_frame.Clément Bœsch2012-12-02
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
* Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-09
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-15
* lavfi: do not pass opaque field to init functionsStefano Sabatini2012-07-08
* lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-22
* lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-04
* lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-04
* vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* vsrc_life: free option values.Nicolas George2012-03-03
* life: add mold, mold_color, life_color and death_color options.Clément Bœsch2011-12-11
* life: add seed information in filter summary.Clément Bœsch2011-12-11
* vsrc_life: fix comment in parse_rule()Stefano Sabatini2011-12-06
* lavfi: add life sourceStefano Sabatini2011-12-04