]> git.sesse.net Git - vlc/history - modules/audio_output/audiotrack.c
audiotrack: finish float support
[vlc] / modules / audio_output / audiotrack.c
2015-03-11 Thomas Guillemaudiotrack: finish float support
2015-03-11 Thomas Guillemaudiotrack: refactor Write
2015-03-11 Thomas Guillemaudiotrack: fix deadlock if JNIThread has an error
2015-03-11 Thomas Guillemaudiotrack: don't re-init to NULL
2015-03-11 Thomas Guillemaudiotrack: refactor Configure and Start
2015-03-10 Thomas Guillemaudiotrack: simplify channel reordering
2015-03-10 Thomas Guillemaudiotrack: fix typo
2015-03-10 Thomas Guillemaudiotrack: use VLC_CLIP
2015-03-10 Thomas Guillemaudiotrack: add 5.1 and 7.1 support
2015-03-05 Thomas Guillemaudiotrack: Fix deadlock with Android 4.4.2, 4.4.3...
2015-03-05 Thomas Guillemaudiotrack: wait more when internal buffer is full
2015-03-05 Thomas Guillemaudiotrack: fix play wait delay
2015-03-05 Thomas Guillemaudiotrack: move variable in good scope
2015-03-05 Thomas Guillemaudiotrack: fix crash
2015-03-04 Thomas Guillemaudiotrack: deactivate getTimestamp
2015-03-04 Thomas Guillemaudiotrack: add WriteV21 (for Lollipop)
2015-03-04 Thomas Guillemaudiotrack: fix too unstable delay and write taking...
2015-03-04 Thomas Guillemaudiotrack: check init state
2015-02-20 Thomas Guillemaudiotrack: JNIThread is created/joined in Open/Close
2015-02-20 Thomas Guillemaudiotrack: fix audioTimestamp leak
2015-02-20 Thomas Guillemaudiotrack: increase audio latency
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2015-02-10 Thomas Guillemaudiotrack: add java module
2015-02-10 Thomas Guillemaudiotrack: remove native module
2014-12-03 Thomas GuillemAndroid: deactivate audiotrack automatic loading
2014-03-28 Adrien MagloAudioTrack: use the render position from the DSP to...
2014-02-01 Rafaël Carréaudiotrack: remove double initialization
2013-09-22 Rémi Denis-Courmontaout: remove Makefile recursion
2012-12-19 Sébastien Toqueaudiotrack: missing software gain setting
2012-12-18 Rémi Denis-Courmontaout: use S16N rather than S16L in audio outputs
2012-12-18 Rafaël Carréaudiotrack: implement time synchronization
2012-12-05 Edward Wangaudiotrack: enable volume support
2012-11-13 Edward Wangaudiotrack: Fix compilation
2012-11-12 Rémi Denis-Courmontaout: separate time and play callbacks
2012-11-01 Edward Wangaudio_output: Android compilation fixes
2012-10-31 Rémi Denis-Courmontaout: add distinct start/stop callbacks (refs #4787...
2012-10-31 Rémi Denis-Courmontaout: remove pf_ prefix where left (cosmetic)
2012-10-08 Rafaël Carréaudiotrack: set i_original_channels correctly
2012-10-05 Jean-Baptiste KempfAudioTrack: kill an unused warning
2012-10-05 Jean-Baptiste KempfAudioTrack: blind fix for compilation
2012-10-05 Ming HuAndroid: add native AudioTrack aout module