]> git.sesse.net Git - vlc/history - modules/audio_output
Mac: use Blu-ray too
[vlc] / modules / audio_output /
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
2013-02-16 Felix Paul Kühneauhal: use kAudioObjectPropertyName instead of kAudioDe...
2013-02-16 Felix Paul KühneRevert "auhal: workaround bug (in core audio?) which...
2013-02-16 Rafaël Carréopensles: use 10ms buffers
2013-02-16 David Fuhrmannauhal: workaround bug (in core audio?) which leads...
2013-02-14 Rémi Denis-CourmontOSS: no need for packet.c
2013-02-14 Jean-Baptiste KempfDShow does not need packet.c anymore
2013-02-14 Rémi Denis-CourmontALSA: fix uninitialized variable
2013-02-14 KO Myung-Hunkai: remove aout_Packet*()
2013-02-08 Felix Paul Kühneaudioqueue: fix buffer leak (close #8140)
2013-02-08 Felix Paul Kühneauhal: fix prototype/definition mismatch (close #8148)
2013-02-05 Denis CharmetRemove aout_Packet from directsound audio output
2013-02-04 Felix Paul Kühneaudioqueue: fix compilation for OSX
2013-02-04 Felix Paul Kühneaudioqueue: use the AudioSession API to overwrite the...
2013-02-04 Felix Paul Kühneaudioqueue: fix potential p_block leak
2013-02-04 Felix Paul Kühneaudioqueue: more cleanup
2013-02-04 Felix Paul Kühneaudioqueue: switch from section comments to more useful...
2013-02-04 Felix Paul Kühneaudioqueue: fix copyright years and add missing copyrig...
2013-02-04 Felix Paul Kühneaudioqueue: clean-up
2013-02-04 Rafaël Carréaudioqueue: fixed potential TimeGet issue
2013-02-04 Rafaël Carréaudioqueue: don't avoid impossible case
2013-01-24 Felix Paul Kühneauhal: fixed 'Pause' in SPDIF mode
2013-01-24 Felix Paul Kühneauhal: packet.c is no longer needed
2013-01-24 Felix Paul Kühneauhal: prepare SPDIF transition from the packet API...
next