hwcontext: Hardware frame mapping
Adds the new av_hwframe_map() function, which allows mapping between hardware frames and normal memory, along with internal support for implementing it. Also adds av_hwframe_ctx_create_derived(), for creating a hardware frames context associated with one device using frames mapped from another by some hardware-specific means.
Showing
- doc/APIchanges 4 additions, 0 deletionsdoc/APIchanges
- libavutil/hwcontext.c 233 additions, 6 deletionslibavutil/hwcontext.c
- libavutil/hwcontext.h 87 additions, 0 deletionslibavutil/hwcontext.h
- libavutil/hwcontext_internal.h 40 additions, 0 deletionslibavutil/hwcontext_internal.h
- libavutil/version.h 1 addition, 1 deletionlibavutil/version.h
Loading
Please register or sign in to comment