Simple GLES video player compatible with Panfrost

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

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