| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -2/+2 |
* | avfilter/af_aphaser: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+4 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -16/+3 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter: pass outlink to ff_get_audio_buffer() | Paul B Mahol | 2018-01-03 | 1 | -1/+1 |
* | avfilter: do not leak AVFrame on failed buffer allocation | Paul B Mahol | 2017-06-24 | 1 | -1/+3 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | 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 |