]> git.sesse.net Git - vlc/history - modules/audio_output
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects...
[vlc] / modules / audio_output /
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-24 Rafaël Carréforward port [25261]
2008-02-19 Christophe MutricyPulseAudio output module. Thanks to Martin Hamrle....
2008-01-28 Rafaël Carréaudio_output/ : removes useless unused parameter warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-18 Rafaël Carréalsa: sets period size before buffer size, patch by...
2008-01-17 Rafaël Carréfile audio output: write on stdout if filename is "-"
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-15 Jean-Paul SamanPatch by Jilles Tjoelker: Fix ALSA thread deadlock...
2008-01-14 Rafaël Carréalsa: add some verbose debug (enabled only if ALSA_DEBU...
2007-11-11 Rafaël Carréalsa: use the pcm status to compute the delay. fix...
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-11-05 Rémi Denis-CourmontCosmetic fix (excessive indentation)
2007-11-05 Rémi Denis-CourmontFix a few minor race conditions
2007-11-05 Rémi Denis-CourmontFix previous commit
2007-11-05 Rémi Denis-CourmontRecover from ALSA suspend properly if the device does...
2007-10-02 Rafaël Carréalsa: resume output when waking up, fix #1286. some...
2007-09-18 Rafaël CarréLeftover strerror
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-04 Rémi Denis-CourmontFix some cast warnings
2007-09-02 Rafaël Carréalsa: don't start playing before at least a period...
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Rémi Denis-CourmontThere is always a thread to join here. No need to check
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-25 Jean-Baptiste KempfJack patch by Jon Griffiths, fix crashes, improve debug...
2007-04-16 Jean-Baptiste KempfJACK patch from Jon Griffiths
2007-04-09 Christophe MutricyFix warnings.
2007-02-22 Jean-Paul SamanRemove of excess whitespace
2006-11-30 Rafaël CarréUses correct buffer size with OSS output
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-21 Rémi Denis-CourmontConst fixes
2006-10-10 Christophe MutricyForward port [17015] + a few more i18n fix
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-CourmontMore
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-05-20 Jean-Paul SamanRemove unused variables
2006-04-30 Clément StenacFix handling of buffer underruns in ALSA. Probably...
2006-04-17 Cyril Deguet* jack.c: fixed non-stereo audio streams
2006-03-31 Felix Paul Kühne* 2nd review of modules/audio* (refs #438)
2006-03-02 Rémi Denis-CourmontFix invalid syntax (aout_BufferFree is not an expansion...
2006-03-02 Rémi Denis-CourmontUnused header inclusion syndrome
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-01-21 Derk-Jan Hartman* workaround for device drivers that do not support...
2006-01-19 Derk-Jan Hartman* auhal.c: Another workaround for devices not supportin...
2006-01-18 Derk-Jan Hartman* auhal.c: Some drivers don't support hogmode. Don...
2006-01-12 Antoine CellerierFSF address change.
2006-01-08 Cyril Deguet* jack.c: better handling of buffer underruns
2006-01-08 Cyril Deguet* New audio output module to support the JACK Audio...
2006-01-08 Derk-Jan Hartman* auhal.c:
2005-12-22 Derk-Jan HartmanSetProperty in CoreAudio is not only Asynchronious...
2005-12-21 Derk-Jan HartmanUse the original samplerate of the a52 or dts stream...
2005-12-13 Derk-Jan Hartman* Don't upmix the channels if we only have Stereo or...
2005-12-11 Clément StenacWarn -> Dbg
2005-12-10 Derk-Jan Hartman* Remove CoreAudio module
2005-12-10 Derk-Jan Hartman* Remove outdated CoreAudio module
2005-12-07 Derk-Jan HartmanFixes to the old coreaudio module. It will be removed...
2005-12-07 Derk-Jan HartmanMac OS X audio module is now unified for analog and...
2005-12-04 Gildas Bazin* modules/audio_output/alsa.c: fix the leak in a nice...
2005-12-04 Gildas Bazin* modules/audio_output/alsa.c: fixed minor memory leak.
2005-12-04 Derk-Jan HartmanFirst steps towards integrating coreaudio and auhal...
2005-12-01 Derk-Jan HartmanFix the a52 spdif filter, add big endian support to...
2005-11-27 Benjamin Pracht* Hopefully fix a52 over spdif with alsa (at least...
2005-11-26 Gildas Bazin* modules/audio_output/waveout.c: small wince compilati...
2005-11-25 Gildas Bazin* modules/audio_output/waveout.c: fixed typo.
2005-11-25 Gildas Bazin* modules/audio_output/waveout.c: make sure hardware...
2005-11-25 Gildas Bazin* modules/audio_output/directx.c: partial rewrite not...
2005-11-22 Gildas Bazin* modules/audio_output/directx.c: fixed the way we...
2005-11-19 Antoine CellerierForward port [13274]
2005-11-08 Benjamin PrachtDirty hack to make devices using snd_intel8x0 drivers...
2005-11-02 Benjamin Prachtrevert 13023 as is doesn't fix anything
2005-11-02 Benjamin PrachtOuuups, forgot to uncomment some code I had commented...
2005-10-29 Benjamin Prachtset the samplerate before the format. The open of the...
2005-10-22 Gildas Bazin* modules/audio_output/alsa.c: rework of the previous...
2005-10-20 Benjamin PrachtForgot to remove some debug...
2005-10-19 Benjamin Pracht* This should fix switching from a stereo device to...
2005-10-02 Antoine Cellerier * fix signedness gcc warnings (and remove trailing...
2005-10-02 Antoine Cellerier * fix signedness gcc warning
2005-08-14 Sam Hocevar * reverted commit 12177 (aRts removal).
2005-08-13 Rémi Denis-CourmontRemove severely broken unmaintained aRts plugin
2005-07-30 Gildas Bazin* modules/audio_output/waveout.c: get rid of roundf...
2005-07-23 Olivier Teulière * modules/audio_output/waveout.c: Fixed a rounding...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-13 Derk-Jan Hartman* compile fix
2005-06-12 Derk-Jan Hartman* Don't list 'Input only' devices
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-06-08 Derk-Jan Hartman* Fix rear speaker recognition
2005-06-07 Gildas Bazin* modules/audio_output/directx.c: audio device selectio...
2005-06-05 Derk-Jan Hartman* Fix for if only several channels are not set.
2005-06-05 Derk-Jan Hartman* Fix the issues with changing inNumberFrames when...
2005-06-05 Derk-Jan Hartman* modules/audio_output/auhal.c: Make speaker config...
next