summaryrefslogtreecommitdiff
path: root/src/audio_out/audio_alsa_out.c
AgeCommit message (Expand)Author
2002-10-24Fix some log messages in audio_alsa_out.cJames Courtier-Dutton
2002-10-18Move alsa audio over to new api.James Courtier-Dutton
2002-10-12Make flush of audio work properly.James Courtier-Dutton
2002-10-10Audio out reorganisation to improve sync.James Courtier-Dutton
2002-09-16Introduce a deep copy in the xine_config_lookup functions.James Courtier-Dutton
2002-09-16Fix a bug in audio_alsa_out.cJames Courtier-Dutton
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-07-31Fix endian issue by Bastien NoceraPhilipp Hahn
2002-07-08Request period_TIME instead of period_SIZEPhilipp Hahn
2002-07-03Add function descriptions because I am tired of looking them up eacg timePhilipp Hahn
2002-07-03Calculate b/f the alsa wayPhilipp Hahn
2002-07-03Only test 8bit, do not set itPhilipp Hahn
2002-07-03Optionally reduce logging outputPhilipp Hahn
2002-07-02Fix spellingPhilipp Hahn
2002-07-02Some fixes to the recent changes made to audio_alsa_out.James Courtier-Dutton
2002-07-01improved audio resampling for limited featured sound cards (like the ones fou...Miguel Freitas
2002-07-01Pre-final: cleanup period-size calculationPhilipp Hahn
2002-07-01FIX: Set buffer-time instead of buffer-sizePhilipp Hahn
2002-07-01Fix rate adjustmentPhilipp Hahn
2002-07-01Add documentationPhilipp Hahn
2002-07-01Add/improve error reportingPhilipp Hahn
2002-07-01Remove unused variablePhilipp Hahn
2002-07-01Remove obsolete cruftPhilipp Hahn
2002-06-17Use reset call instead of drop.Thibaut Mattern
2002-06-15Try pause call only once.Thibaut Mattern
2002-06-13Try to use snd_pcm_pause, fallback to a reset if it doesn't work.Thibaut Mattern
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-03Flush audio_out buffers at seek and pause.Thibaut Mattern
2002-06-03Due of a nice suggestion from Siggi, remember_volume has moved to audio_out,Daniel Caujolle-Bert
2002-06-03Add "remember volume" feature.Daniel Caujolle-Bert
2002-04-27Just in case something goes wrong, stop with a handy error message.Matthias Dahl
2002-04-27Try do use the right asoundlib header file (avoid warning message).Daniel Caujolle-Bert
2002-04-15Alsa pause and resume is not stable enought yet.James Courtier-Dutton
2002-04-13Fixed the audio pausing/resuming on alsa09.James Courtier-Dutton
2002-03-21Correct some parameters in some alsa-lib function calls.James Courtier-Dutton
2002-03-11Add a "control" method to the audio drivers, to allow pause/resume of theJuergen Keil
2002-02-08Avoid concurency access to mixer.Daniel Caujolle-Bert
2001-12-24Oops, comment more than necessary.Daniel Caujolle-Bert
2001-12-24Close sound mixer on exit (patch from Chris Rankin <rankincj@yahoo.com>)Daniel Caujolle-Bert
2001-12-16Handle mixer event (form other softs).Daniel Caujolle-Bert
2001-12-10ALSA out capabilities output made similar to OSS.James Courtier-Dutton
2001-12-10Fix audio_alsa_out:write.James Courtier-Dutton
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-28Modify period sizes to better values.James Courtier-Dutton
2001-11-24Fixed iface version of alsa plugin.Daniel Caujolle-Bert
2001-11-18configfile fixes/updates to new api.James Courtier-Dutton
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-14using backwards compatible asoundlib.hSiggi Langauf
2001-11-13Tidy bits.James Courtier-Dutton