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-06-29Merge commit '19d7667a81499d4357ec8e0851701e17c238e584'Clément Bœsch
* commit '19d7667a81499d4357ec8e0851701e17c238e584': vaapi_encode: Add support for writing arbitrary additional packed headers Merged-by: Clément Bœsch <clement@stupeflix.com>
2016-06-09vaapi_encode: Add support for writing arbitrary additional packed headersMark Thompson
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 '104c804bcaac24b52eb51ed17df2fb311e6ae73e'Derek Buitenhuis
* commit '104c804bcaac24b52eb51ed17df2fb311e6ae73e': lavc: VAAPI encode common infrastructure Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-04-15vaapi_encode: Add support for codec-local optionsMark 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 encode common infrastructureMark Thompson
Signed-off-by: Anton Khirnov <anton@khirnov.net>