summaryrefslogtreecommitdiff
path: root/src/audio_out/audio_oss_out.c
AgeCommit message (Expand)Author
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
2002-04-28OSS 8 bit sound problem fix by Gert Vervoort <Gert.Vervoort@wxs.nl> plus inde...Guenter Bartsch
2002-04-23yet another sync method: probe sound card buffer size on startupMiguel Freitas
2002-03-11Add a "control" method to the audio drivers, to allow pause/resume of theJuergen Keil
2002-03-11Fix muting set volume to 0 bug.Daniel Caujolle-Bert
2002-02-11Added DTS patch from Michael Roitzsch <amalthea@freenet.de>Rich J Wareham
2002-01-28make restoring volume settings at start optional (and disabled by default)Siggi Langauf
2002-01-15(half-blindly) applied dsp init patch from Michel DänzerSiggi Langauf
2002-01-14miguel's latest still frame patches and some minor cleanupsGuenter Bartsch
2001-12-01small bugfix from Stefan Bittner <sbi@pobox.com>Guenter Bartsch
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-18more cleanups, config stuff bugfixesGuenter Bartsch
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-04Bill's force audio rate patches, preparing for 0.9.40.9.4Guenter Bartsch
2001-10-21softsync patchesMiguel Freitas
2001-10-14start_time initialization moved, added latency configure optionGuenter Bartsch
2001-10-14small cleanup, doesn't make sense to set start_time in the init functionGuenter Bartsch
2001-10-14descriptor leak patch by Chris Rankin <rankinc@pacbell.net>Guenter Bartsch
2001-10-14system clock based softsync, based on work by Bill Fink <billfink@mindspring....Guenter Bartsch
2001-10-07oss softsync patche provided by bill finkGuenter Bartsch
2001-10-01Add simple mixer control in xine-engine/ao plugins. Fixed some missingsDaniel Caujolle-Bert
2001-09-30use SNDCTL_DSP_GETODELAY if available. fixes sync problem with the freebsd au...Heiko Schaefer
2001-09-28O_NONBLOCK (posix) seems to be prefered to O_NDELAY or the kernelJuergen Keil
2001-09-08increase gap tolerance for non-realtime driversGuenter Bartsch
2001-09-06DTS via SPDIFJoachim Koenig
2001-09-01README updates.James Courtier-Dutton
2001-08-29update to liba52 v 0.7.0 including the dynamic range compensation feature (di...Guenter Bartsch
2001-08-25small cleanupsGuenter Bartsch
2001-08-24fixed esd / gap support (configureable), coding style enforcementGuenter Bartsch
2001-08-23re-enabled audio resampling, correct a/v sync, corrected code style/indentati...Guenter Bartsch
2001-08-22Both OSS and ALSA09 are now supported by the new audio_out architecture.James Courtier-Dutton
2001-08-21First checkin of new audio_out architecture.James Courtier-Dutton
2001-08-18corrected code indentiationGuenter Bartsch
2001-08-14audio output plugin priority handling, based on patch provided by Philip Stad...Guenter Bartsch
2001-08-12make oss output check if sampling rate is supported and try 44100 hz if notGuenter Bartsch
2001-08-05Fixed a very hard to track bug with 5.0 or 5.1 playback:Eduard Hasenleithner
2001-08-05Implemented preferred OSS audio device.xine-0_5_0-release0.5.0Eduard Hasenleithner
2001-07-26PPC patches by Bill FinkGuenter Bartsch