]> git.sesse.net Git - vlc/history - modules/audio_output/auhal.c
opensles: remove obsolete code
[vlc] / modules / audio_output / auhal.c
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
2011-07-29 Ron Frederickauhal: Fix SPDIF support
2011-07-25 Felix Paul Kühneauhal: compilation fix
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-07-25 Rémi Denis-CourmontMerge aout_output_t into aout_instance_t
2011-07-18 David Fuhrmannauhal: fixed digital audio output
2011-07-18 Felix Paul Kühneauhal: fixed another improper use of AudioObjectHasProperty
2011-07-10 Felix Paul Kühneauhal: fixed detection of available output stream formats
2011-07-08 Rémi Denis-CourmontAdd pause callback for audio output (aout_output_t...
2011-07-05 Felix Paul Kühneauhal: updated to the latest API
2011-04-10 Felix Paul Kühneauhal: restore compatibility with the 10.5 SDK
2011-03-21 Rémi DuraffortRemove obvious statements.
2011-03-20 Jean-Baptiste KempfMac: remove trailing spaces
2011-03-18 Felix Paul Kühneauhal: fixed compilation against the 10.6 SDK
2011-02-08 Felix Paul Kühneauhal: updated to current AudioUnit API
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-07-18 Jean-Baptiste KempfMacOS: try to fix MacOS Audio crash
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-05-20 Rémi DuraffortFix assertions. (dts-dynrng and spdif are boolean param...
2009-12-30 Rémi Denis-Courmontauhal: kill config_Get
2009-12-10 Pierre d'Herbemontauhal: Don't spend 16MB of heap for nothing.
2009-12-10 Pierre d'Herbemontauhal: Support 10.6 64bits framework.
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-08-21 Pierre d'Herbemontauhal: Don't include hard ass headers.
2009-08-20 Pierre d'Herbemontauhal: Use a litteral for the format.
2009-07-24 Jean-Paul Samanauhal: cleanup
2009-07-24 Jean-Paul Samanauhal: do not destroy "audio-device" when AudioHardware...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Derk-Jan HartmanMemleaks in Equalizer callback and Mac OS X audio module.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-01-05 Rémi Denis-CourmontUse var_TriggerCallback as appropriate
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-08-14 Rémi DuraffortCheck asprintf return value and avoid one unneeded...
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
next