[FFmpeg-devel] [PATCH] HW accelerator: Indicate when HW acceleration is in use

2017-11-03 Thread Michele Lim
Having clear indication of when a hardware accelerator is in operation prevents false assumptions, for e.g., in situations when the command line argument inadvertently omits options for enabling it, resulting to the framework silently switching to the SW path. Signed-off-by: Michele Lim

[FFmpeg-devel] [PATCH] HW accelerator: Indicate when hardware acceleration is used for processing encode or decode.

2017-12-14 Thread Michele Lim
Clear indication of when a hardware accelerator is in operation prevents false assumptions in situations when the command line argument inadvertently omits certain required options for enabling it. --- libavutil/hwcontext_vaapi.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --gi