| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_afade: add support for commands to afade filter | Paul B Mahol | 2020-12-11 | 1 | -34/+50 |
* | avfilter/af_afade: add sinc curve types | Paul B Mahol | 2020-11-18 | 1 | -9/+19 |
* | avfilter/af_afade: start crossfading only when first stream reached end | Paul B Mahol | 2019-10-31 | 1 | -1/+1 |
* | avfilter/af_afade: check for eof after crossfade later | Paul B Mahol | 2019-10-30 | 1 | -6/+6 |
* | avfilter/af_afade: make sure that in is available | Paul B Mahol | 2019-10-16 | 1 | -6/+7 |
* | avfilter/af_afade: fix heap-buffer overflow | Paul B Mahol | 2019-10-15 | 1 | -1/+2 |
* | avfilter/afade+acrossfade: allow skipping fade on inputs | Gyan Doshi | 2019-01-24 | 1 | -1/+6 |
* | avfilter/af_afade: fix duration maximum | Marton Balint | 2018-11-15 | 1 | -2/+2 |
* | avfilter/af_afade: remove unused code | Paul B Mahol | 2018-11-04 | 1 | -3/+0 |
* | avfilter/af_afade: do not use framequeue directly | Paul B Mahol | 2018-11-03 | 1 | -8/+5 |
* | avfilter/af_afade: fix crossfade duration maximum value | Marton Balint | 2018-10-07 | 1 | -2/+2 |
* | avfilter/af_afade: add logistic sigmoid curve | Paul B Mahol | 2018-10-07 | 1 | -1/+11 |
* | avfilter: forward status back in some filters that missed it | Paul B Mahol | 2018-05-05 | 1 | -0/+2 |
* | avfilter/af_afade: acrossfade: switch to activate | Paul B Mahol | 2018-01-18 | 1 | -124/+83 |
* | avfilter: pass outlink to ff_get_audio_buffer() | Paul B Mahol | 2018-01-03 | 1 | -1/+1 |
* | avfilter/af_afade: fix fading very long durations | Paul B Mahol | 2017-05-17 | 1 | -9/+9 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -3/+3 |
* | avfilter/af_afade: do not duplicate curve option | Paul B Mahol | 2016-01-27 | 1 | -36/+20 |
* | avfilter/af_afade: improve accuracy and speed of gain computation | Ganesh Ajjanagadde | 2015-11-26 | 1 | -8/+12 |
* | avfilter/af_afade: add missing fifo write for second stream | Paul B Mahol | 2015-11-23 | 1 | -0/+2 |
* | avfilter/af_afade: fix start of fade out | Justin Greer | 2015-10-08 | 1 | -1/+1 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -1/+0 |
* | avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() | Paul B Mahol | 2015-09-12 | 1 | -1/+1 |
* | avfilter/acrossfade: use AV_OPT_TYPE_BOOL for overlap option | Clément Bœsch | 2015-09-09 | 1 | -2/+2 |
* | avfilter: add acrossfade filter | Paul B Mahol | 2015-07-26 | 1 | -56/+409 |
* | avfilter/af_afade: add couple of more curves | Paul B Mahol | 2015-06-15 | 1 | -5/+29 |
* | avfilter/af_afade: use av_clipd() instead of nested FFMAX & FFMIN | Paul B Mahol | 2015-06-14 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -5/+8 |
* | lavfi/afade: fix cur_sample computation | Stefano Sabatini | 2014-10-21 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/af_afade: use the name 's' for the pointer to the private context | Paul B Mahol | 2013-10-02 | 1 | -28/+28 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -3/+3 |
* | lavfi/afade: use av_rescale() | Paul B Mahol | 2013-07-10 | 1 | -6/+5 |
* | lavfi/afade: add timeline support | Paul B Mahol | 2013-05-25 | 1 | -0/+1 |
* | lavfi/afade: fix AVOptions descriptions | Paul B Mahol | 2013-04-26 | 1 | -12/+12 |
* | lavfi/afade: use AV_OPT_TYPE_DURATION | Paul B Mahol | 2013-04-19 | 1 | -8/+8 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/afade: switch to AVOption-base system | Matthieu Bouron | 2013-04-11 | 1 | -3/+0 |
* | lavfi/afade: use standard options parsing | Paul B Mahol | 2013-04-05 | 1 | -7/+3 |
* | lavfi/afade * biquads: call av_frame_copy_props() | Paul B Mahol | 2013-04-03 | 1 | -1/+1 |
* | avfilter: avoid direct access to AVFrame.channels | Michael Niedermayer | 2013-03-15 | 1 | -2/+2 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -8/+8 |
* | afade filter | Paul B Mahol | 2013-01-21 | 1 | -0/+307 |