Age | Commit message (Expand) | Author |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2008-11-20 | Fix using of the pointers, leak fixes in configfile. | František Dvořák |
2008-06-12 | Fix up reporting of supported formats by the ALSA & OSS output plugins. | Darren Salt |
2008-05-07 | Avoid memset() on newly allocated memory areas. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use asprintf() rather than malloc() + sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-03-12 | Cope with NetBSD, which apparently doesn't have SNDCTL_DSP_GETODELAY. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-03-17 | Clean up configure checks for OSS support. Check for the various soundcard.h ... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Fix FreeBSD PR 91728 (problem with ioctl() request parameter being unsigned l... | Diego 'Flameeyes' Pettenò |
2007-03-09 | Use OSS 3.0 API, and retain compatibility with older versions. Patch by Alber... | Diego 'Flameeyes' Pettenò |
2006-07-16 | malloc cleanups (based on a patch from Chris Brien). | Darren Salt |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-11-23 | do not close the mixer prematurely | Michael Roitzsch |
2004-10-29 | use monotonic clock when available | Miguel Freitas |
2004-10-08 | open and close the mixer device together with the PCM device | Michael Roitzsch |
2004-06-03 | this include is obsolete, because | Michael Roitzsch |
2004-05-07 | extend help string for speaker arrangement | Michael Roitzsch |
2004-04-30 | Add "Speaker arrangement" config item support to oss as well. | James Courtier-Dutton |
2004-04-26 | Ooops, no debugging and more | Michael Roitzsch |
2004-04-26 | it is now possible to select a different mixer number | Michael Roitzsch |
2004-04-11 | typo fixes from Frantisek | Michael Roitzsch |
2004-04-10 | improving config help strings | Michael Roitzsch |
2004-03-18 | Fix more messages | Philipp Hahn |
2004-03-04 | autoscan devfs patch from Steve | František Dvořák |
2004-01-01 | unused variable | Michael Roitzsch |
2003-12-31 | fix driver initialization on big endian platforms that don't support little | Siggi Langauf |
2003-12-14 | API version bounce | Siggi 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 available | Bastien Nocera |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-10-19 | Try to follow audio_out api. | Thibaut Mattern |
2003-10-06 | some housekeeping and compiler warnings | Michael Roitzsch |
2003-06-02 | since this might be dangerous to speakers, we should increase the experience ... | Michael Roitzsch |
2003-06-01 | Work around for users with an oss sound card with spdif, but the sound | James Courtier-Dutton |
2003-03-27 | oss verbosity patch by Anders Wiehe | Siggi Langauf |
2003-03-06 | steps toward muting xine's console output by default | Guenter Bartsch |
2003-02-08 | GETOPTR works _much_ better now (at least on my system). | Miguel Freitas |
2003-02-01 | log output, copyright, some drivers produce negative delays, catch that | Guenter Bartsch |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-11-28 | fix reading out mixer setting | Guenter Bartsch |
2002-11-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |
2002-11-16 | - return -1 if there is no mixer available so that xine-ui gets the | Michael Roitzsch |
2002-11-12 | audio_out.c takes care of locking again, so audio_oss_out.c doesn't need it a... | Guenter Bartsch |