| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() | Paul B Mahol | 2015-09-12 | 1 | -1/+1 |
* | avfilter/af_aphaser: use the name 's' for the pointer to the private context | Paul B Mahol | 2015-08-26 | 1 | -61/+61 |
* | avfilter/af_aphaser: reject too small delay | Paul B Mahol | 2015-05-12 | 1 | -0/+4 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -5/+8 |
* | avfilter/af_aphaser: Change type to int as its accessed as int via AVOptions | Michael Niedermayer | 2015-03-02 | 1 | -1/+1 |
* | avfilter/af_aphaser: move wave table generation code into separate file | Paul B Mahol | 2014-07-03 | 1 | -68/+4 |
* | avfilter/af_aphaser: Use av_malloc_array() | Michael Niedermayer | 2014-06-07 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -1/+1 |
* | lavfi/aphaser: silence uninitialized variable warnings. | Clément Bœsch | 2013-04-15 | 1 | -0/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/aphaser: switch to AVOption-based system | Matthieu Bouron | 2013-04-11 | 1 | -3/+0 |
* | aphaser filter | Paul B Mahol | 2013-04-03 | 1 | -0/+360 |