• Jean-Paul Saman's avatar
    codec/avcodec/vaapi: new option ffmpeg-vaapi-x11 · 8f8b6c79
    Jean-Paul Saman authored
    Use --ffmpeg-vaapi-x11 in combination with --ffmpeg-hw. It uses
    the vaapi to decode pictures and display it without copying it back
    to main memory.
    When --no-ffmpeg-vaapi-x11 is used then the picture is copied from
    the GPU to main memory and displayed later by another vout. This uses
    more CPU then when the picture is displayed from the GPU contenxt directly.
    8f8b6c79
avcodec.c 16.5 KB