issues
search
Yalir
/
sfeMovie
sfeMovie is a simple C++ library that lets you play movies in SFML based applications. It relies on FFmpeg to read medias and remains consistent with SFML's naming conventions.
http://sfemovie.yalir.org/
GNU Lesser General Public License v2.1
114
stars
37
forks
source link
Add hardware video decoding
#73
Open
feliwir
opened
9 years ago
feliwir
commented
9 years ago
This will hopefully increase playback perfomance by a lot.
TODO:
[ ] Add dxva2 on windows
[ ] Add vdpau on unix systems
[ ] Add va api (?)
[ ] Detect which codecs support hardware decoding
[ ] Allow selection of decoding quality on the hardware
This will hopefully increase playback perfomance by a lot.
TODO: