]> git.sesse.net Git - vlc/history - modules/audio_output/alsa.c
Include vlc_plugin.h as needed
[vlc] / modules / audio_output / alsa.c
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-02-24 Rafaël Carréforward port [25261]
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-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-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 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-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-02-22 Jean-Paul SamanRemove of excess whitespace
2006-11-26 Clément StenacA bit of headers cleanup
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-03-31 Felix Paul Kühne* 2nd review of modules/audio* (refs #438)
2006-01-12 Antoine CellerierFSF address change.
2005-12-11 Clément StenacWarn -> Dbg
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-11-27 Benjamin Pracht* Hopefully fix a52 over spdif with alsa (at least...
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 warning
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-11 Sigmund Augdal Helbergalsa.c: removed a printf, shut up a compiler warning
2005-01-20 Sigmund Augdal Helbergalsa.c: Enumerate available audio devices (Code gratefu...
2004-12-16 Clément StenacFor some unknown reason, the previous commit was not...
2004-12-11 Clément StenacImprovements to preferences
2004-08-21 Cyril Deguet * alsa.c: compute next_date with snd_pcm_delay() if...
2004-08-21 Cyril Deguet * alsa.c: pass next_date=0 to aout_OutputNextBuffer if
2004-08-18 Sigmund Augdal Helbergalsa.c: support mono on stereo only boards
2004-08-18 Sigmund Augdal Helbergalsa.c: don't fail the probe without giving a reason...
2004-05-30 Sigmund Augdal Helbergmodules/audio_output/alsa.c: fixed an utterly nonsensia...
2004-02-20 Gildas Bazin* modules/demux/a52sys.c: forgot to remove this file.
2004-01-25 Gildas Bazin* ALL: removed a bunch of unused add_category_hint().
2004-01-25 Carlo Calabròreverting a whole bunch of stupid changes,
2004-01-25 Carlo Calabròstring review, round two: the audio output modules
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-23 Gildas Bazin* modules/audio_output/alsa.c: recover more easily...
2003-08-03 Gildas Bazin* src/misc/configuration.c, include/configuration.h...
2003-07-27 Gildas Bazin* modules/audio_output/alsa.c: #ifdef DEBUG -> #ifdef...
2003-07-27 Gildas Bazin* modules/audio_output/alsa.c: bail out if the device...
2003-07-18 Gildas Bazin* modules/audio_output/alsa.c: alsa is now the default...
2003-07-11 Gildas Bazin* modules/audio_output/alsa.c: enabled 4 and 5.1 channe...
2003-07-09 Gildas Bazin* modules/gui/wxwindows/interface.cpp: resume after...
2003-05-26 Gildas Bazin* modules/audio_output/alsa.c: the aout-device obj...
2003-05-19 Gildas Bazin* modules/audio_output/alsa.c: fixed a breakage I intro...
2003-05-04 Gildas Bazin* src/misc/variables.c, ALL: improvements to the object...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-02-20 Gildas Bazin* src/libvlc.h, modules/audio_output: added a global...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-10 Christophe Massiot* modules/audio_output/alsa.c: Fixed mono files output...
2003-02-03 Sam Hocevar * ./modules/audio_output/alsa.c: Woody ALSA compilati...
2003-01-17 Sam Hocevar * ./modules/audio_output/alsa.c: updated requirements...
2003-01-13 Christophe MassiotDo not forget to register aout_ChannelsRestart as the...
2003-01-08 Christophe Massiot* Added --no-spdif option (just like in OSS) and fixed...
2002-12-23 Arnaud de Bossorei... Little fixes.
2002-12-11 Arnaud de Bossorei... New ALSA audio output. It works with ALSA 0.9.0rc4...
2002-10-22 Sam Hocevar * ./modules/audio_output/alsa.c: tiny compilation...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-10-05 Arnaud de Bossorei... Up-to-date ALSA audio output module.
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
2002-09-18 Christophe Massiot* ALL: More hooks for audio volume management.
2002-08-30 Christophe Massiotaout3 API change :
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-25 Sam Hocevar * ./src/audio_output/output.c: reverted my previous...
2002-08-24 Sam Hocevar * ./src/audio_output/output.c: added an argument...
2002-08-19 Sam Hocevar * ./modules/audio_output/*: ported the ALSA, aRts...
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
2002-08-19 Arnaud de Bossorei... * modules/audio_output/alsa.c: we now open the device...
2002-08-15 Arnaud de Bossorei... * modules/audio_output/alsa.c: cleanings and comments.
2002-08-14 Arnaud de Bossorei... ALSA audio output v3.01 is out !
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.