summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_afade.c
Commit message (Expand)AuthorAgeFilesLines
* 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