summaryrefslogtreecommitdiff
path: root/src/audio_out/audio_oss_out.c
AgeCommit message (Expand)Author
2004-10-29use monotonic clock when availableMiguel Freitas
2004-10-08open and close the mixer device together with the PCM deviceMichael Roitzsch
2004-06-03this include is obsolete, becauseMichael Roitzsch
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-26Ooops, no debugging and moreMichael Roitzsch
2004-04-26it is now possible to select a different mixer numberMichael Roitzsch
2004-04-11typo fixes from FrantisekMichael Roitzsch
2004-04-10improving config help stringsMichael Roitzsch
2004-03-18Fix more messagesPhilipp Hahn
2004-03-04autoscan devfs patch from SteveFrantišek Dvořák
2004-01-01unused variableMichael Roitzsch
2003-12-31fix driver initialization on big endian platforms that don't support littleSiggi Langauf
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-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-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-10-19Try to follow audio_out api.Thibaut Mattern
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
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-03-27oss verbosity patch by Anders WieheSiggi Langauf
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-02-08GETOPTR works _much_ better now (at least on my system).Miguel Freitas
2003-02-01log output, copyright, some drivers produce negative delays, catch thatGuenter Bartsch
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-11-28fix reading out mixer settingGuenter Bartsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-16- return -1 if there is no mixer available so that xine-ui gets theMichael Roitzsch
2002-11-12audio_out.c takes care of locking again, so audio_oss_out.c doesn't need it a...Guenter Bartsch
2002-10-20more lockingGuenter Bartsch
2002-10-20still trying to get a/v sync working, more lockingGuenter Bartsch
2002-10-20secured another DSP_RESET ioctlGuenter Bartsch
2002-10-19at least my sb live doesn't like it when a write() call is interrupted by a S...Guenter Bartsch
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-16introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ...Guenter Bartsch
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-05- win32 bugfixesMiguel Freitas
2002-07-01improved audio resampling for limited featured sound cards (like the ones fou...Miguel Freitas
2002-06-13Don't close/open the device on pause (only reset).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-05-28FreeBSD compile fixHeiko Schaefer
2002-05-21patch from Ian Goldberg <ian@cypherpunks.ca>:Miguel Freitas
2002-05-02only include machine/soundcard.h for FreeBSD versions below 4.xHeiko Schaefer
2002-04-28last 0.9.9 preparations, disable ffmpeg debug output, error message fix for ossGuenter Bartsch