Age | Commit message (Expand) | Author |
2008-12-15 | Merge from 1.1; update PO files; make buildable. | Diego E. 'Flameeyes' Pettenò |
2008-11-20 | Fix using of the pointers, leak fixes in configfile. | František Dvořák |
2008-06-15 | Merge from 1.1. | Darren Salt |
2008-06-12 | Fix up reporting of supported formats by the ALSA & OSS output plugins. | Darren Salt |
2008-05-23 | Merge from 1.1. VDR needs to be updated. | Diego 'Flameeyes' Pettenò |
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 | Merge from 1.1. | Darren Salt |
2008-03-12 | Cope with NetBSD, which apparently doesn't have SNDCTL_DSP_GETODELAY. | Darren Salt |
2007-12-23 | Make base_names array static and totally constant. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-18 | As the error codepath is going to assert out anyway, don't do the extra malloc. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use asprintf instead of sprintf. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for audio output plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all audio output plugins to the new identifier/description interface. | Diego 'Flameeyes' Pettenò |
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 |