summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_afade.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_afade: start crossfading only when first stream reached endPaul B Mahol2019-10-311-1/+1
* avfilter/af_afade: check for eof after crossfade laterPaul B Mahol2019-10-301-6/+6
* avfilter/af_afade: make sure that in is availablePaul B Mahol2019-10-161-6/+7
* avfilter/af_afade: fix heap-buffer overflowPaul B Mahol2019-10-151-1/+2
* avfilter/afade+acrossfade: allow skipping fade on inputsGyan Doshi2019-01-241-1/+6
* avfilter/af_afade: fix duration maximumMarton Balint2018-11-151-2/+2
* avfilter/af_afade: remove unused codePaul B Mahol2018-11-041-3/+0
* avfilter/af_afade: do not use framequeue directlyPaul B Mahol2018-11-031-8/+5
* avfilter/af_afade: fix crossfade duration maximum valueMarton Balint2018-10-071-2/+2
* avfilter/af_afade: add logistic sigmoid curvePaul B Mahol2018-10-071-1/+11
* avfilter: forward status back in some filters that missed itPaul B Mahol2018-05-051-0/+2
* avfilter/af_afade: acrossfade: switch to activatePaul B Mahol2018-01-181-124/+83
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter/af_afade: fix fading very long durationsPaul B Mahol2017-05-171-9/+9
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-3/+3
* avfilter/af_afade: do not duplicate curve optionPaul B Mahol2016-01-271-36/+20
* avfilter/af_afade: improve accuracy and speed of gain computationGanesh Ajjanagadde2015-11-261-8/+12
* avfilter/af_afade: add missing fifo write for second streamPaul B Mahol2015-11-231-0/+2
* avfilter/af_afade: fix start of fade outJustin Greer2015-10-081-1/+1
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-1/+0
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-121-1/+1
* avfilter/acrossfade: use AV_OPT_TYPE_BOOL for overlap optionClément Bœsch2015-09-091-2/+2
* avfilter: add acrossfade filterPaul B Mahol2015-07-261-56/+409
* avfilter/af_afade: add couple of more curvesPaul B Mahol2015-06-151-5/+29
* avfilter/af_afade: use av_clipd() instead of nested FFMAX & FFMINPaul B Mahol2015-06-141-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-5/+8
* lavfi/afade: fix cur_sample computationStefano Sabatini2014-10-211-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/af_afade: use the name 's' for the pointer to the private contextPaul B Mahol2013-10-021-28/+28
* avfilter: various cosmeticsPaul B Mahol2013-09-121-3/+3
* lavfi/afade: use av_rescale()Paul B Mahol2013-07-101-6/+5
* lavfi/afade: add timeline supportPaul B Mahol2013-05-251-0/+1
* lavfi/afade: fix AVOptions descriptionsPaul B Mahol2013-04-261-12/+12
* lavfi/afade: use AV_OPT_TYPE_DURATIONPaul B Mahol2013-04-191-8/+8
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/afade: switch to AVOption-base systemMatthieu Bouron2013-04-111-3/+0
* lavfi/afade: use standard options parsingPaul B Mahol2013-04-051-7/+3
* lavfi/afade * biquads: call av_frame_copy_props()Paul B Mahol2013-04-031-1/+1
* avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer2013-03-151-2/+2
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-8/+8
* afade filterPaul B Mahol2013-01-211-0/+307
OpenPOWER on IntegriCloud