git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added x11 global hotkeys support (linux).
[vlc.git]
/
modules
/
audio_output
/
2009-01-17
Rémi Denis-Courmont
Remove unused parameter
tree
|
commitdiff
2009-01-05
Rémi Denis-Courmont
Use var_TriggerCallback as appropriate
tree
|
commitdiff
2008-12-13
Rémi Duraffort
Use calloc instead of malloc+memset.
tree
|
commitdiff
2008-12-04
Jean-Baptiste Kempf
PulseAudio: Support for 7.1 and use accept 32-bits...
tree
|
commitdiff
2008-12-03
Danny Wood
Pulseaudio surround support
tree
|
commitdiff
2008-10-30
Rémi Denis-Courmont
Remove Esound plugin
tree
|
commitdiff
2008-10-30
Rémi Denis-Courmont
Remove aRts plugin (again)
tree
|
commitdiff
2008-10-29
Rémi Denis-Courmont
Remove most stray semi-colons in module descriptions
tree
|
commitdiff
2008-09-23
Lukas Durfina
add deprecated aliases for audio devices
tree
|
commitdiff
2008-09-22
Antoine Cellerier
Remove change_unsafe() no-op.
tree
|
commitdiff
2008-09-21
Lukas Durfina
uniform naming of audio devices variable
tree
|
commitdiff
2008-09-08
Rémi Denis-Courmont
Do not call vlc_thread_ready with non-waiting vlc_threa...
tree
|
commitdiff
2008-09-06
Rémi Denis-Courmont
vlc_cond_init: really remove useless parameter
tree
|
commitdiff
2008-08-27
Rémi Denis-Courmont
Plugins: push cancellation down
tree
|
commitdiff
2008-08-27
Laurent Aimar
Fixed rear center support (and close #1816).
tree
|
commitdiff
2008-08-19
Rémi Duraffort
Fix warnings.
tree
|
commitdiff
2008-08-14
Rémi Duraffort
Check asprintf return value and avoid one unneeded...
tree
|
commitdiff
2008-08-14
Rémi Duraffort
FIx memleak.
tree
|
commitdiff
2008-08-13
Rémi Duraffort
Fix warning (asprintf return value and some others)
tree
|
commitdiff
2008-08-11
Rémi Duraffort
Use the right declaration for threaded functions.
tree
|
commitdiff
2008-08-03
Justus Piater
Declared many static variables const
tree
|
commitdiff
2008-08-01
Rémi Duraffort
The last but not least of this serie of memleaks.
tree
|
commitdiff
2008-08-01
Rémi Duraffort
Fix potential memleak.
tree
|
commitdiff
2008-07-31
Rémi Duraffort
Fix memleak in esp audio output.
tree
|
commitdiff
2008-07-09
Laurent Aimar
Fixed infinite loop if alsa was closed before playing...
tree
|
commitdiff
2008-07-06
Rémi Denis-Courmont
Protocol names are localized.
tree
|
commitdiff
2008-07-06
Felix Paul Kühne
l10n string fixes
tree
|
commitdiff
2008-07-05
Rémi Denis-Courmont
modules: use vlc_object_alive()
tree
|
commitdiff
2008-06-24
Yohann Martineau
fixed compilation on debian etch.
tree
|
commitdiff
2008-06-22
Rémi Duraffort
Remove unneeded msg_Err.
tree
|
commitdiff
2008-05-31
Rémi Denis-Courmont
Plugins: include vlc_common.h directly instead of vlc...
tree
|
commitdiff
2008-05-27
Rémi Denis-Courmont
A lot of missing const in options lists
tree
|
commitdiff
2008-05-26
Rafaël Carré
Include assert.h where assert() is used
tree
|
commitdiff
2008-05-21
Rémi Denis-Courmont
Use gettext_noop() consistently
tree
|
commitdiff
2008-05-20
Kaarlo Raiha
Directsound 7.1 support and some debug messages...
tree
|
commitdiff
2008-05-20
Kaarlo Raiha
Untested attempt to DirectAudio support for 7.1 system
tree
|
commitdiff
2008-05-08
Rémi Denis-Courmont
Include vlc_plugin.h as needed
tree
|
commitdiff
2008-05-04
Rémi Denis-Courmont
vlc_mutex_init: remove unused paramter
tree
|
commitdiff
2008-05-03
Rémi Denis-Courmont
Use vlc_memset/vlc_memcpy
tree
|
commitdiff
2008-05-01
Rémi Denis-Courmont
Remove I64C as well
tree
|
commitdiff
2008-05-01
Rémi Denis-Courmont
NIH syndrome cure (2)
tree
|
commitdiff
2008-05-01
Rémi Denis-Courmont
Don't re-invent uint8_t - remove byte_t
tree
|
commitdiff
2008-04-27
Felix Paul Kühne
You want to use mdate() instead of mtime() which is...
tree
|
commitdiff
2008-04-27
Rémi Denis-Courmont
Fix previous commit - there is no vlc object here
tree
|
commitdiff
2008-04-27
Rémi Denis-Courmont
auhal: don't mix vlc_ and pthread_ function calls
tree
|
commitdiff
2008-04-27
Felix Paul Kühne
Reverted 4082c803f778e903ae0b1dc9afaf3ad86fddbd69 as...
tree
|
commitdiff
2008-04-25
Felix Paul Kühne
Compilation fix related to the recent threading simplif...
tree
|
commitdiff
2008-04-14
Pierre d'Herbemont
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
tree
|
commitdiff
2008-03-23
Rémi Denis-Courmont
Check-in modules/Makefile.am
tree
|
commitdiff
2008-03-21
Sam Hocevar
Various spelling fixes.
tree
|
commitdiff
2008-03-20
André Weber
Fix the handling of string variable - store them as...
tree
|
commitdiff
2008-03-19
Rémi Denis-Courmont
Use NDEBUG
tree
|
commitdiff
2008-03-19
Pierre d'Herbemont
auhal: Fix kAudioDevicePropertyDeviceIsAlive check...
tree
|
commitdiff
2008-03-19
Pierre d'Herbemont
auhal: Replace deprecated Add/RemoveProc calls by Creat...
tree
|
commitdiff
2008-03-19
Pierre d'Herbemont
auhal: Make sure gettimeofday is defined.
tree
|
commitdiff
2008-03-13
Rémi Duraffort
Useless test before a free()
tree
|
commitdiff
2008-03-11
Rémi Duraffort
Remove useless test before a free()
tree
|
commitdiff
2008-03-11
Rafaël Carré
remove useless msg_Err() , use memset() for simplicity
tree
|
commitdiff
2008-03-02
André Weber
Bugfix for #492: Audio output on Windows useing SPDIF...
tree
|
commitdiff
2008-03-02
André Weber
Revert "#492 bugfix, for SPDIF audio ouput of AC3 and...
tree
|
commitdiff
2008-03-02
André Weber
#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound...
tree
|
commitdiff
2008-02-26
Pierre d'Herbemont
misc/objects.c: Don't rely on vlc_object_destroy()...
tree
|
commitdiff
2008-02-24
Rafaël Carré
forward port [25261]
tree
|
commitdiff
2008-02-19
Christophe Mutricy
PulseAudio output module. Thanks to Martin Hamrle....
tree
|
commitdiff
2008-01-28
Rafaël Carré
audio_output/ : removes useless unused parameter warnings
tree
|
commitdiff
2008-01-23
Rémi Denis-Courmont
Don't include config.h from the headers - refs #297.
tree
|
commitdiff
2008-01-18
Rafaël Carré
alsa: sets period size before buffer size, patch by...
tree
|
commitdiff
2008-01-17
Rafaël Carré
file audio output: write on stdout if filename is "-"
tree
|
commitdiff
2008-01-16
Damien Fouilleul
vlc security: As i've seen very little improvement...
tree
|
commitdiff
2008-01-16
Rémi Denis-Courmont
Revert the so-called whitelisting commits that are...
tree
|
commitdiff
2008-01-16
Rafaël Carré
input options whitelisting, step 2 (refs #1371)
tree
|
commitdiff
2008-01-15
Jean-Paul Saman
Patch by Jilles Tjoelker: Fix ALSA thread deadlock...
tree
|
commitdiff
2008-01-14
Rafaël Carré
alsa: add some verbose debug (enabled only if ALSA_DEBU...
tree
|
commitdiff
2007-11-11
Rafaël Carré
alsa: use the pcm status to compute the delay. fix...
tree
|
commitdiff
2007-11-10
Felix Paul Kühne
* English grammar fixes and beautifications for the...
tree
|
commitdiff
2007-11-05
Rémi Denis-Courmont
Cosmetic fix (excessive indentation)
tree
|
commitdiff
2007-11-05
Rémi Denis-Courmont
Fix a few minor race conditions
tree
|
commitdiff
2007-11-05
Rémi Denis-Courmont
Fix previous commit
tree
|
commitdiff
2007-11-05
Rémi Denis-Courmont
Recover from ALSA suspend properly if the device does...
tree
|
commitdiff
2007-10-02
Rafaël Carré
alsa: resume output when waking up, fix #1286. some...
tree
|
commitdiff
2007-09-18
Rafaël Carré
Leftover strerror
tree
|
commitdiff
2007-09-18
Rémi Denis-Courmont
Replace strerror() with %m (or Linux DVB: strerror_r...
tree
|
commitdiff
2007-09-10
Rafaël Carré
Removes trailing spaces. Removes tabs.
tree
|
commitdiff
2007-09-04
Rémi Denis-Courmont
Fix some cast warnings
tree
|
commitdiff
2007-09-02
Rafaël Carré
alsa: don't start playing before at least a period...
tree
|
commitdiff
2007-08-20
Rémi Denis-Courmont
Remove stdio while we're at it.
tree
|
commitdiff
2007-08-20
Rémi Denis-Courmont
Remove _GNU_SOURCE and string.h too
tree
|
commitdiff
2007-08-20
Rémi Denis-Courmont
Remove stdlib.h
tree
|
commitdiff
2007-08-16
Rémi Denis-Courmont
There is always a thread to join here. No need to check
tree
|
commitdiff
2007-05-19
Rémi Denis-Courmont
Use a vlc_CPU() wrapper instead of (ab)using libvlc_global
tree
|
commitdiff
2007-05-19
Rémi Denis-Courmont
Use vlc_object_kill(). Needs triple checking.
tree
|
commitdiff
2007-04-25
Jean-Baptiste Kempf
Jack patch by Jon Griffiths, fix crashes, improve debug...
tree
|
commitdiff
2007-04-16
Jean-Baptiste Kempf
JACK patch from Jon Griffiths
tree
|
commitdiff
2007-04-09
Christophe Mutricy
Fix warnings.
tree
|
commitdiff
2007-02-22
Jean-Paul Saman
Remove of excess whitespace
tree
|
commitdiff
2006-11-30
Rafaël Carré
Uses correct buffer size with OSS output
tree
|
commitdiff
2006-11-26
Clément Stenac
A bit of headers cleanup
tree
|
commitdiff
2006-10-21
Rémi Denis-Courmont
Const fixes
tree
|
commitdiff
2006-10-10
Christophe Mutricy
Forward port [17015] + a few more i18n fix
tree
|
commitdiff
2006-10-09
Christophe Mutricy
forward port [17012] and make update-po
tree
|
commitdiff
next