Simple GLES video player compatible with Panfrost

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

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