Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-02lavfi/framepool: use av_image_check_size2().Nicolas George
Allow filters to handle larger frames.
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2017-01-12lavfi/framepool: cosmetic style fixesMatthieu Bouron
2017-01-12lavfi/framepool: re-indent after previous commitMatthieu Bouron
2017-01-12lavfi/framepool: add audio supportMatthieu Bouron
2017-01-12lavfi/framepool: rename FFVideoFramePool to FFFramePoolMatthieu Bouron
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
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>
2015-12-15lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron