summaryrefslogtreecommitdiff
path: root/libavfilter/vf_framepack.c
Commit message (Collapse)AuthorAge
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* vf_framepack: Check and update frame_rateMichael Niedermayer2015-11-09
| | | | | (cherry picked from ffmpeg commit a46a23d30fea9c8a5570e07ec4d9c9b4eaa6eb4f) Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vf_framepack: Use av_image_copy() where appropriateVittorio Giovara2015-09-29
| | | | | | | This correctly adjust chroma subsampling for column interleaved mode, and allows future high bitdepth support. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavfi: add framepack filterVittorio Giovara2014-01-09