summaryrefslogtreecommitdiff
path: root/src/audio_out/audio_oss_out.c
AgeCommit message (Expand)Author
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
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