Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: Don't call deprecated functions which don't do anything | Mark Thompson | 2018-02-09 | 1 | -2/+0 |
| | |||||
* | examples/vaapi_encode: Remove redundancy check when free context. | Jun Zhao | 2018-01-12 | 1 | -2/+1 |
| | | | | | | | | | avcodec_free_context have handle NULL pointer case, so caller doesn't need to check the NULL before call this function. Signe-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | examples/vaapi_encode: Fix leak on hwframe init failure | Mark Thompson | 2017-12-01 | 1 | -0/+1 |
| | | | | Fixes CID #1424882. | ||||
* | examples: Add a VA-API encode example. | Jun Zhao | 2017-11-28 | 1 | -0/+224 |
Supports only raw NV12 input. Example use: ./vaapi_encode 1920 1080 test.yuv test.h264 Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net> |