I'm working on a video player app to play H.264 video, using LibVLC 2.1.4 on Linux. The hardware this app will run on is an AMD APU without enough horsepower to do the decoding in CPU -- however, libva-based decode works like a champ. According to the wiki entry on VLC_GPU_Decoding , "By defaul...