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
2019-06-07lavfi/vaapi: Fix build with libva 2.1 and 2.2Mark Thompson
While the VAProcColorProperties structure was added in libva 2.1, the colour primaries/transfer/space fields were not added until libva 2.3.
2019-06-02lavfi/vaapi: Improve support for colour propertiesMark Thompson
Attempts to pick the set of supported colour properties best matching the input. Output is then set with the same values, except for the colour matrix which may change when converting between RGB and YUV.
2019-06-02lavfi/vaapi: Factorise out common code for parameter buffer setupMark Thompson
Also enables cropping on all VAAPI filters, inherited from the existing support in scale_vaapi.
2018-02-13Merge commit 'b128be1748f3920a14a98307265df5f2d3433e1d'Mark Thompson
* commit 'b128be1748f3920a14a98307265df5f2d3433e1d': vf_*_vaapi: Support increasing hardware frame pool size Rewritten to apply to common VAAPI code rather than specific filters. Merged-by: Mark Thompson <sw@jkqxz.net>
2018-01-22lavfi: VAAPI VPP common infrastructure.Jun Zhao
Re-work the VAAPI common infrastructure to avoid code duplication between filters. Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>