Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
| | | | | | Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com> | ||||
* | 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 |
| | | | | | | | | | | 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 filtergraph | Matthieu Bouron | 2015-12-15 | 1 | -0/+189 |