]> git.sesse.net Git - vlc/history - modules/audio_output/auhal.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_output / auhal.c
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...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-04-27 Felix Paul KühneYou want to use mdate() instead of mtime() which is...
2008-04-27 Rémi Denis-CourmontFix previous commit - there is no vlc object here
2008-04-27 Rémi Denis-Courmontauhal: don't mix vlc_ and pthread_ function calls
2008-04-27 Felix Paul KühneReverted 4082c803f778e903ae0b1dc9afaf3ad86fddbd69 as...
2008-04-25 Felix Paul KühneCompilation fix related to the recent threading simplif...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-19 Pierre d'Herbemontauhal: Fix kAudioDevicePropertyDeviceIsAlive check...
2008-03-19 Pierre d'Herbemontauhal: Replace deprecated Add/RemoveProc calls by Creat...
2008-03-19 Pierre d'Herbemontauhal: Make sure gettimeofday is defined.
2008-03-11 Rémi DuraffortRemove useless test before a free()
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-03-31 Felix Paul Kühne* 2nd review of modules/audio* (refs #438)
2006-01-21 Derk-Jan Hartman* workaround for device drivers that do not support...
2006-01-19 Derk-Jan Hartman* auhal.c: Another workaround for devices not supportin...
2006-01-18 Derk-Jan Hartman* auhal.c: Some drivers don't support hogmode. Don...
2006-01-12 Antoine CellerierFSF address change.
2006-01-08 Derk-Jan Hartman* auhal.c:
2005-12-22 Derk-Jan HartmanSetProperty in CoreAudio is not only Asynchronious...
2005-12-21 Derk-Jan HartmanUse the original samplerate of the a52 or dts stream...
2005-12-13 Derk-Jan Hartman* Don't upmix the channels if we only have Stereo or...
2005-12-07 Derk-Jan HartmanMac OS X audio module is now unified for analog and...
2005-12-04 Derk-Jan HartmanFirst steps towards integrating coreaudio and auhal...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-13 Derk-Jan Hartman* compile fix
2005-06-12 Derk-Jan Hartman* Don't list 'Input only' devices
2005-06-08 Derk-Jan Hartman* Fix rear speaker recognition
2005-06-05 Derk-Jan Hartman* Fix for if only several channels are not set.
2005-06-05 Derk-Jan Hartman* Fix the issues with changing inNumberFrames when...
2005-06-05 Derk-Jan Hartman* modules/audio_output/auhal.c: Make speaker config...
2005-06-02 Derk-Jan Hartman* Tell the auhal which channel ordering VLC uses. 7...
2005-06-01 Derk-Jan Hartman* Fix several problems with the auhal module. only...
2005-05-26 Derk-Jan Hartman* Sometimes we get audio now, but the dating of the...
2005-05-26 Derk-Jan Hartman* fix a few things in the auhal module. Still doesn...
2005-05-15 Derk-Jan Hartman* AUHAL module. This module is a auhal output renderer...