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: 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-17avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-12-12avfilter/vf_fade: add timeline supportPaul B Mahol
2020-11-19avfilter/vf_fade: config_props -> config_inputLimin Wang
2020-11-19avfilter/vf_fade: simplify code to use pts timebase for time checkLimin Wang
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-02-10avfilter/vf_fade: fix color fading for planar rgbPaul B Mahol
2020-02-10avfilter/vf_fade: add >8 bit support for black and alpha fadePaul B Mahol
2020-02-08avfilter/vf_fade: improve type option descriptionPaul B Mahol
2020-02-08avfilter/vf_fade: add missing .flags for type optionPaul B Mahol
2019-12-23avfilter/vf_fade: reindent after previous commitPaul B Mahol
2019-12-23avfilter/vf_fade: add support for gbrp/gbrap formatsPaul B Mahol
2019-07-29avfilter/fade: don't allow nb_frames == 0Gyan Doshi
2018-11-12avfilter/vf_fade: fix start/duration max valueMark Harris
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-04-21Merge commit 'a638e9184d63e57e67901f34afe919fd56fd3ac4'Derek Buitenhuis
2016-03-25vf_fade: make sure the slice end is always in the frameAnton Khirnov
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-09-09avfilter/fade: use AV_OPT_TYPE_BOOL for alpha optionClément Bœsch
2015-05-31avfilter/vf_fade: Force alpha pixel format if alpha is set to 1Michael Niedermayer
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-02-25lavfi/fade: Do not overread input buffer.Carl Eugen Hoyos
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-11-10avfilter/fade: use FADE_OUT macro.Clément Bœsch
2013-11-10avfilter/fade: remove a bunch of useless parenthesis.Clément Bœsch
2013-11-10avfilter/fade: use inlink->frame_count.Clément Bœsch
2013-11-10avfilter/fade: add color option.Clément Bœsch
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-21avfilter: remove duplicate includesMichael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-05-24vf_fade: remove unused functionMichael Niedermayer
2013-05-24vf_fade: Support slice threaded alphaMichael Niedermayer
2013-05-24vf_fade: Fix alpha flag integrationMichael Niedermayer
2013-05-24fade: fix slice sizesMichael Niedermayer
2013-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-24vf_fade: support slice threadingAnton Khirnov
2013-05-16Merge commit 'c0279956b3ca3e5fd0a6a25253893d6f07000e68'Michael Niedermayer
2013-05-16vf_fade: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-21lavfi/fade: Added ability to do video fade based on timestampAndy Martin
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov