]> git.sesse.net Git - vlc/history - modules/audio_output
Qt: Sout strings modification.
[vlc] / modules / audio_output /
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
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-13 Rémi DuraffortUseless test before a free()
2008-03-11 Rémi DuraffortRemove useless test before a free()
2008-03-11 Rafaël Carréremove useless msg_Err() , use memset() for simplicity
2008-03-02 André WeberMerge branch 'master' of git@git.videolan.org:vlc
2008-03-02 André WeberBugfix for #492: Audio output on Windows useing SPDIF...
2008-03-02 André WeberRevert "#492 bugfix, for SPDIF audio ouput of AC3 and...
2008-03-02 André Weber#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-24 Rafaël Carréforward port [25261]
2008-02-19 Christophe MutricyPulseAudio output module. Thanks to Martin Hamrle....
2008-01-28 Rafaël Carréaudio_output/ : removes useless unused parameter warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-18 Rafaël Carréalsa: sets period size before buffer size, patch by...
2008-01-17 Rafaël Carréfile audio output: write on stdout if filename is "-"
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
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)
2008-01-15 Jean-Paul SamanPatch by Jilles Tjoelker: Fix ALSA thread deadlock...
2008-01-14 Rafaël Carréalsa: add some verbose debug (enabled only if ALSA_DEBU...
2007-11-11 Rafaël Carréalsa: use the pcm status to compute the delay. fix...
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-11-05 Rémi Denis-CourmontCosmetic fix (excessive indentation)
2007-11-05 Rémi Denis-CourmontFix a few minor race conditions
2007-11-05 Rémi Denis-CourmontFix previous commit
2007-11-05 Rémi Denis-CourmontRecover from ALSA suspend properly if the device does...
2007-10-02 Rafaël Carréalsa: resume output when waking up, fix #1286. some...
2007-09-18 Rafaël CarréLeftover strerror
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-04 Rémi Denis-CourmontFix some cast warnings
2007-09-02 Rafaël Carréalsa: don't start playing before at least a period...
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
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 a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
next