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
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
2013-04-10Merge commit 'b9dfee9fa259dfc885508179a359dccc9e7840bd'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_fade: switch to an AVOptions-based system.Anton Khirnov
2013-03-21lavfi/vf_fade: use standard options parsing.Nicolas George
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-01-19vf_fade: use AVPixFmtDescriptor to find out if pixel format have alphaPaul B Mahol
2013-01-19lavfi/fade: accept shorthand syntaxStefano Sabatini
2013-01-18vf_fade: support YUVA422P & YUVA444PPaul B Mahol
2012-11-29vf_fade: switch to filter_frameAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-13vf_fade: fix memleaks of argsMichael Niedermayer
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard