| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/af_apad: switch to activate | Paul B Mahol | 2023-06-17 | 1 | -34/+71 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -1/+1 |
* | avfilter/af_apad: do not add infinite silence for zero pad_dur or whole_dur | Marton Balint | 2021-11-14 | 1 | -4/+4 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_apad: add pad_dur and whole_dur options | Paul B Mahol | 2018-12-17 | 1 | -2/+21 |
* | 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 | -1/+1 |
* | avfilter/af_apad: use the name 's' for the pointer to the private context | Ganesh Ajjanagadde | 2015-08-29 | 1 | -21/+21 |
* | lavfi/apad: fix logic when whole_len or pad_len options are specified | Stefano Sabatini | 2014-08-21 | 1 | -14/+20 |
* | lavfi/apad: fix if_( style | Stefano Sabatini | 2014-08-20 | 1 | -1/+1 |
* | avfilter: remove superflous lines | Paul B Mahol | 2014-02-26 | 1 | -1/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -3/+3 |
* | lavfi: replace passthrough_filter_frame with a flag. | Clément Bœsch | 2013-05-12 | 1 | -2/+1 |
* | avfilter/af_apad: Support AVFILTER_FLAG_SUPPORT_TIMELINE | Michael Niedermayer | 2013-05-08 | 1 | -1/+3 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/apad: switch to AVOption-based system | Matthieu Bouron | 2013-04-11 | 1 | -3/+0 |
* | lavfi/apad: use standard options parsing. | Clément Bœsch | 2013-03-24 | 1 | -8/+3 |
* | avfilter: avoid direct access to AVFrame.channels | Michael Niedermayer | 2013-03-15 | 1 | -1/+1 |
* | lavfi: remove remaining forgotten min/rej perms. | Clément Bœsch | 2013-03-10 | 1 | -1/+0 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -8/+8 |
* | af_apad: remove unneeded av_opt_free | Michael Niedermayer | 2012-12-18 | 1 | -2/+0 |
* | apad: add whole_len and pad_len options. | Michael Niedermayer | 2012-12-18 | 1 | -1/+28 |
* | apad: fix apad_options formating | Michael Niedermayer | 2012-12-18 | 1 | -2/+1 |
* | af_apad: add user setable packet_size | Michael Niedermayer | 2012-12-18 | 1 | -1/+25 |
* | avfilter: add apad filter | Michael Niedermayer | 2012-12-18 | 1 | -0/+116 |