summaryrefslogtreecommitdiff
path: root/src/audio_out/audio_alsa_out.c
AgeCommit message (Expand)Author
2003-07-20More USB soundcard updates.James Courtier-Dutton
2003-07-20Improve playback on USB sound cards.James Courtier-Dutton
2003-07-19typo?Michael Roitzsch
2003-07-18made alsa-lib silent with non DEBUG buildsDaniel Caujolle-Bert
2003-07-02Update xine to use new alsa api.James Courtier-Dutton
2003-06-22some additional pthread_*_destroy() callsMichael Roitzsch
2003-06-18Daniel's patch for audio level reporting with alsaMichael Roitzsch
2003-06-06Add a new mmap mode to audio alsa output.James Courtier-Dutton
2003-04-23check type of mixer element before trying to use itJames Stembridge
2003-04-17using non-blocking open mode, in order to avoid infinite waiting when theSiggi Langauf
2003-03-17do not skip the whole format detection, if verbosity is lowMichael Roitzsch
2003-03-15mute default console outputJames Stembridge
2003-03-15should do snd_pcm_prepare after snd_pcm_drop as otherwise we are left in SND_...James Stembridge
2003-03-04fix compiler warnings at least in xine's native codeMichael Roitzsch
2003-02-28Xine assert() replacement:Stephen Torri
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
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