]> git.sesse.net Git - vlc/history - modules/audio_output
mediacodec: skip prerolled frames
[vlc] / modules / audio_output /
2015-03-20 Steve Lhommedirectsound: fix TimeGet returning a positive value...
2015-03-19 Rémi Denis-CourmontALSA: request large enough buffers first (refs #10422)
2015-03-16 Rémi Denis-CourmontALSA: log the device string that is actually opened
2015-03-16 Rémi Denis-CourmontALSA: only append AES parameters to iec958 and hdmi...
2015-03-12 Thomas Guillemaudiotrack: don't use FLOAT, it breaks 5.1/7.1
2015-03-11 Thomas Guillemaudiotrack: move error check to good scope
2015-03-11 Thomas Guillemaudiotrack: fix error when writing buffer of size 0
2015-03-11 Thomas Guillemaudiotrack: re-init offset after a flush too
2015-03-11 Jean-Baptiste KempfAudioTrack: fix typo while squashing commits
2015-03-11 Thomas Guillemaudiotrack: add AC3 passthrough support
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-03-01 Rémi Denis-Courmontwinstore: fix activation callback parameters handling
2015-02-27 Hugo Beauzée-Luyssenwinstore: Acquire the IAudioClient before using it
2015-02-27 Hugo Beauzée-Luyssenwinstore: Don't free the audio client.
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-17 Rémi Denis-Courmontoss: initialize current device value at start
2015-02-12 Jean-Baptiste KempfDirectSound: always set the original_channels
2015-02-12 Felix Paul Kühnedarwin aout modules: fix mono playback (refs #13826)
2015-02-10 Thomas Guillemaudiotrack: add java module
2015-02-10 Thomas Guillemaudiotrack: remove native module
2015-01-28 Hugo Beauzée-Luyssenwinstore: Gracefuly fail when no IAudioClient is provided
2015-01-28 Hugo Beauzée-Luyssenwinstore: Use the correct variable to fetch IAudioClien...
2015-01-28 Hugo Beauzée-Luyssenwinstore: Fix ActivateDevice
2015-01-05 Rémi Denis-Courmontsndio: fix typo in 8-bits audio handling
2015-01-03 Jean-Baptiste KempfDsound: add shortcuts
2014-12-30 David Fuhrmannauhal: fix memleak, check malloc return value
2014-12-03 Thomas GuillemAndroid: deactivate audiotrack automatic loading
2014-11-30 Rémi Denis-CourmontDirectSound: really fix uninitialized mutex (fixes...
2014-11-19 Hannes Domaniwasapi: fix memory leak
2014-11-14 Rémi Denis-CourmontPulseAudio: clean volume conversion boundaries a bit
2014-11-12 Rémi Denis-Courmontmmdevice: use craptastic software gain
2014-11-12 Rémi Denis-CourmontRevert "mmdevice: override endpoint volume to allow...
2014-11-12 Rémi Denis-Courmontmmdevice: allow selecting stream back-end
2014-11-12 Rémi Denis-Courmontdirectsound: fix uninitialized mutex and condition...
2014-11-12 Rémi Denis-Courmontmmdevice: cosmetic
2014-11-02 Rémi Denis-CourmontPulseAudio: clobber original channels (refs #12673)
2014-10-25 Rémi Denis-CourmontPulseAudio: remove the base volume hack
2014-10-24 Hugo Beauzée-Luyssenmmdevice: Use BOOL rather than WINBOOL
2014-09-04 Rémi Denis-Courmontmmdevice: fix crash if several channel volumes change...
2014-09-01 Rémi Denis-CourmontOSS: remove volume/mute code (fixes #10408)
2014-08-30 Rémi Denis-Courmontoss: attempt to fix the build
2014-08-25 Rémi Denis-Courmontoss: use software volume on non-FreeBSD targets (refs...
2014-07-30 David Fuhrmannauhal: rework locking and avoid potential deadlock
2014-07-30 David Fuhrmannauhal: Added more debug logs and removed invalid memory...
2014-07-29 Denis CharmetCast read size to signed before the substraction.
2014-07-26 Rafaël Carrédirectsound: missing header
2014-06-07 Rémi Denis-Courmontwasapi: parse returned sample format (fixes #11174)
2014-05-29 Rémi Denis-CourmontPulseAudio: require version 1.0 or later
2014-05-10 Denis CharmetRemove bad unlock
2014-05-10 Denis CharmetFix Directsound TimeGet
2014-05-05 Rémi Denis-Courmontpulse: fix race where the device list was empty at...
2014-04-27 Rémi Denis-CourmontOSS: select buffer timings
2014-04-27 Denis CharmetErase regularily the already played directsound buffer...
2014-04-27 Felix Paul Kühneaudiounit: cast OSStatus correctly for debug output
2014-04-27 David Fuhrmannauhal: properly retain device array contents
2014-04-27 Felix Paul Kühneauhal: fix a couple of memory leaks
2014-04-25 David Fuhrmannauhal: increase ringbuffer size by one second
2014-04-23 Rémi Denis-CourmontJACK: remove tautology
2014-04-16 Denis CharmetErase all the already read data in directsound buffer
2014-04-10 David Fuhrmannauhal: use audio device latency for better a/v synchron...
2014-04-10 David Fuhrmannauhal: fix detection of disconnected airplay devices
2014-03-28 Adrien MagloAudioTrack: use the render position from the DSP to...
2014-03-22 David Fuhrmannauhal: add error message when format change failed
2014-03-22 David Fuhrmannauhal: implement failure for stream format change and...
2014-03-22 David Fuhrmannauhal: always do a final format check in stream change...
2014-03-14 Rémi Denis-Courmontwasapi: fix inverted logic
2014-03-12 Rémi Denis-Courmontwasapi: fix overflow after a few hours
2014-03-12 Rémi Denis-Courmontwasapi: write timings to debug log
2014-03-12 Rémi Denis-Courmontwasapi: sleep for half a period as hinted in MSDN
2014-03-06 David Fuhrmannaudioqueue: fix compilation when enabled with --enable...
2014-03-06 Felix Paul Kühnebuild system: add conditional variables to differenciat...
2014-03-02 Rémi Denis-Courmontmmdevice: implement audio policy callback (fixes #7204)
2014-03-01 Rémi Denis-Courmontmmdevice: override endpoint volume to allow amplification
2014-03-01 Rémi Denis-Courmontmmdevice: print endpoint volume range to debug
2014-03-01 Rémi Denis-Courmontmmdevice: merge volume/mute update code and fix initial...
2014-03-01 Rémi Denis-Courmontwasapi: fix TimeGet()
2014-03-01 Rémi Denis-Courmontwasapi: fix S/PDIF check
2014-03-01 Rémi Denis-Courmontmmdevice: guard against out of range values
2014-03-01 Rémi Denis-Courmontmmdevice: improve diagnostics
2014-02-28 Rémi Denis-Courmontmmdevice: add missing initializer (fixes #10775)
next