summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_cellauto.c
Commit message (Expand)AuthorAge
* avfilter/vsrc_cellauto: set outlink frame_ratePaul B Mahol2022-03-25
* avfilter/vsrc_cellauto: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* 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
* avfilter: Fix type in av_log for random_seed in cellauto and lifeMichael Niedermayer2019-12-12
* avfilter/vsrc_cellauto: 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/vsrc_cellauto: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-15
* avfilter/cellauto: use AV_OPT_TYPE_BOOL for a few optionsClément Bœsch2015-09-09
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vsrc_cellauto: Use av_mallocz_array()Michael Niedermayer2014-07-06
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: add av_cold to init()Paul B Mahol2013-09-27
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/cellauto: 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/cellauto: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-26
* lavfi/cellauto: 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_cellauto: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* lavfi: add cellauto sourceStefano Sabatini2011-12-11