]> git.sesse.net Git - vlc/history - modules/audio_output/pulse.c
Use calloc instead of malloc+memset.
[vlc] / modules / audio_output / pulse.c
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-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-03-11 Rafaël Carréremove useless msg_Err() , use memset() for simplicity
2008-02-19 Christophe MutricyPulseAudio output module. Thanks to Martin Hamrle....