]> git.sesse.net Git - vlc/history - modules/audio_output/portaudio.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_output / portaudio.c
2010-01-28 Rémi Denis-Courmontportaudio: add private b_error
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-08-22 Jean-Baptiste KempfPortaudio: consistency with other aouts (and kill a...
2009-08-20 Jean-Baptiste KempfFix PortAudio warnings
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
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-04-26 Jean-Baptiste KempfPortaudio: kills warnings.
2009-04-25 Rémi Duraffortuse var_Get(Bool|Integer|...) when possible.
2009-02-08 Christophe MutricyTranslate the channels layout
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-23 Lukas Durfinaadd deprecated aliases for audio devices
2008-09-21 Lukas Durfinauniform naming of audio devices variable
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
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-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-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-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-10 Christophe MutricyForward port [17015] + a few more i18n fix
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-03-31 Felix Paul Kühne* 2nd review of modules/audio* (refs #438)
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-12-16 Clément StenacFor some unknown reason, the previous commit was not...
2004-12-11 Clément StenacImprovements to preferences
2004-11-12 Gildas Bazin* modules/audio_output/portaudio.c: channel reordering...
2004-11-08 Gildas Bazin* modules/audio_output/portaudio.c: implemented a PORTA...
2004-11-02 Gildas Bazin* modules/audio_output/portaudio.c: make stereo the...
2004-10-28 Gildas Bazin* modules/audio_output/portaudio.c: ported to portaudio...
2004-10-05 Gildas Bazin* modules/audio_output/portaudio.c: portaudio (www...