[vlc-commits] modules: add tizen audio output
Thomas Guillem
git at videolan.org
Mon Sep 28 20:20:13 CEST 2015
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Sep 28 19:59:28 2015 +0200| [9053b0919f00d88f16e1ef3e3f79b1cced74f742] | committer: Thomas Guillem
modules: add tizen audio output
Tizen audio_io.h supports only mono/stereo, with PCM U8/S16. With Tizen 2.3,
flush is done by destroying/recreating the audio_output. A real flush will come
with Tizen 2.4.
There is no TimeGet for now since there is no way to know the position in audio
stream.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9053b0919f00d88f16e1ef3e3f79b1cced74f742
---
NEWS | 1 +
configure.ac | 16 ++
modules/MODULES_LIST | 1 +
modules/audio_output/Makefile.am | 5 +
modules/audio_output/tizen_audio.c | 324 ++++++++++++++++++++++++++++++++++++
5 files changed, 347 insertions(+)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=9053b0919f00d88f16e1ef3e3f79b1cced74f742
More information about the vlc-commits
mailing list