| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -0/+5 |
* | avfilter/framepool: remove superfluous pallete buffer allocation | James Almer | 2022-03-03 | 1 | -10/+0 |
* | avfilter/framepool: use av_image_fill_plane_sizes() to calculate pool sizes | James Almer | 2022-03-03 | 1 | -6/+14 |
* | avfilter/framepool: fix alignment requirements for audio and video filters | Paul B Mahol | 2022-02-22 | 1 | -10/+8 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -4/+4 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL | Andreas Rheinhardt | 2021-04-27 | 1 | -4/+2 |
* | avfilter: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -2/+2 |
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL | wm4 | 2018-04-03 | 1 | -2/+2 |
* | lavfi/framepool: use av_image_check_size2(). | Nicolas George | 2017-11-02 | 1 | -1/+1 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | lavfi/framepool: cosmetic style fixes | Matthieu Bouron | 2017-01-12 | 1 | -4/+2 |
* | lavfi/framepool: re-indent after previous commit | Matthieu Bouron | 2017-01-12 | 1 | -27/+27 |
* | lavfi/framepool: add audio support | Matthieu Bouron | 2017-01-12 | 1 | -0/+109 |
* | lavfi/framepool: rename FFVideoFramePool to FFFramePool | Matthieu Bouron | 2017-01-12 | 1 | -12/+12 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | lavfi: use a video frame pool for each link of the filtergraph | Matthieu Bouron | 2015-12-15 | 1 | -0/+189 |