summaryrefslogtreecommitdiff
path: root/src/audio_out
AgeCommit message (Expand)Author
2003-12-20solved some big-endian problemesManfred Tremmel
2003-12-14API version bounceSiggi Langauf
2003-12-13- check that setting the "bits per sample" was what we asked for even if the ...Bastien Nocera
2003-12-13Update win32 MSVC build:František Dvořák
2003-12-12Fix using va_arg without explicit NULL 'terminator'Daniel Caujolle-Bert
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-08another lprintf found that prints the filename twiceMichael Roitzsch
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-07- don't segfault when the audio device isn't availableBastien Nocera
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-29AUDIODEV patch by Mitch@0Bits.COMMiguel Freitas
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-07Allow for some very basic sound cards that do not support "front" device.James Courtier-Dutton
2003-10-25use relchk.sh use relchk.sh use relchk.shDaniel Caujolle-Bert
2003-10-20Add a warning about RESUME calls happening when they should now.James Courtier-Dutton
2003-10-19Try to follow audio_out api.Thibaut Mattern
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-06-02since this might be dangerous to speakers, we should increase the experience ...Michael Roitzsch
2003-06-01Work around for users with an oss sound card with spdif, but the soundJames Courtier-Dutton
2003-05-31do not probe audio_none_outMiguel Freitas
2003-05-24xine_usec_sleep is used in ao_none, so it should be linked against libxineMichael Roitzsch
2003-05-15audio_out loop rely upon driver eventually blocking after a couple ofMiguel Freitas
2003-05-15some build-system cleanupMichael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-13add audio out driver "none"Miguel Freitas
2003-05-06This is some general Win32 cleanup and getting ready for DVD support.Tim Champagne
2003-04-23I am not a Win32 developer, but I guess this is a sweet misunderstanding:Michael Roitzsch