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 |
Jean-Paul Saman | Merge branch 'master' of git@git.videolan.org:vlc |
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 | Merge branch 'master' of git@git.videolan.org:vlc |
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 |
2006-10-05 |
Sam Hocevar | * Spelling fixes here and there. |
tree | commitdiff |
2006-09-15 |
Clément Stenac | For consistency, remove references to vlc from libvlc |
tree | commitdiff |
2006-09-12 |
Rémi Denis-Courmont | More |
tree | commitdiff |
2006-08-22 |
Felix Paul Kühne | * browsed through all code files starting with A to... |
tree | commitdiff |
2006-05-20 |
Jean-Paul Saman | Remove unused variables |
tree | commitdiff |
2006-04-30 |
Clément Stenac | Fix handling of buffer underruns in ALSA. Probably... |
tree | commitdiff |
2006-04-17 |
Cyril Deguet | * jack.c: fixed non-stereo audio streams |
tree | commitdiff |
2006-03-31 |
Felix Paul Kühne | * 2nd review of modules/audio* (refs #438) |
tree | commitdiff |
2006-03-02 |
Rémi Denis-Courmont | Fix invalid syntax (aout_BufferFree is not an expansion... |
tree | commitdiff |
2006-03-02 |
Rémi Denis-Courmont | Unused header inclusion syndrome |
tree | commitdiff |
2006-02-18 |
Rémi Denis-Courmont | All: missing #include "charset.h" |
tree | commitdiff |
2006-02-13 |
Rémi Denis-Courmont | Another bunch of Unicode file names fixes (refs #528) |
tree | commitdiff |
2006-01-21 |
Derk-Jan Hartman | * workaround for device drivers that do not support... |
tree | commitdiff |
2006-01-19 |
Derk-Jan Hartman | * auhal.c: Another workaround for devices not supportin... |
tree | commitdiff |
2006-01-18 |
Derk-Jan Hartman | * auhal.c: Some drivers don't support hogmode. Don... |
tree | commitdiff |
2006-01-12 |
Antoine Cellerier | FSF address change. |
tree | commitdiff |
2006-01-08 |
Cyril Deguet | * jack.c: better handling of buffer underruns |
tree | commitdiff |
2006-01-08 |
Cyril Deguet | * New audio output module to support the JACK Audio... |
tree | commitdiff |
2006-01-08 |
Derk-Jan Hartman | * auhal.c: |
tree | commitdiff |
2005-12-22 |
Derk-Jan Hartman | SetProperty in CoreAudio is not only Asynchronious... |
tree | commitdiff |
2005-12-21 |
Derk-Jan Hartman | Use the original samplerate of the a52 or dts stream... |
tree | commitdiff |
2005-12-13 |
Derk-Jan Hartman | * Don't upmix the channels if we only have Stereo or... |
tree | commitdiff |
next |