]> git.sesse.net Git - vlc/history - modules/audio_output/auhal.c
auhal: always do a final format check in stream change function
[vlc] / modules / audio_output / auhal.c
2014-03-22 David Fuhrmannauhal: always do a final format check in stream change...
2014-02-28 David Fuhrmannauhal: rename layout variable to make more clear that...
2014-02-28 David Fuhrmannauhal: correctly fix channel ordering by setting the...
2014-02-28 David Fuhrmannauhal: simplify switch by mapping with an array
2014-02-28 David FuhrmannRevert "auhal: fix wrong analog 5.1 channel ordering...
2014-02-28 David FuhrmannRevert "auhal: rework channel mapping for analog surrou...
2014-02-24 David Fuhrmannauhal: prevent revert to unusual formats after SPDIF...
2014-02-24 David Fuhrmannauhal: do an early check for the stream format set
2014-02-24 David Fuhrmannauhal: check if render callback does not want data
2014-02-24 David Fuhrmannauhal: remove unneeded global variable
2014-02-24 David Fuhrmannauhal: do not check for changed streams if selected...
2014-02-24 David Fuhrmannauhal: unlock mutex in stream listener error paths
2014-02-21 David Fuhrmannauhal: rework channel mapping for analog surround output
2014-01-07 David Fuhrmannauhal: fail in render callbacks if bytesToCopy is <= 0
2013-12-31 David Fuhrmannauhal: simplify memset in callbacks
2013-12-26 Felix Paul Kühneauhal: prevent assertion failure on TPCircularBufferCle...
2013-12-26 Felix Paul Kühneauhal: add missing bounds checking (close #10110)
2013-12-12 David Fuhrmannauhal: fix audio device selection via command line
2013-11-27 David Fuhrmannauhal: implement pause by output silence instead of...
2013-11-26 David Fuhrmannauhal: do not stop and restart audio unit on flush
2013-11-25 David Fuhrmannauhal: fix crash on error paths for stream format change
2013-11-22 David Fuhrmannauhal: use own thread for notification loop
2013-11-22 David Fuhrmannauhal: ignore changed default device in digital mode
2013-11-22 David Fuhrmannauhal: fix comments
2013-10-16 David Fuhrmannauhal: do not change volume when muted
2013-09-12 David Fuhrmannauhal: ignore invalid default audio device changes...
2013-09-12 David Fuhrmannauhal: fill size variables correctly for AudioObjectGet...
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-21 David Fuhrmannauhal: limit scope of mutex
2013-06-18 David Fuhrmannauhal: fix wrong analog 5.1 channel ordering (close...
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-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-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-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 Felix Paul Kühneauhal: cosmetics
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 Felix Paul Kühneauhal: correctly remove devices from list when being...
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-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-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ühneauhal: fix cf0fafe6
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-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-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-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 David Fuhrmannauhal: workaround bug (in core audio?) which leads...
2013-02-08 Felix Paul Kühneauhal: fix prototype/definition mismatch (close #8148)
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...
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-20 Rémi Denis-Courmontaout: pass FOURCC instead of bits to aout_ChannelsReorder()
2012-12-16 Felix Paul Kühneauhal: implement Pause for the 2.1 aout API
next