Simple GLES video player compatible with Panfrost
Alyssa Rosenzweig 9706ae0404 Rip out SDL | il y a 6 ans | |
---|---|---|
.gitignore | il y a 11 ans | |
.travis.yml | il y a 10 ans | |
LICENSE.md | il y a 9 ans | |
README.md | il y a 7 ans | |
demuxer.cpp | il y a 7 ans | |
demuxer.h | il y a 7 ans | |
display.cpp | il y a 6 ans | |
display.h | il y a 6 ans | |
ffmpeg.cpp | il y a 8 ans | |
ffmpeg.h | il y a 8 ans | |
format_converter.cpp | il y a 8 ans | |
format_converter.h | il y a 8 ans | |
gles-display.c | il y a 6 ans | |
gles-display.h | il y a 6 ans | |
main.cpp | il y a 7 ans | |
makefile | il y a 6 ans | |
player.cpp | il y a 6 ans | |
player.h | il y a 7 ans | |
queue.h | il y a 7 ans | |
timer.cpp | il y a 8 ans | |
timer.h | il y a 8 ans | |
video_decoder.cpp | il y a 7 ans | |
video_decoder.h | il y a 7 ans |
Video player written in C++14 using FFmpeg libraries and SDL2
./player video.mp4
sudo pacman -S ffmpeg sdl2
make