]> git.sesse.net Git - vlc/history - modules/audio_output
auhal: do not change volume when muted
[vlc] / modules / audio_output /
2013-10-16 David Fuhrmannauhal: do not change volume when muted
2013-10-06 Rémi Denis-CourmontDirectSound: do not clobber channels before trying...
2013-09-22 Rémi Denis-Courmontpulse: move helper library back to audio_outout/
2013-09-22 Rémi Denis-Courmontaout: remove Makefile recursion
2013-09-22 Rémi Denis-Courmontaout: avoid genmf
2013-09-22 Pierre Ynarddirectsound: use software gain only when amplifying
2013-09-21 Rafaël CarréFix MODULE_NAME for android
2013-09-21 Rémi Denis-CourmontRevert "missing MODULE_NAME_IS_ for android"
2013-09-21 Sébastien Toquemissing MODULE_NAME_IS_ for android
2013-09-20 Jean-Baptiste KempfWaveout: remove unnecessary includes
2013-09-20 Jean-Baptiste KempfWave Microsoft formats: avoid to redefine things twice
2013-09-16 Jean-Baptiste KempfDirectSound: decrease a bit the volume
2013-09-16 Rémi Denis-Courmontdirectsound: cosmetic rename
2013-09-16 Rémi Denis-Courmontmodules: fix Windows build
2013-09-16 Rémi Denis-Courmontmodules: remove VLC-specific AM_LIBADD, simplify
2013-09-16 Rémi Denis-Courmontmodules: simplify CPPFLAGS & CFLAGS
2013-09-16 Rémi Denis-Courmontmodules: use different directory prefixes for each...
2013-09-15 Rémi Denis-Courmontjack: simplify build rules
2013-09-13 Rémi Denis-CourmontPulseAudio: compile helper only once (refs #9367)
2013-09-12 David Fuhrmannauhal: ignore invalid default audio device changes...
2013-09-12 David Fuhrmannauhal: fill size variables correctly for AudioObjectGet...
2013-09-10 Jean-Baptiste KempfDirectSound: don't alloc p_sys if we're gonna fail
2013-09-08 Denis CharmetDon't use more aout channels than the stream actually...
2013-09-07 Ludovic FauvetDirectSound: use a new strategy for erasing the ring...
2013-09-04 Rémi Denis-CourmontPulseAudio: disable fix-rate when negotiating pass...
2013-09-04 Rafaël Carrédirectsound: fix crash when no audio card is present...
2013-09-02 Rémi Denis-CourmontPulseAudio: remove unused datum
2013-09-02 Rémi Denis-CourmontPulseAudio: remove broken logic
2013-09-01 David Fuhrmannauhal: respect changes in default audio device during...
2013-09-01 David Fuhrmannauhal: cosmetics
2013-08-27 David Fuhrmannauhal: HACK to fix infinite restart when trying to...
2013-08-26 Ludovic Fauvetdirectsound: fix inverted logic (fix #9195)
2013-08-21 David Fuhrmannauhal: limit scope of mutex
2013-08-15 Jean-Baptiste KempfDirectSound: only list usable devices
2013-08-14 Denis CharmetUse soft gain by default to achieve 200% with directsound
2013-08-05 Rémi Denis-Courmontalsa: set period time before buffer time
2013-08-05 Rémi Denis-Courmontaout: allow frequency up to 352.8 kHz
2013-08-01 Denis CharmetAdjust the DirectSound buffer size to support correctly...
2013-08-01 Rafaël CarréVersion all plugins when building for Windows
2013-07-28 Martin Storsjöaudiounit_ios: Fill the remainder of the buffer with...
2013-07-28 Martin StorsjöRevert "audiounit_ios: try to handle data drops more...
2013-07-25 Rémi Denis-CourmontALSA: favor channel maps with fewer unused channels
2013-07-25 Rémi Denis-CourmontALSA: still use VLC configuration to determine availabl...
2013-07-24 Ludovic Fauvetdirectsound: clear the ring buffer ahead of the write...
2013-07-24 Ludovic Fauvetdirectsound: remove broken notification support
2013-07-24 Ludovic Fauvetdirectsound: remove the broken msleep fallback
2013-07-24 Ludovic Fauvetdirectsound: clear the rest of the ring buffer too
2013-07-24 Rémi Denis-CourmontALSA: correct debug message
2013-07-10 Rémi Denis-CourmontALSA: only set channels that are actually mapped (fixes...
2013-06-30 Rémi Denis-Courmontamem: fix conditionally unitialized cleanup callback
2013-06-24 Rafaël Carréopensles: resample if original sampling rate is not...
2013-06-18 David Fuhrmannauhal: fix wrong analog 5.1 channel ordering (close...
2013-06-16 Rémi Denis-Courmontpulse: use libvlc-provisioned application infos (fixes...
2013-06-08 Rafaël Carréopensles: fix mismatch object lifecycle between open...
2013-06-08 Rafaël Carréopensles: do not set volume if aout start failed
2013-05-26 David Fuhrmannauhal: remove some unused variables
2013-05-26 David Fuhrmannauhal: locking for access to i_selected_device
2013-05-26 David Fuhrmannauhal: restart aout only if necessary (fixes #8556)
2013-05-22 Rémi Denis-CourmontALSA: fix typo leading to a NULL dereference
2013-05-13 David Fuhrmannauhal: another memleak fix
2013-05-13 David Fuhrmannauhal: synchronize access to devices_list
2013-05-13 David Fuhrmannauhal: better deregistration of deviceAlive and audioSt...
2013-05-13 David Fuhrmannauhal: fix memleak
2013-05-11 David Fuhrmannauhal: do not check if device 0 is alive
2013-05-11 Felix Paul Kühneauhal: only request a audio output restart if the curre...
2013-05-11 Felix Paul Kühneauhal: blind attempt to fix 5.1 channel reordering...
2013-05-10 David Fuhrmannauhal: use spidf with default device when enabled in...
2013-05-10 David Fuhrmannauhal: move default device to top of devices list
2013-05-05 Denis CharmetRemove 10 years old limitation of float32 to 2 channels...
2013-05-05 Denis CharmetIncrease DS buffer size (for float32 default use)
2013-05-05 Denis CharmetAdd up to 8.1 support to waveout
2013-05-03 Tristan Matthewsjack: lock ringbuffer in memory
2013-05-02 Tristan Matthewsjack: don't deactivate/activate client in Flush()
2013-04-30 Felix Paul Kühneauhal: fix compilation on 10.6 and prevent attempts...
2013-04-30 Felix Paul Kühneauhal: add support for 8.0 and 8.1 output (close #8536)
2013-04-28 Jean-Baptiste KempfWaveout: use a more common name
2013-04-28 Jean-Baptiste KempfDirectSound: remove trailing space
2013-04-26 Christoph MiebachString removal
2013-04-26 David Fuhrmannauhal: do not output noise, and robustify output callbacks
2013-04-25 David Fuhrmannauhal: fix handling and reporting of volume and mute
2013-04-25 Rémi Denis-CourmontDirectSound: remove "audio-device" variable and simplif...
2013-04-25 Rémi Denis-CourmontDirectSound: remove unused "audio-device" variable...
2013-04-25 Rémi Denis-CourmontKAI: remove unused "audio-device" variable
2013-04-25 Jean-Baptiste KempfDirectSound: use float output by default
2013-04-25 Felix Paul Kühneauhal: cosmetics
2013-04-25 Rémi Denis-Courmontwaveout: report initially selected output device
2013-04-25 Rémi Denis-CourmontDirectSound: report initially selected device
2013-04-25 Rémi Denis-CourmontDirectSound: add default device choice in configuration
2013-04-25 Felix Paul Kühneauhal: fix SPDIF -> default device fallback if SPDIF...
2013-04-24 Felix Paul Kühneauhal: unify debug output and add missing error messages
2013-04-24 Rémi Denis-Courmontaout: remove left-over audio-device callback (fixes...
2013-04-24 Rémi Denis-Courmontwaveout: implement device_select (fixes #8491)
2013-04-24 Rémi Denis-Courmontwaveout: remove sys->i_wave_device_id
2013-04-24 Rémi Denis-CourmontDirectSound: implement device_select (fixes #8492)
2013-04-24 Rémi Denis-CourmontDirectSound: list devices (fixes #7868)
2013-04-24 Felix Paul Kühneauhal: correctly remove devices from list when being...
2013-04-24 Rémi Denis-Courmontpulse: fix NDEBUG-only warning
2013-04-23 Rémi Denis-Courmontwaveout: copy ALSA fake hotplug code (fixes #8482)
2013-04-23 Rémi Denis-Courmontwaveout: unused variable
2013-04-23 Kuang Rufanfix compile error on case sensitive file system.
next