summaryrefslogtreecommitdiff
path: root/src/audio_out/audio_alsa_out.c
AgeCommit message (Expand)Author
2004-12-20remove all local names beginning with double underscore, because C99Michael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-11-30Fix two errors in the volume <-> %age conversion functions:Darren Salt
2004-07-15- I shouldn't blindly commit...Bastien Nocera
2004-07-15- remove the "default" keyword for default sound devices, as this keywordBastien Nocera
2004-07-14- change the default output device for stereo and surrounds to be "default"Bastien Nocera
2004-06-20this is supposedly a booleanMichael Roitzsch
2004-06-03close http://sourceforge.net/tracker/index.php?func=detail&aid=916089&group_i...Miguel Freitas
2004-05-23rename from AO_CAP_32BITS to AO_CAP_FLOAT32Michael Roitzsch
2004-05-15Some more updates for 24bit sound.James Courtier-Dutton
2004-05-15Minor adjustments to start adding 24bit and 32bit-Float audio sample support.James Courtier-Dutton
2004-05-07extend help string for speaker arrangementMichael Roitzsch
2004-04-30Implement a more user friendly "Speaker arrangement" config item.James Courtier-Dutton
2004-04-14don't give up at first mixer init failure.patch from Ronald Wahl <patchman at...Daniel Caujolle-Bert
2004-04-11typo fixes from FrantisekMichael Roitzsch
2004-04-10improving config help stringsMichael Roitzsch
2004-03-21Fix longstanding problem when using xine with alsa's dmix audio out plugin.James Courtier-Dutton
2004-03-20add a boolean "audio.alsa_hw_mixer" entry, on by default, to allow front-endsBastien Nocera
2004-03-20Correct device names.James Courtier-Dutton
2004-03-19another try to fix mixer thread deadlock. Don't destroy mixer mutex too early...Daniel Caujolle-Bert
2004-03-18Fix wording of messagesPhilipp Hahn
2004-03-12big cleanup/fix of mute status/events. Bastien, can you check if the event th...Daniel Caujolle-Bert
2004-03-05forgot to uncomment the pthread_{cancel,join} portionDaniel Caujolle-Bert
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