summaryrefslogtreecommitdiff
path: root/src/audio_out
AgeCommit message (Expand)Author
2004-07-05Change "MacOSX" -> "Mac OS X" for human-readable strings (still use MacOSXAndre Pang
2004-06-25- removed a printf() which causes the cause of the printf() to occur moreDaniel Mack
2004-06-22higher output gainDaniel Mack
2004-06-21CoreAudio output: Should call CloseComponent() on the component instances, notAndre Pang
2004-06-21CoreAudio output driver: build fix for libtool 1.5Andre Pang
2004-06-21CoreAudio output driver: renamed 'CloseAComponent' function to 'CloseComponent'Andre Pang
2004-06-20this is supposedly a booleanMichael Roitzsch
2004-06-12- removed evil exit() lines, they were meant for debugging purposes only,Daniel Mack
2004-06-12Try to get smaller A/V delayDaniel Mack
2004-06-10Added CoreAudio support for native sound output on MacOSX.Daniel Mack
2004-06-03close http://sourceforge.net/tracker/index.php?func=detail&aid=916089&group_i...Miguel Freitas
2004-06-03this include is obsolete, becauseMichael Roitzsch
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-30Add "Speaker arrangement" config item support to oss as well.James Courtier-Dutton
2004-04-30Implement a more user friendly "Speaker arrangement" config item.James Courtier-Dutton
2004-04-26Ooops, no debugging and moreMichael Roitzsch
2004-04-26it is now possible to select a different mixer numberMichael Roitzsch
2004-04-23- big endian fix, and delay fixes for the file (wave) audio output pluginBastien Nocera
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-11thanks to Frantisek for finding the multiline string, but the space should be...Michael Roitzsch
2004-04-10Make xgettext and gcc happy. :-)František Dvořák
2004-04-10improving config help stringsMichael Roitzsch
2004-04-09made GCC happyDaniel Caujolle-Bert
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 more messagesPhilipp Hahn
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-04autoscan devfs patch from SteveFrantišek Dvořák
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-03-02- added David Woodhouse's file (wave) audio out plugin, added David to the AU...Bastien Nocera
2004-02-21Fix mixer failure for envy24 sound cards.James Courtier-Dutton
2004-02-15exiting xine with arts audio freezes on BSD; this should be an arts bug, butMichael Roitzsch
2004-01-29minor improvement in log output formattingJames Stembridge
2004-01-05Fix the noise which can occur for some rates.František Dvořák
2004-01-01Win32 port, mainly DirectX:František Dvořák
2004-01-01unused variableMichael Roitzsch
2003-12-31Compilation under CygWin.František Dvořák
2003-12-31fix driver initialization on big endian platforms that don't support littleSiggi Langauf
2003-12-20solved some big-endian problemesManfred Tremmel
2003-12-14API version bounceSiggi Langauf