| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -4/+1 |
* | avfilter/life: use AV_OPT_TYPE_BOOL for a stitch option | Clément Bœsch | 2015-09-09 | 1 | -1/+1 |
* | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -1/+2 |
* | avfilter/vsrc_life: Fix mix of declarations and statements | Michael Niedermayer | 2015-04-09 | 1 | -1/+3 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -1/+5 |
* | avfilter/vsrc_life: Use av_freep() avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-19 | 1 | -4/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: add av_cold to init() | Paul B Mahol | 2013-09-27 | 1 | -1/+1 |
* | avfilter/vsrc_life: use av_calloc() | Paul B Mahol | 2013-09-15 | 1 | -4/+4 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -7/+7 |
* | lavfi/life: switch to AV_OPT_TYPE_COLOR | Paul B Mahol | 2013-05-17 | 1 | -19/+3 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/life: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -6/+0 |
* | lavfi: always check return value of ff_get_{audio,video}_buffer() | Paul B Mahol | 2013-04-08 | 1 | -0/+2 |
* | lavfi/life: make use of AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-03-26 | 1 | -16/+5 |
* | lavfi/life: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -6/+5 |
* | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 1 | -1/+2 |
* | lavfi/vsrc: switch to ff_filter_frame. | Clément Bœsch | 2012-12-02 | 1 | -5/+1 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -12/+13 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -3/+3 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -4/+4 |
* | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -16/+18 |
* | Remove "Error parsing options string [...]" messages. | Clément Bœsch | 2012-08-09 | 1 | -3/+1 |
* | lavfi: decrease logging level of message showing initial parameters | Stefano Sabatini | 2012-07-15 | 1 | -1/+1 |
* | lavfi: do not pass opaque field to init functions | Stefano Sabatini | 2012-07-08 | 1 | -1/+1 |
* | lavfi: define macro AVFILTER_DEFINE_CLASS | Stefano Sabatini | 2012-06-22 | 1 | -7/+2 |
* | lavfi: use designated initializers for AVClass | Paul B Mahol | 2012-06-17 | 1 | -3/+5 |
* | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -5/+7 |
* | lavfi: use av_default_item_name() as filter private context logger | Stefano Sabatini | 2012-06-04 | 1 | -1/+1 |
* | lavfi: add avfilter_default_filter_name() | Stefano Sabatini | 2012-06-04 | 1 | -6/+1 |
* | vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -12/+4 |
* | vsrc_life: free option values. | Nicolas George | 2012-03-03 | 1 | -0/+4 |
* | life: add mold, mold_color, life_color and death_color options. | Clément Bœsch | 2011-12-11 | 1 | -21/+106 |
* | life: add seed information in filter summary. | Clément Bœsch | 2011-12-11 | 1 | -2/+3 |
* | vsrc_life: fix comment in parse_rule() | Stefano Sabatini | 2011-12-06 | 1 | -2/+2 |
* | lavfi: add life source | Stefano Sabatini | 2011-12-04 | 1 | -0/+410 |