From d26667dd4c0de3053725522f0eb40ecccf10afab Mon Sep 17 00:00:00 2001 From: Yth - Arnaud Date: Sat, 14 Oct 2017 14:26:39 +0100 Subject: libraries/SDL_kitchensink: Added (SDL2 library for audio and video). Signed-off-by: David Spencer --- libraries/SDL_kitchensink/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libraries/SDL_kitchensink/README (limited to 'libraries/SDL_kitchensink/README') diff --git a/libraries/SDL_kitchensink/README b/libraries/SDL_kitchensink/README new file mode 100644 index 0000000000..e0d05df9b6 --- /dev/null +++ b/libraries/SDL_kitchensink/README @@ -0,0 +1,11 @@ +SDL_kitchensink - FFmpeg and SDL2 based library for audio and video +playback, written in C99. + +Features: +* Decoding video & audio via FFmpeg +* Dumping video data on SDL_textures +* Dumping audio data in the usual mono/stereo interleaved formats +* Automatic audio and video conversion to SDL2 friendly formats +* Synchronizing video & audio to clock +* Seeking forwards and backwards +* Bitmap & libass subtitle support. No text (srt, sub) support yet. -- cgit v1.2.3