summaryrefslogtreecommitdiff
path: root/libavfilter/af_afade.c
Commit message (Expand)AuthorAge
* 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
* lavfi/afade * biquads: call av_frame_copy_props()Paul B Mahol2013-04-03
* avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer2013-03-15
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* afade filterPaul B Mahol2013-01-21