Jean-Baptiste Kempf
56d05a4003
PulseAudio: Support for 7.1 and use accept 32-bits float as input, patch by Danny Wood.
Cosmetic on the file too.
18 years ago
Danny Wood
35be7fb34b
Pulseaudio surround support
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
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
Those multi-lines are still to be done (it's going to be fun...)
See also 5af4cc854b .
18 years ago
Lukas Durfina
c46360714d
add deprecated aliases for audio devices
Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
18 years ago
Antoine Cellerier
6e41ca0135
Remove change_unsafe() no-op.
18 years ago
Lukas Durfina
b745d0316c
uniform naming of audio devices variable
Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
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 ).
It also factorize channel order definitions.
The DTS order for middle channels can be wrong.
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
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
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.
There are real-life cases. There may also be differences in punctuations
and character sets. Besides the VLC core will anyway apply gettext to
these strings, so they are translatable in any case...
18 years ago
Felix Paul Kühne
62ec22599c
l10n string fixes
Note that _protocol abbreviations_ and friends are not localisable!
18 years ago
Rémi Denis-Courmont
00b9584826
modules: use vlc_object_alive()
18 years ago
Yohann Martineau
f66626b348
fixed compilation on debian etch.
config.h is now included first, before any other header.
Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
18 years ago
Rémi Duraffort
37a2578ce4
Remove unneeded msg_Err.
Fix potential segfault (check malloc return value).
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...
...to help identify possible issues
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
Squashed with VLC boolean updates.
18 years ago
Kaarlo Raiha
2113d41e90
Untested attempt to DirectAudio support for 7.1 system
(See also http://forum.videolan.org/viewtopic.php?f=7&t=42590 ).
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
Squashed VLC_TRUE fix
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
Also sizeof(byte_t)^Wsizeof(uint8_t) can only ever be 1, if it is
defined. It's not defined, if char is more than 8 bits, and uint8_t is
not provided, but then VLC will not compile in the first place.
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.
This improves readability a lot and prevent us from reinventing the wheel.
19 years ago
Rémi Denis-Courmont
fa9abba62f
Check-in modules/Makefile.am
It was a bit clumsy to have to modify it through bootstrap.
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.
waveout.c forgott to convert string to UTF8 before storing in choice list
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