summaryrefslogtreecommitdiff
path: root/libavfilter/framepool.h
Commit message (Collapse)AuthorAgeFilesLines
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-2/+2
| | | | | | | Announced in 14040a1d913794d9a3fd6406a6d8c2f0e37e0062. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter: use the buffer_size_t typedef where requiredJames Almer2021-03-101-2/+3
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* lavfi/framepool: add audio supportMatthieu Bouron2017-01-121-1/+35
|
* lavfi/framepool: rename FFVideoFramePool to FFFramePoolMatthieu Bouron2017-01-121-16/+16
|
* all: Make header guard names consistentTimothy Gu2016-01-311-3/+3
|
* lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron2015-12-151-0/+84