summaryrefslogtreecommitdiffstats
path: root/libavfilter/vsrc_cellauto.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/vsrc_cellauto: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-151-75/+75
* avfilter/cellauto: use AV_OPT_TYPE_BOOL for a few optionsClément Bœsch2015-09-091-4/+4
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-181-1/+2
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* avfilter/vsrc_cellauto: Use av_mallocz_array()Michael Niedermayer2014-07-061-2/+2
* 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: various cosmeticsPaul B Mahol2013-09-121-11/+11
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/cellauto: 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/cellauto: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-261-15/+5
* lavfi/cellauto: raise filter_frame() error.Clément Bœsch2013-03-131-3/+1
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-5/+3
* 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-1/+1
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-7/+7
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-17/+19
* 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_cellauto: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-201-11/+4
* lavfi: add cellauto sourceStefano Sabatini2011-12-111-0/+370
OpenPOWER on IntegriCloud