]> git.sesse.net Git - vlc/history - modules/audio_output
macosx/CAS: fix compilation warning
[vlc] / modules / audio_output /
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...
2013-01-24 Felix Paul Kühneauhal: fixed selection of SPDIF devices
2013-01-24 Felix Paul Kühneauhal: implement audio device selection using the new...
2013-01-24 Felix Paul Kühneauhal: pretend to support audio device switching for...
2013-01-23 Felix Paul Kühneauhal: modernize probing mechanism and prepare device...
2013-01-22 Felix Paul Kühneauhal: remove Carbon dependency
2013-01-22 Felix Paul Kühneauhal: fix a few compilation warnings
2013-01-22 Felix Paul Kühneauhal: replace deprecated CarbonCore calls introduced...
2013-01-22 Felix Paul Kühneauhal: implement TimeGet for the analog part
2013-01-22 Felix Paul Kühneauhal: fix static noise on playback start and post...
2013-01-21 Denis CharmetUse waveOutSetVolume to set volume instead of pure...
2013-01-21 Felix Paul KühneAudioQueue: fix flush if wait is true
2013-01-21 Rémi Denis-Courmontwaveout: packet.c is no longer needed
2013-01-21 Felix Paul KühneAudioQueue: implemented TimeGet
2013-01-21 Felix Paul Kühneaudioqueue: no need to compile packet.c anymore
2013-01-19 Rafaël Carréopensles: reset number of samples correctly
2013-01-19 Felix Paul Kühneaudioqueue: feed the decoder's sample rate to the OS...
2013-01-19 Felix Paul Kühneaudioqueue: don't use the main CFRunLoop for the (empty...
2013-01-19 Felix Paul Kühneaudioqueue: fixed incorrect buffer allocation which...
2013-01-18 Felix Paul Kühneaudioqueue: fix compilation warnings
2013-01-16 Rémi Denis-CourmontPulseAudio: implement mute/unmute while not playing
2013-01-16 Rémi Denis-CourmontPulseAudio: implement and fix changing device while...
2013-01-15 Rémi Denis-CourmontPulseAudio: implement sinks list (i.e. output devices)
2013-01-15 Rémi Denis-CourmontPulseAudio: revector, no functional changes
2013-01-15 Rémi Denis-CourmontPulseAudio: report current output device
2013-01-15 Rémi Denis-CourmontPulseAudio: implement output device change
2013-01-14 Jean-Baptiste KempfDirectX: fix GetProcAddress call with Unicode
2013-01-06 Mario SpeißCosmetics: DirectX now sets maximum volume without...
2012-12-29 Denis CharmetClean the played waveout frames in Play and Stop
2012-12-28 Denis CharmetRemove aout_Packet API from WaveOut
2012-12-24 Felix Paul Kühneauhal: remove debug stuff I forgot
2012-12-24 Felix Paul Kühneauhal: fixed some compilation warnings
2012-12-24 Felix Paul Kühneauhal: reduce noise when flushing the buffer and play...
2012-12-24 Felix Paul Kühneauhal: clean-up HardwareListener callback
2012-12-23 Rafaël Carréopensles: take in account all buffered audio in latency
2012-12-22 Rémi Duraffortoss: fix segfault
2012-12-21 Rafaël Carréopensles: fix static noise at 44.1kHz
2012-12-20 Rafaël Carréopensles: use a ring buffer for latency measurement
2012-12-20 Rafaël Carréopensles: no need to count number of busy buffers
2012-12-20 Rafaël Carréopensles: cosmetics
2012-12-20 Rafaël Carréopensles: move code from Start/Stop to Open/Close
2012-12-20 Rafaël Carréopensles: the time since last buffering update is useless
2012-12-20 Rémi Denis-Courmontaout: pass FOURCC instead of bits to aout_ChannelsReorder()
2012-12-20 Rémi Denis-Courmontaout: drop support for S24N
2012-12-20 Rafaël Carréopensles: reset properly on flush
2012-12-19 Rémi Denis-Courmontaout: drop support for U24 and S24I
2012-12-19 Rémi Denis-Courmontaout: drop support for non-native float
2012-12-19 Rémi Denis-Courmontaout: drop support for S32I
2012-12-19 Sébastien Toqueaudiotrack: missing software gain setting
2012-12-19 Jean-Baptiste KempfOSS: blind compilation fix
2012-12-18 Rémi Denis-Courmontaout: use S16N rather than S16L in audio outputs
2012-12-18 Rémi Denis-Courmontaout: drop support for U16B, U16L and S16I
2012-12-18 Rémi Denis-Courmontsndio: require non-stupid audio sample formats
2012-12-18 Rafaël Carréaudiotrack: implement time synchronization
2012-12-18 Rémi Denis-CourmontPulseAudio: unused variable
2012-12-18 Rémi Denis-Courmontaout: drop support for S8
2012-12-18 Rémi Denis-CourmontOSS: trivial fixes
2012-12-17 Rémi Denis-CourmontOSS: updates and fixes (untested)
2012-12-17 Rémi Denis-CourmontALSA: report selected device not only when playing
2012-12-17 Jean-Baptiste KempfOSS: blind compile fix
2012-12-16 Rafaël Carréopensles: implement mute/volume set
2012-12-16 Felix Paul Kühneauhal: implement Pause for the 2.1 aout API
2012-12-16 Felix Paul Kühneauhal: switch analog playback to the 2.1 API
2012-12-16 Rémi Denis-Courmontaout: use aout_RequestRestart() where applicable
2012-12-16 Rafaël Carréopensles: more precise TimeGet
2012-12-16 Rafaël Carréopensles: keep track of the number of buffers we use
next