]> git.sesse.net Git - vlc/history - modules/audio_output
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / audio_output /
2009-08-19 Jean-Baptiste KempfKill directSound warnings
2009-08-19 Jean-Baptiste KempfDirectSound: be more restrictive and fix warning
2009-08-13 Laurent AimarRemoved unused aout_VolumeInfos.
2009-08-08 Jean-Baptiste KempfSimplify Alsa detection and drop support for alsa ...
2009-08-02 Rémi Denis-CourmontReplace VLC_ETHREAD with VLCENOMEM.
2009-07-27 Rémi DuraffortCometics.
2009-07-24 Jean-Paul Samanauhal: cleanup
2009-07-24 Jean-Paul Samanauhal: do not destroy "audio-device" when AudioHardware...
2009-07-11 Christophe MutricyTypos
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-15 Jean-Baptiste KempfDanny Wood <danwood76@gmail.com>
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-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
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-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Danny WoodPatch: Fix pulseaudio clicking and latency issues
2009-05-07 Rémi Denis-CourmontRemove useless check for machine/soundcard.h
2009-04-26 Jean-Baptiste KempfPortaudio: kills warnings.
2009-04-25 Rémi Duraffortuse var_Get(Bool|Integer|...) when possible.
2009-03-25 Rémi Duraffortoss: don't forget some "close".
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-02-19 Rémi Denis-CourmontPulseAudio cannot be unloaded - fixes #2538
2009-02-08 Kaarlo Raihaadds speaker setup override option
2009-02-08 Christophe MutricyTranslate the channels layout
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-05 Rémi Denis-CourmontUse var_TriggerCallback as appropriate
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-04 Jean-Baptiste KempfPulseAudio: Support for 7.1 and use accept 32-bits...
2008-12-03 Danny WoodPulseaudio surround support
2008-10-30 Rémi Denis-CourmontRemove Esound plugin
2008-10-30 Rémi Denis-CourmontRemove aRts plugin (again)
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-22 Antoine CellerierRemove change_unsafe() no-op.
2008-09-21 Lukas Durfinauniform naming of audio devices variable
2008-09-08 Rémi Denis-CourmontDo not call vlc_thread_ready with non-waiting vlc_threa...
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-19 Rémi DuraffortFix warnings.
2008-08-14 Rémi DuraffortCheck asprintf return value and avoid one unneeded...
2008-08-14 Rémi DuraffortFIx memleak.
2008-08-13 Rémi DuraffortFix warning (asprintf return value and some others)
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-01 Rémi DuraffortThe last but not least of this serie of memleaks.
2008-08-01 Rémi DuraffortFix potential memleak.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix memleak in esp audio output.
2008-07-09 Laurent AimarFixed infinite loop if alsa was closed before playing...
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-24 Yohann Martineaufixed compilation on debian etch.
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-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
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-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
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-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-20 André WeberFix the handling of string variable - store them as...
2008-03-19 Rémi Denis-CourmontUse NDEBUG
next