]> git.sesse.net Git - vlc/history - modules/audio_output
vcdx: Fix memleaks.
[vlc] / modules / audio_output /
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.
2007-04-25 Jean-Baptiste KempfJack patch by Jon Griffiths, fix crashes, improve debug...
2007-04-16 Jean-Baptiste KempfJACK patch from Jon Griffiths
2007-04-09 Christophe MutricyFix warnings.
2007-02-22 Jean-Paul SamanRemove of excess whitespace
2006-11-30 Rafaël CarréUses correct buffer size with OSS output
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-21 Rémi Denis-CourmontConst fixes
2006-10-10 Christophe MutricyForward port [17015] + a few more i18n fix
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-CourmontMore
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-05-20 Jean-Paul SamanRemove unused variables
2006-04-30 Clément StenacFix handling of buffer underruns in ALSA. Probably...
2006-04-17 Cyril Deguet* jack.c: fixed non-stereo audio streams
2006-03-31 Felix Paul Kühne* 2nd review of modules/audio* (refs #438)
2006-03-02 Rémi Denis-CourmontFix invalid syntax (aout_BufferFree is not an expansion...
2006-03-02 Rémi Denis-CourmontUnused header inclusion syndrome
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
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 Cyril Deguet* jack.c: better handling of buffer underruns
2006-01-08 Cyril Deguet* New audio output module to support the JACK Audio...
2006-01-08 Derk-Jan Hartman* auhal.c:
2005-12-22 Derk-Jan HartmanSetProperty in CoreAudio is not only Asynchronious...
next