summaryrefslogtreecommitdiffstats
path: root/libavfilter/vsrc_life.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+1
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-2/+2
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-4/+1
* avfilter/life: use AV_OPT_TYPE_BOOL for a stitch optionClément Bœsch2015-09-091-1/+1
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-181-1/+2
* avfilter/vsrc_life: Fix mix of declarations and statementsMichael Niedermayer2015-04-091-1/+3
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-1/+5
* avfilter/vsrc_life: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-191-4/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: add av_cold to init()Paul B Mahol2013-09-271-1/+1
* avfilter/vsrc_life: use av_calloc()Paul B Mahol2013-09-151-4/+4
* avfilter: various cosmeticsPaul B Mahol2013-09-121-7/+7
* lavfi/life: switch to AV_OPT_TYPE_COLORPaul B Mahol2013-05-171-19/+3
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/life: switch to an AVOptions-based system.Clément Bœsch2013-04-111-6/+0
* lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol2013-04-081-0/+2
* lavfi/life: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-261-16/+5
* lavfi/life: raise filter_frame() error.Clément Bœsch2013-03-131-3/+1
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-6/+5
* Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-1/+2
* lavfi/vsrc: switch to ff_filter_frame.Clément Bœsch2012-12-021-5/+1
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-12/+13
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-3/+3
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-4/+4
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-16/+18
* Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-091-3/+1
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* lavfi: do not pass opaque field to init functionsStefano Sabatini2012-07-081-1/+1
* lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-221-7/+2
* lavfi: use designated initializers for AVClassPaul B Mahol2012-06-171-3/+5
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-5/+7
* lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-041-1/+1
* lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-041-6/+1
* vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-201-12/+4
* vsrc_life: free option values.Nicolas George2012-03-031-0/+4
* life: add mold, mold_color, life_color and death_color options.Clément Bœsch2011-12-111-21/+106
* life: add seed information in filter summary.Clément Bœsch2011-12-111-2/+3
* vsrc_life: fix comment in parse_rule()Stefano Sabatini2011-12-061-2/+2
* lavfi: add life sourceStefano Sabatini2011-12-041-0/+410
OpenPOWER on IntegriCloud