summaryrefslogtreecommitdiff
path: root/doc/examples/vaapi_encode.c
Commit message (Collapse)AuthorAge
* doc/examples/vaapi_encode: re-licensed to MIT-license.Jun Zhao2018-08-25
| | | | Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* examples: Don't call deprecated functions which don't do anythingMark Thompson2018-02-09
|
* examples/vaapi_encode: Remove redundancy check when free context.Jun Zhao2018-01-12
| | | | | | | | | 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 failureMark Thompson2017-12-01
| | | | Fixes CID #1424882.
* examples: Add a VA-API encode example.Jun Zhao2017-11-28
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>