summaryrefslogtreecommitdiff
path: root/src/audio_out/audio_alsa_out.c
AgeCommit message (Expand)Author
2004-03-05re-enable mixer thread: add a 333ms timeout. The "only one concerned"Daniel Caujolle-Bert
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-03-02- disable the AO event thread as pthread_cancel is known to be very unreliableBastien Nocera
2004-02-21Fix mixer failure for envy24 sound cards.James Courtier-Dutton
2004-01-29minor improvement in log output formattingJames Stembridge
2003-12-14API version bounceSiggi Langauf
2003-12-12Fix using va_arg without explicit NULL 'terminator'Daniel Caujolle-Bert
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-07Allow for some very basic sound cards that do not support "front" device.James Courtier-Dutton
2003-10-20Add a warning about RESUME calls happening when they should now.James Courtier-Dutton
2003-10-12Fix "audio_alsa_out: buffer to small, could not use" for some sound cards.James Courtier-Dutton
2003-10-07Fix some bugs in the sound state when using alsa for audio out.James Courtier-Dutton
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
2003-10-04Improve error alsa messages.James Courtier-Dutton
2003-10-04Fix blocking on xine start when using alsa. James Courtier-Dutton
2003-09-27Another fix due to unexpected bug in alsa-lib. CVS: -----------------------...James Courtier-Dutton
2003-09-17Another attempt to get the buffer and period sizes correct.James Courtier-Dutton
2003-09-04Change back to old method for setting period size.James Courtier-Dutton
2003-09-02Fix the device used for stereo output to "front".James Courtier-Dutton
2003-09-01Add proper support for 4.1 and 5 channel setups.James Courtier-Dutton
2003-09-01Allow a52 passthru to be switchied on and off without having to exit xine.James Courtier-Dutton
2003-08-31Be a little more flexible with number of periods.James Courtier-Dutton
2003-08-28Fix bug in demux_mpeg_pes.cJames Courtier-Dutton
2003-08-26Fix long standing problem with alsa not working on some audio cardsJames Courtier-Dutton
2003-08-09More descriptive error.James Courtier-Dutton
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