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
2021-10-05avfilter/vsrc_mandelbrot: Store format in filter, remove query funcAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas 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
2020-05-16avfilter/vsrc_mandelbrot: unbreak configuring rate valuePaul B Mahol
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2015-12-19lavfi/vsrc_mandelbrot: replace round by lrintGanesh Ajjanagadde
2015-11-25avfilter/vsrc_mandelbrot: change sin to sinf for color computationGanesh Ajjanagadde
2015-11-25avfilter/vsrc_mandelbrot: avoid sqrt for epsilon calculationGanesh Ajjanagadde
2015-11-25vsrc_mandelbrot: Don't use German in commentsTimothy Gu
2015-11-24avfilter/vsrc_mandelbrot: Fix speed regressionMichael Niedermayer
2015-10-02lavfi/mandelbrot: Output RGB0 instead of RGBA.Carl Eugen Hoyos
2015-09-13avfilter/vsrc_mandelbrot: use the name 's' for the pointer to the private con...Ganesh Ajjanagadde
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-04-05avfilter/vsrc_mandelbrot: Change enums to int, which are accessed via AVOptio...Michael Niedermayer
2015-02-15avfilter/vsrc_mandelbrot: fix indention of mis-indented blockMichael Niedermayer
2014-05-15avfilter/vsrc_mandelbrot: use av_malloc_array()Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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/mandelbrot: 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-04-08lavfi/mandelbrot: reindent after 51bcd5cd.Clément Bœsch
2013-04-08lavfi/mandelbrot: fix speedloss with default config after morphing introduction.Clément Bœsch
2013-03-27vsrc_mandelbrot: Mandel morphing supportMichael Niedermayer
2013-03-27mandelbrot: add outer coloring method showing bailouted zMichael Niedermayer
2013-03-27vsrc_mandelbrot: support coloring the outside whiteMichael Niedermayer
2013-03-26lavfi/mandelbrot: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-03-13lavfi/mandelbrot: raise filter_frame() error.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-11-29vsrc_mandelbrot: switch to filter_frameMichael Niedermayer
2012-11-29lavfi: add priv_class for some forgotten filters.Clément Bœsch
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-23vf_mandelbrot: give all av_log a contextMichael Niedermayer
2012-10-16mandelbrot: fix inner=period coloring routineMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'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-08lavfi: do not pass opaque field to init functionsStefano Sabatini
2012-06-23lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini
2012-06-21lavfi: remove redundant checks after av_parse_video_rate()Paul B Mahol
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_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George