]> git.sesse.net Git - vlc/history - modules/audio_output/auhal.c
auhal: do not output noise, and robustify output callbacks
[vlc] / modules / audio_output / auhal.c
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
2012-12-16 Felix Paul Kühneauhal: switch analog playback to the 2.1 API
2012-12-15 Felix Paul Kühneauhal: remove weird code duplication
2012-12-15 Felix Paul Kühneauhal: cleanup
2012-12-15 Felix Paul Kühneauhal: implement channel re-ordering for 6.1 and 7...
2012-12-15 Felix Paul Kühneauhal: fixed mute
2012-12-15 Felix Paul Kühneauhal: fixed volume handling using the 2.1 API
2012-11-17 Rémi Denis-CourmontRemove aout_PacketPause()
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-12 Rémi Denis-Courmontaout: separate time and play callbacks
2012-11-01 Rémi Denis-CourmontRemove useless #includes
2012-10-31 Jean-Baptiste KempfAuhal: blind compilation fix
2012-10-31 Rémi Denis-Courmontaout: add distinct start/stop callbacks (refs #4787...
2012-10-31 Rémi Denis-Courmontaout: remove pf_ prefix where left (cosmetic)
2012-09-19 David Fuhrmannauhal: add callback for changes in supported audio...
2012-09-02 Felix Paul Kühneauhal: converted to a more sane coding style
2012-09-02 Felix Paul Kühneauhal: unify coding style
2012-09-01 Felix Paul Kühneauhal: fixed audio device configuration callback and...
2012-09-01 Rémi Duraffortauhal: fix inverted logic (and potential NULL pointer...
2012-07-04 David Fuhrmannauhal: quick fix to get stuff compiled again
2012-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2012-07-03 Rémi Denis-Courmontaout: separate volume and mute callbacks
2012-07-02 Rafaël CarréRemove vlc_memset
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-05-22 Rémi Denis-CourmontReplace remaining call sites of aout_BufferFree()
2012-05-22 Rémi Denis-CourmontRemove aout_VolumeNoneInit()
2012-05-06 Rémi Denis-Courmontaout: add option to initialize hardware volume
2012-03-07 Jon StaceyAudio: Core Audio: Initialize starting volume for analo...
2012-03-05 Jon Staceycoreaudio_lag_fix.patch
2012-01-13 David Fuhrmannauhal: always set audio device callback
2011-12-01 Jean-Baptiste KempfAuhal: fix signed comparison issue
2011-10-07 Felix Paul Kühneauhal: delete callback on close
2011-09-25 Felix Paul Kühneauhal: merge fixes from the stable branch
2011-09-16 Felix Paul Kühneauhal: blind attempt to fix S/PDIF on Lion
2011-09-05 Rémi Denis-CourmontDead code
2011-08-17 Felix Paul Kühneauhal: fixed compilation against the 10.7 SDK
2011-08-17 Jean-Baptiste KempfAuHal: try to fix compilation on SDK > 10.5
2011-08-17 Jean-Baptiste KempfAuhal: simplifications
2011-08-16 Jean-Baptiste KempfAuhal: remove unnecessary variables
2011-08-16 Jean-Baptiste KempfAuhal: code cosmetics and warning
2011-08-08 Rémi Denis-CourmontReplace AOUT_FMT_NON_LINEAR with AOUT_FMT_SPDIF and...
2011-08-06 Rémi Denis-CourmontSimplify, clean up and rename aout_OutputNextBuffer()
2011-08-04 Rémi Denis-CourmontCall aout_PacketDestroy() on error paths too
2011-08-04 Rémi Denis-Courmontaout: move packet FIFO management to plugins that need it
2011-08-03 Rémi Denis-Courmontaout: split out packet-oriented output support code
2011-08-02 Rémi Denis-Courmontaout: pass audio buffer explicitly to pf_play
2011-08-01 Rémi Denis-Courmontaout: add an optional flush/drain callback
next