]> git.sesse.net Git - vlc/history - modules/audio_output
skins2: reuse graphics from generic bitmap cache (radialslider)
[vlc] / modules / audio_output /
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...
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()
next