summaryrefslogtreecommitdiff
path: root/src/audio_out/audio_sun_out.c
AgeCommit message (Expand)Author
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
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-04-04Use size_t for samples and seconds data in Sun audio plugin.Pascal S. de Kloe
2007-04-04Check for audio_info_t.output_muted member, rather than assuming it's not ava...Diego 'Flameeyes' Pettenò
2007-03-10Don't use Solaris workarounds on other OSes (namely NetBSD). Patch by Sergey ...Diego 'Flameeyes' Pettenò
2006-12-19Mark string-type configuration items according to whether they're plainDarren Salt
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-14Retain the mixer volume so that we can return a sensible value when the audio...Robin KAY
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-04-11typo fixes from FrantisekMichael Roitzsch
2004-04-11thanks to Frantisek for finding the multiline string, but the space should be...Michael Roitzsch
2004-04-10Make xgettext and gcc happy. :-)František Dvořák
2004-04-10improving config help stringsMichael Roitzsch
2004-03-18Fix more messagesPhilipp Hahn
2003-12-14API version bounceSiggi Langauf
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-29AUDIODEV patch by Mitch@0Bits.COMMiguel Freitas
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
2003-03-07remove verbose sun audio driver messagesJuergen Keil
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-02Fix "Volume" support in the sun audio driver, the ui now wants to operateJuergen Keil
2002-10-22Re-enable the sun audio driverJuergen Keil
2002-10-07- Sun audio output plugin is able to play 8-bit sound. Announce this inJuergen Keil
2002-09-11new_api update for sun audio pluginJuergen Keil
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-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-04-06changes i forgot to commit with sound card drift patch. AO_MAX_GAP shouldMiguel Freitas
2002-03-11Add a "control" method to the audio drivers, to allow pause/resume of theJuergen Keil
2002-02-23Workaround added for a bug in Sun's audiocs driver (used for Ultra10, Ultra60,Juergen Keil
2001-11-24- Update the sun audio output plugin for new audio interface version 3,Juergen Keil
2001-11-20eliminate xprintf in the sun audio driverJuergen Keil
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-10-06Rescale AO_PROP_*_VOL values from [0..100] range to Sun's [0..255] range.Juergen Keil
2001-09-28O_NONBLOCK (posix) seems to be prefered to O_NDELAY or the kernelJuergen Keil
2001-09-23audio_fd not initialized, sun audio driver can close random filedescriptors.Juergen Keil
2001-09-14Fix xine --help audio plugin sensing.James Courtier-Dutton
2001-09-06Add support for unsigned 8-bit audio formatJuergen Keil
2001-09-01Flush buffered audio samples on audio driver closeJuergen Keil
2001-08-24fixed esd / gap support (configureable), coding style enforcementGuenter Bartsch
2001-08-23Update Sun audio driver to new audio code.Juergen Keil
2001-08-14audio output plugin priority handling, based on patch provided by Philip Stad...Guenter Bartsch
2001-06-26last_audio_vpts stuff added to sun audio driverJuergen Keil
2001-06-23fixed race between metronom and xine engine, small audio plugin api change to...Guenter Bartsch