Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavc: Remove old vaapi decode infrastructure | Mark Thompson | 2016-08-30 | 1 | -0/+6 |
| | | | | | Deprecates struct vaapi_context and the installed header vaapi.h, to be removed at the next version bump. | ||||
* | lavc: Rewrite VAAPI decode infrastructure | Mark Thompson | 2016-08-30 | 1 | -0/+90 |
Moves much of the setup logic for VAAPI decoding into lavc; the user now need only provide the hw_frames_ctx. |