| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |