summaryrefslogtreecommitdiff
path: root/src/audio_out/audio_oss_out.c
AgeCommit message (Expand)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-11-20Fix using of the pointers, leak fixes in configfile.František Dvořák
2008-06-12Fix up reporting of supported formats by the ALSA & OSS output plugins.Darren Salt
2008-05-07Avoid memset() on newly allocated memory areas.Diego 'Flameeyes' Pettenò
2008-05-07Use asprintf() rather than malloc() + sprintf().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-03-12Cope with NetBSD, which apparently doesn't have SNDCTL_DSP_GETODELAY.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-03-17Clean up configure checks for OSS support. Check for the various soundcard.h ...Diego 'Flameeyes' Pettenò
2007-03-16Fix FreeBSD PR 91728 (problem with ioctl() request parameter being unsigned l...Diego 'Flameeyes' Pettenò
2007-03-09Use OSS 3.0 API, and retain compatibility with older versions. Patch by Alber...Diego 'Flameeyes' Pettenò
2006-07-16malloc cleanups (based on a patch from Chris Brien).Darren Salt
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-11-23do not close the mixer prematurelyMichael Roitzsch
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