| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_speechnorm: fix regression in channels option processing | Paul B Mahol | 2022-03-15 | 1 | -15/+9 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -13/+30 |
* | avfilter/af_speechnorm: speed up filtering code | Paul B Mahol | 2022-02-16 | 1 | -60/+73 |
* | avfilter/af_speechnorm: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -18/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/af_speechnorm: fix possible memleak on error to make frame writable | Paul B Mahol | 2021-10-05 | 1 | -13/+25 |
* | avfilter/af_speechnorm: improve EOF timestamp precision | Paul B Mahol | 2021-09-12 | 1 | -1/+2 |
* | avfilter/af_speechnorm: add timeline support | Paul B Mahol | 2021-09-08 | 1 | -2/+3 |
* | avfilter/af_speechnorm: check return value of av_frame_make_writable() | Paul B Mahol | 2021-09-08 | 1 | -1/+3 |
* | avfilter/af_speechnorm: use floats in place of doubles where it is already fl... | Paul B Mahol | 2021-09-08 | 1 | -10/+15 |
* | 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 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter: add speechnorm filter | Paul B Mahol | 2020-11-15 | 1 | -0/+579 |