aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/framepool.c
Commit message (Collapse)AuthorAgeFilesLines
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
| | | | | Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* lavfi/framepool: cosmetic style fixesMatthieu Bouron2017-01-121-4/+2
|
* lavfi/framepool: re-indent after previous commitMatthieu Bouron2017-01-121-27/+27
|
* lavfi/framepool: add audio supportMatthieu Bouron2017-01-121-0/+109
|
* lavfi/framepool: rename FFVideoFramePool to FFFramePoolMatthieu Bouron2017-01-121-12/+12
|
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
| | | | | | | | | | Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron2015-12-151-0/+189