summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fade.c
Commit message (Expand)AuthorAge
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* Merge commit 'a638e9184d63e57e67901f34afe919fd56fd3ac4'Derek Buitenhuis2016-04-21
|\
| * vf_fade: make sure the slice end is always in the frameAnton Khirnov2016-03-25
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* | avfilter/fade: use AV_OPT_TYPE_BOOL for alpha optionClément Bœsch2015-09-09
* | avfilter/vf_fade: Force alpha pixel format if alpha is set to 1Michael Niedermayer2015-05-31
* | avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* | lavfi/fade: Do not overread input buffer.Carl Eugen Hoyos2015-02-25
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\|
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | avfilter/fade: use FADE_OUT macro.Clément Bœsch2013-11-10
* | avfilter/fade: remove a bunch of useless parenthesis.Clément Bœsch2013-11-10
* | avfilter/fade: use inlink->frame_count.Clément Bœsch2013-11-10
* | avfilter/fade: add color option.Clément Bœsch2013-11-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: remove duplicate includesMichael Niedermayer2013-09-21
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* | vf_fade: remove unused functionMichael Niedermayer2013-05-24
* | vf_fade: Support slice threaded alphaMichael Niedermayer2013-05-24
* | vf_fade: Fix alpha flag integrationMichael Niedermayer2013-05-24
* | fade: fix slice sizesMichael Niedermayer2013-05-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-24
|\|
| * vf_fade: support slice threadingAnton Khirnov2013-05-24
* | Merge commit 'c0279956b3ca3e5fd0a6a25253893d6f07000e68'Michael Niedermayer2013-05-16
|\|
| * vf_fade: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* | lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* | lavfi/fade: Added ability to do video fade based on timestampAndy Martin2013-04-21
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit 'b9dfee9fa259dfc885508179a359dccc9e7840bd'Michael Niedermayer2013-04-10
|\|
| * vf_fade: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | lavfi/vf_fade: use standard options parsing.Nicolas George2013-03-20
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-08
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* | vf_fade: use AVPixFmtDescriptor to find out if pixel format have alphaPaul B Mahol2013-01-18
* | lavfi/fade: accept shorthand syntaxStefano Sabatini2013-01-18
* | vf_fade: support YUVA422P & YUVA444PPaul B Mahol2013-01-18
* | vf_fade: switch to filter_frameAnton Khirnov2012-11-28
* | vf_fade: fix memleaks of argsMichael Niedermayer2012-10-13
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-12
|\|
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\|