]> git.sesse.net Git - vlc/history - modules/audio_output
Qt: fix Win32 MOC breakage
[vlc] / modules / audio_output /
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.
2013-04-22 Jean-Baptiste KempfDirectX: fix previous commit about WinRT
2013-04-22 David Fuhrmannauhal: remove audio devices callback not before module...
2013-04-22 David Fuhrmannauhal: do proper deinitialization when device changes
2013-04-22 Jean-Baptiste KempfDirectX: don't set the cooperative level on WinRT
2013-04-18 Rémi Denis-Courmontmmdevice: drop to zero priority for now
2013-04-17 David Fuhrmannauhal: volumeSet and muteSet is not supported for digit...
2013-04-14 Felix Paul Kühneauhal: remove write-only code
2013-04-14 Felix Paul Kühneauhal: fix compilation and simplify overly complicated...
2013-04-14 Rémi Denis-Courmontmmdevice: adapt to hotplug event
2013-04-14 Rémi Denis-CourmontPulseAudio: adapt to hotplug event
2013-04-14 Rémi Denis-CourmontOSS: adapt to hotplug event
2013-04-14 Rémi Denis-CourmontALSA: adapt to hotplug event
2013-04-13 Rémi Denis-Courmontaout: remove packet helper
2013-04-13 Tristan Matthewsjack: don't use legacy packet API
2013-04-12 Rémi Denis-CourmontOSS: open device node to list devices if required
2013-04-10 David Fuhrmannauhal: fix coding style
2013-04-10 David Fuhrmannauhal: reorganize listener registration for devices...
2013-04-05 David Fuhrmannauhal: fix device setup when no spidf available
2013-04-04 Felix Paul Kühneaudiounit_ios: more cleanup
2013-04-04 Felix Paul Kühneaudiounit_ios: try to handle data drops more efficiently
2013-04-04 Felix Paul Kühneaudiounit_ios: remove a write-only variable and related...
2013-04-04 Felix Paul Kühneaudiounit_ios: fix multi-channel audio
2013-04-04 Felix Paul KühneAudioUnit: adapt 7fec79d9
2013-04-04 Felix Paul Kühneaudiounit: run an AudioSession when outputting media...
2013-04-04 Felix Paul KühneNew AudioUnit output module for iOS based on the Mac...
2013-04-04 Felix Paul Kühneauhal: fix cf0fafe6
2013-04-04 Felix Paul KühneTPCircularBuffer: merge with upstream
2013-04-03 David Fuhrmannauhal: possible improvement in thread syncronization
2013-04-03 David Fuhrmannauhal: cleanup and better consistency
2013-04-01 Felix Paul Kühneauhal: remove misleading error check since TPCircularBu...
2013-04-01 Alexandre RatchovFix compilation and functionning of the sndio module...
2013-03-26 Denis CharmetPrevent waveout to announce maps as audio device.
2013-03-24 David Fuhrmannauhal: implement drain
2013-03-23 David Fuhrmannauhal: rewrite TimeGet function
2013-03-23 David Fuhrmannauhal: fix memory corruption crash when device list...
2013-03-23 David Fuhrmannauhal: enable TimeGet for S/PDIF
2013-03-23 Alexandre Ratchovsndio: fix typos
2013-03-21 Erwan Tuloupulse: ensure a report is sent if no stream is available
2013-03-09 Felix Paul Kühneauhal: keep last used audio device throughout sessions...
2013-03-09 Felix Paul Kühneauhal: restart aout if device setup changes
2013-03-06 David Fuhrmannauhal: towards working S/PDIF output
2013-03-06 David Fuhrmannauhal: warn if audio buffer is dropped
2013-03-03 Felix Paul Kühneaudioqueue: improve TimeGet implementation
2013-03-03 KO Myung-Hunkai: enlarge an audio buffer size to AOUT_MAX_ADVANCE_TIME
2013-02-28 Jean-Baptiste KempfAudioqueue: relicense to LGPL
2013-02-25 Rafaël Carréopensles: uncomment debug message
2013-02-18 David Fuhrmannauhal: don't leak audio data and avoid useless memcpy
2013-02-16 Felix Paul Kühneauhal: re-arrange code to suit a sane structure and...
2013-02-16 Felix Paul Kühneauhal: export System Sound Output Device as another...
2013-02-16 Felix Paul Kühneauhal: fix insufficient bounds checking introduced...
2013-02-16 Felix Paul Kühneauhal: don't leak the device list
2013-02-16 David Fuhrmannauhal: fix minor memory leak when handling SPDIF devices
next