aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/framepool.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-0/+5
* avfilter/framepool: remove superfluous pallete buffer allocationJames Almer2022-03-031-10/+0
* avfilter/framepool: use av_image_fill_plane_sizes() to calculate pool sizesJames Almer2022-03-031-6/+14
* avfilter/framepool: fix alignment requirements for audio and video filtersPaul B Mahol2022-02-221-10/+8
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-4/+4
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-2/+2
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-271-4/+2
* avfilter: use the buffer_size_t typedef where requiredJames Almer2021-03-101-2/+2
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-031-2/+2
* lavfi/framepool: use av_image_check_size2().Nicolas George2017-11-021-1/+1
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* 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
* lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron2015-12-151-0/+189