]> git.sesse.net Git - vlc/history - modules/audio_output/directx.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_output / directx.c
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-05 Rémi Denis-CourmontTypos
2010-05-20 Rémi DuraffortFix assertions. (dts-dynrng and spdif are boolean param...
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2009-12-30 Rémi Denis-CourmontDirectX audio output: kill config_Get
2009-12-29 Jean-Baptiste KempfDirectSound: cosmetics and error path fix
2009-12-29 Jean-Baptiste KempfDirectSound: try to fix Wide Char issues
2009-12-29 Jean-Baptiste KempfDirectSound: Options change
2009-12-29 Jean-Baptiste KempfDirectSound: Cosmetics
2009-12-27 Jean-Baptiste KempfDirectSound: use DirectSoundEnumerateW iso DirectSoundE...
2009-12-27 Jean-Baptiste KempfDirectX/Waveout: new windows_audio_common.h file
2009-12-27 Jean-Baptiste KempfDirectSound: cosmetics
2009-12-27 Jean-Baptiste KempfDirectSound: fix a warning
2009-12-26 Geoffroy CouprieDirectX aout: select the output device by its name...
2009-12-04 Jeff LuFix DirectSound spdif audio output
2009-10-17 Jean-Baptiste KempfChange a configuration name
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-19 Jean-Baptiste KempfKill directSound warnings
2009-08-19 Jean-Baptiste KempfDirectSound: be more restrictive and fix warning
2009-07-27 Rémi DuraffortCometics.
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-25 Rémi Duraffortuse var_Get(Bool|Integer|...) when possible.
2009-02-08 Kaarlo Raihaadds speaker setup override option
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-08 Rémi Denis-CourmontDo not call vlc_thread_ready with non-waiting vlc_threa...
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-20 Kaarlo RaihaDirectsound 7.1 support and some debug messages...
2008-05-20 Kaarlo RaihaUntested attempt to DirectAudio support for 7.1 system
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontRemove I64C as well
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-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
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-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
2007-08-16 Rémi Denis-CourmontThere is always a thread to join here. No need to check
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2006-11-26 Clément StenacA bit of headers cleanup
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-03-02 Rémi Denis-CourmontUnused header inclusion syndrome
2006-01-12 Antoine CellerierFSF address change.
2005-11-25 Gildas Bazin* modules/audio_output/directx.c: partial rewrite not...
2005-11-22 Gildas Bazin* modules/audio_output/directx.c: fixed the way we...
2005-11-19 Antoine CellerierForward port [13274]
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-07 Gildas Bazin* modules/audio_output/directx.c: audio device selectio...
2004-12-16 Clément StenacFor some unknown reason, the previous commit was not...
2004-12-11 Clément StenacImprovements to preferences
2004-11-05 Gildas Bazin* modules/audio_output/waveout.c,directx.c: fixed audio...
2004-10-21 Gildas Bazin* modules/audio_output/directx.c: use common channel...
2004-02-26 Gildas Bazin* modules/audio_output/directx.c: don't use hardware...
2004-01-25 Carlo Calabròreverting a whole bunch of stupid changes,
2004-01-25 Carlo Calabròstring review, round two: the audio output modules
2003-12-15 Gildas Bazin* modules/audio_output/directx.c: don't set the default...
2003-08-14 Gildas Bazin* src/extras/libc.c, nclude/vlc_common.h, modules/mux...
2003-07-11 Gildas Bazin* modules/audio_output/directx.c: 5.1 audio output...
2003-06-11 Gildas Bazin* modules/audio_output/directx.c: fixed mem leak in...
2003-05-21 Gildas Bazin* modules/audio_output/directx.c, modules/audio_output...
2003-05-04 Gildas Bazin* src/misc/variables.c, ALL: improvements to the object...
2003-04-29 Gildas Bazin* modules/audio_output/directx.c: fixed the "no sound...
2003-04-07 Gildas Bazin* modules/audio_output/directx.c, modules/audio_output...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
next