summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fade.c
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-17
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_fade: add timeline supportPaul B Mahol2020-12-11
* avfilter/vf_fade: config_props -> config_inputLimin Wang2020-11-19
* avfilter/vf_fade: simplify code to use pts timebase for time checkLimin Wang2020-11-19
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/vf_fade: fix color fading for planar rgbPaul B Mahol2020-02-09
* avfilter/vf_fade: add >8 bit support for black and alpha fadePaul B Mahol2020-02-09
* avfilter/vf_fade: improve type option descriptionPaul B Mahol2020-02-08
* avfilter/vf_fade: add missing .flags for type optionPaul B Mahol2020-02-08
* avfilter/vf_fade: reindent after previous commitPaul B Mahol2019-12-23
* avfilter/vf_fade: add support for gbrp/gbrap formatsPaul B Mahol2019-12-23
* avfilter/fade: don't allow nb_frames == 0Gyan Doshi2019-07-29
* avfilter/vf_fade: fix start/duration max valueMark Harris2018-11-12
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* 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