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
2016-08-05lavc/vaapi_encode_h26x: Fix a crash if "." is not the decimal separator.Carl Eugen Hoyos
Fixes Debian bugs #831529, #831909, #832964. Signed-off-by: Mark Thompson <sw@jkqxz.net>
2016-06-29Merge commit '2940e196c5e439d9869f8c02a49a318d0847453c'Clément Bœsch
* commit '2940e196c5e439d9869f8c02a49a318d0847453c': vaapi_h265: cu_qp_delta should not be used in constant-QP mode Merged-by: Clément Bœsch <clement@stupeflix.com>
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
* commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb': cosmetics: Fix spelling mistakes Merged-by: Clément Bœsch <u@pkh.me>
2016-06-10vaapi_encode_h26[45]: Reject bitrate targets higher than 2^31Mark Thompson
2016-06-09vaapi_h265: cu_qp_delta should not be used in constant-QP modeMark Thompson
2016-06-03lavc/vaapi_encoder_{h264,h265}: fix bad format warningMatthieu Bouron
2016-05-11Merge commit '92fdea37477b5a2d1329e5ef0773e24473fa8f12'Derek Buitenhuis
These are all trivial to merge. * commit '92fdea37477b5a2d1329e5ef0773e24473fa8f12': vaapi_h265: Add -qp option, use it to replace use of -global_quality vaapi_h265: Add constant-bitrate encode support vaapi_h264: Add encode quality option (for quality-speed tradeoff) vaapi_h264: Add -qp option, use it to replace use of -global_quality vaapi_encode: Add support for codec-local options vaapi_h264: Add constant-bitrate encode support vaapi_encode: Refactor slightly to allow easier setting of global options Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-05-09Merge commit '31fe1f2577f8208f79a4b3ab59465e78dd497555'Derek Buitenhuis
* commit '31fe1f2577f8208f79a4b3ab59465e78dd497555': lavc: VAAPI H.265 encoder Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2016-04-15vaapi_h265: Add -qp option, use it to replace use of -global_qualityMark Thompson
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2016-04-15vaapi_h265: Add constant-bitrate encode supportMark Thompson
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2016-04-15vaapi_encode: Refactor slightly to allow easier setting of global optionsMark Thompson
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2016-03-30lavc: VAAPI H.265 encoderMark Thompson
Signed-off-by: Anton Khirnov <anton@khirnov.net>