summaryrefslogtreecommitdiff
path: root/libavfilter/af_afade.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_afade: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/af_afade: Remove impossible branchAndreas Rheinhardt2021-10-02
* avfilter/af_afade: Remove redundant checks and assignmentsAndreas Rheinhardt2021-09-21
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_afade: remove uneeded '.' from durations in optionsPaul B Mahol2021-02-21
* avfilter/af_afade: add support for commands to afade filterPaul B Mahol2020-12-11
* avfilter/af_afade: add sinc curve typesPaul B Mahol2020-11-18
* avfilter/af_afade: start crossfading only when first stream reached endPaul B Mahol2019-10-31
* avfilter/af_afade: check for eof after crossfade laterPaul B Mahol2019-10-30
* avfilter/af_afade: make sure that in is availablePaul B Mahol2019-10-16
* avfilter/af_afade: fix heap-buffer overflowPaul B Mahol2019-10-15
* avfilter/afade+acrossfade: allow skipping fade on inputsGyan Doshi2019-01-24
* avfilter/af_afade: fix duration maximumMarton Balint2018-11-15
* avfilter/af_afade: remove unused codePaul B Mahol2018-11-04
* avfilter/af_afade: do not use framequeue directlyPaul B Mahol2018-11-03
* avfilter/af_afade: fix crossfade duration maximum valueMarton Balint2018-10-07
* avfilter/af_afade: add logistic sigmoid curvePaul B Mahol2018-10-07
* avfilter: forward status back in some filters that missed itPaul B Mahol2018-05-05
* avfilter/af_afade: acrossfade: switch to activatePaul B Mahol2018-01-18
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-03
* avfilter/af_afade: fix fading very long durationsPaul B Mahol2017-05-17
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/af_afade: do not duplicate curve optionPaul B Mahol2016-01-27
* avfilter/af_afade: improve accuracy and speed of gain computationGanesh Ajjanagadde2015-11-26
* avfilter/af_afade: add missing fifo write for second streamPaul B Mahol2015-11-23
* avfilter/af_afade: fix start of fade outJustin Greer2015-10-08
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
* avfilter/acrossfade: use AV_OPT_TYPE_BOOL for overlap optionClément Bœsch2015-09-09
* avfilter: add acrossfade filterPaul B Mahol2015-07-26
* avfilter/af_afade: add couple of more curvesPaul B Mahol2015-06-15
* avfilter/af_afade: use av_clipd() instead of nested FFMAX & FFMINPaul B Mahol2015-06-14
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* lavfi/afade: fix cur_sample computationStefano Sabatini2014-10-21
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/af_afade: use the name 's' for the pointer to the private contextPaul B Mahol2013-10-02
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi/afade: use av_rescale()Paul B Mahol2013-07-10
* lavfi/afade: add timeline supportPaul B Mahol2013-05-25
* lavfi/afade: fix AVOptions descriptionsPaul B Mahol2013-04-26
* lavfi/afade: use AV_OPT_TYPE_DURATIONPaul B Mahol2013-04-19
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/afade: switch to AVOption-base systemMatthieu Bouron2013-04-11
* lavfi/afade: use standard options parsingPaul B Mahol2013-04-05