Skip to content
  • Laurent Aimar's avatar
    Added (but disabled at compilation time) VA-API support to our avcodec wrapper. · 91482c32
    Laurent Aimar authored
     I choosed to extract the decoded frame back to memory instead of developping
    a new specific vaapi vout. It was easier, allows transcoding and does not break
    our current OSD.
    
     Becarefull, you probably have to applied a pending patch on ffmpeg for h264
    decoding.
    
     You still have to manually uncomment the HAVE_AVCODEC_VAAPI define in
    avcodec.h and to fix the build system to test it.
    91482c32