Simple GLES video player compatible with Panfrost

Alyssa Rosenzweig 9706ae0404 Rip out SDL il y a 6 ans
.gitignore e3db94c64a Ignore executable il y a 10 ans
.travis.yml bf6e84d5b1 Travis: Add SDL2 PPA. il y a 9 ans
LICENSE.md 58d73e76b9 Add license il y a 8 ans
README.md 57ab51b712 Fix README formatting il y a 6 ans
demuxer.cpp 12dac0808a Use AVCodecParameters instead of AVCodec il y a 6 ans
demuxer.h 12dac0808a Use AVCodecParameters instead of AVCodec il y a 6 ans
display.cpp 9706ae0404 Rip out SDL il y a 6 ans
display.h 9706ae0404 Rip out SDL il y a 6 ans
ffmpeg.cpp b94f8867ba Split container into separate files il y a 8 ans
ffmpeg.h b94f8867ba Split container into separate files il y a 8 ans
format_converter.cpp b94f8867ba Split container into separate files il y a 8 ans
format_converter.h b94f8867ba Split container into separate files il y a 8 ans
gles-display.c fc774cc6e2 Clarify MIT licensed part il y a 6 ans
gles-display.h 57aab1c64c Feed the Y plane through the texture il y a 6 ans
main.cpp e2ba865a88 Add const to exception il y a 7 ans
makefile 9706ae0404 Rip out SDL il y a 6 ans
player.cpp 92ff48e4bf Continue il y a 6 ans
player.h b60193b504 Use C++14 for std::make_unique il y a 6 ans
queue.h 46f23c44ec Add missing include il y a 6 ans
timer.cpp 793f1fe425 Use STL instead of FFmpeg in timer il y a 8 ans
timer.h 793f1fe425 Use STL instead of FFmpeg in timer il y a 8 ans
video_decoder.cpp 12dac0808a Use AVCodecParameters instead of AVCodec il y a 6 ans
video_decoder.h 12dac0808a Use AVCodecParameters instead of AVCodec il y a 6 ans

README.md

player

Video player written in C++14 using FFmpeg libraries and SDL2

Usage

./player video.mp4

Controls

  • Space: Toggle play/pause
  • Escape: Quit

Build

sudo pacman -S ffmpeg sdl2
make