346 Commits (132b8e6f80921f117f0045b804d692fdcec3c602)

Author SHA1 Message Date
Jean-Baptiste Kempf 56d05a4003 PulseAudio: Support for 7.1 and use accept 32-bits float as input, patch by Danny Wood. 18 years ago
Danny Wood 35be7fb34b Pulseaudio surround support 18 years ago
Rémi Denis-Courmont 19d269a709 Remove Esound plugin 18 years ago
Rémi Denis-Courmont dd52499602 Remove aRts plugin (again) 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Lukas Durfina c46360714d add deprecated aliases for audio devices 18 years ago
Antoine Cellerier 6e41ca0135 Remove change_unsafe() no-op. 18 years ago
Lukas Durfina b745d0316c uniform naming of audio devices variable 18 years ago
Rémi Denis-Courmont 67f455a8bc Do not call vlc_thread_ready with non-waiting vlc_thread_create 18 years ago
Rémi Denis-Courmont 5b63839284 vlc_cond_init: really remove useless parameter 18 years ago
Rémi Denis-Courmont be400691f5 Plugins: push cancellation down 18 years ago
Laurent Aimar 90ec8083f5 Fixed rear center support (and close #1816). 18 years ago
Rémi Duraffort b130be65cb Fix warnings. 18 years ago
Rémi Duraffort 7f2fcb7530 Check asprintf return value and avoid one unneeded strdup. 18 years ago
Rémi Duraffort f74112d691 FIx memleak. 18 years ago
Rémi Duraffort c0ab9ac334 Fix warning (asprintf return value and some others) 18 years ago
Rémi Duraffort a48fa03277 Use the right declaration for threaded functions. 18 years ago
Justus Piater 5f8cd3991a Declared many static variables const 18 years ago
Rémi Duraffort fa61862474 The last but not least of this serie of memleaks. 18 years ago
Rémi Duraffort 19933fe7a6 Fix potential memleak. 18 years ago
Rémi Duraffort 2de5a8f49b Fix memleak in esp audio output. 18 years ago
Laurent Aimar a82e5fcaf2 Fixed infinite loop if alsa was closed before playing any audio. 18 years ago
Rémi Denis-Courmont 870a36bbd1 Protocol names are localized. 18 years ago
Felix Paul Kühne 62ec22599c l10n string fixes 18 years ago
Rémi Denis-Courmont 00b9584826 modules: use vlc_object_alive() 18 years ago
Yohann Martineau f66626b348 fixed compilation on debian etch. 18 years ago
Rémi Duraffort 37a2578ce4 Remove unneeded msg_Err. 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago
Rémi Denis-Courmont 5e15258c9e A lot of missing const in options lists 18 years ago
Rafaël Carré c0a898e18e Include assert.h where assert() is used 18 years ago
Rémi Denis-Courmont 13ae40b0ef Use gettext_noop() consistently 18 years ago
Kaarlo Raiha f3efda92b1 Directsound 7.1 support and some debug messages... 18 years ago
Kaarlo Raiha 2113d41e90 Untested attempt to DirectAudio support for 7.1 system 19 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 19 years ago
Rémi Denis-Courmont 6da90a1716 vlc_mutex_init: remove unused paramter 19 years ago
Rémi Denis-Courmont 5b55ee1bb0 Use vlc_memset/vlc_memcpy 19 years ago
Rémi Denis-Courmont d1d3dc1d10 Remove I64C as well 19 years ago
Rémi Denis-Courmont 97897eeeb2 NIH syndrome cure (2) 19 years ago
Rémi Denis-Courmont 2ea3b5fc8a Don't re-invent uint8_t - remove byte_t 19 years ago
Felix Paul Kühne 8d5fa52285 You want to use mdate() instead of mtime() which is invalid 19 years ago
Rémi Denis-Courmont a4c609624d Fix previous commit - there is no vlc object here 19 years ago
Rémi Denis-Courmont eab50dcfa9 auhal: don't mix vlc_ and pthread_ function calls 19 years ago
Felix Paul Kühne 76d3144dc7 Reverted 4082c803f7 as AudioDeviceIOProcID and its related methods require Darwin 9 19 years ago
Felix Paul Kühne 8955d66081 Compilation fix related to the recent threading simplifications. Needs additional testing. 19 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 19 years ago
Rémi Denis-Courmont fa9abba62f Check-in modules/Makefile.am 19 years ago
Sam Hocevar 5122c9d9e9 Various spelling fixes. 19 years ago
André Weber 61a056a7eb Fix the handling of string variable - store them as UTF-8 into the config variables, also convert the StringList values to an UTF8 string before putting them into a QVariant - which seems not to work if created from a "char *" - because later converterd QVariant->toString() isn't UTF8 like expected. 19 years ago
Rémi Denis-Courmont b321beb4ac Use NDEBUG 19 years ago
Pierre d'Herbemont 5df4f82a48 auhal: Fix kAudioDevicePropertyDeviceIsAlive check (vlc_bool_t size has changed and doesn't match anymore the needed param size for kAudioDevicePropertyDeviceIsAlive). 19 years ago