git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
lavc : vdpau : add support for new hw_frames_ctx and hw_device_ctx API
4 mars 2017, par wm4lavc: vdpau: add support for new hw_frames_ctx and hw_device_ctx API This supports retrieving the device from a provided hw_frames_ctx, and automatically creating a hw_frames_ctx if hw_device_ctx is set. The old API is not deprecated yet. The user can still use av_vdpau_bind_context() (with or without setting hw_frames_ctx), or use the API before that by allocating and setting hwaccel_context manually.
-
lavc : Add hwaccel_flags field to AVCodecContext
4 mars 2017, par wm4lavc: Add hwaccel_flags field to AVCodecContext This "reuses" the flags introduced for the av_vdpau_bind_context() API function, and makes them available to all hwaccels. This does not affect the current vdpau API, as av_vdpau_bind_context() should obviously override the AVCodecContext.hwaccel_flags flags for the sake of compatibility.
-
avconv : Enable generic hwaccel support for VAAPI
4 mars 2017, par Mark Thompson -
avconv : Generic device setup
4 mars 2017, par Mark Thompson -
hwcontext : Make it easier to work with device types
4 mars 2017, par Mark Thompsonhwcontext: Make it easier to work with device types Adds functions to convert to/from strings and a function to iterate over all supported device types. Also adds a new invalid type AV_HWDEVICE_TYPE_NONE, which acts as a sentinel value.