Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-25avfilter/vsrc_cellauto: set outlink frame_ratePaul B Mahol
2021-10-05avfilter/vsrc_cellauto: Store format in filter, remove query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2019-12-12avfilter: Fix type in av_log for random_seed in cellauto and lifeMichael Niedermayer
2019-12-06avfilter/vsrc_cellauto: Fix for random_seed typeLimin Wang
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2016-06-09avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2015-09-15avfilter/vsrc_cellauto: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
2015-09-09avfilter/cellauto: use AV_OPT_TYPE_BOOL for a few optionsClément Bœsch
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-07-06avfilter/vsrc_cellauto: Use av_mallocz_array()Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-27avfilter: add av_cold to init()Paul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/cellauto: switch to an AVOptions-based system.Clément Bœsch
2013-04-08lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol
2013-03-26lavfi/cellauto: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-03-13lavfi/cellauto: raise filter_frame() error.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2012-12-02lavfi/vsrc: switch to ff_filter_frame.Clément Bœsch
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-09Remove "Error parsing options string [...]" messages.Clément Bœsch
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini
2012-07-08lavfi: do not pass opaque field to init functionsStefano Sabatini
2012-06-23lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini
2012-06-17lavfi: use designated initializers for AVClassPaul B Mahol
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-06-04lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini
2012-06-04lavfi: add avfilter_default_filter_name()Stefano Sabatini
2012-05-20vsrc_cellauto: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2011-12-11lavfi: add cellauto sourceStefano Sabatini