summaryrefslogtreecommitdiff
path: root/src/audio_out
AgeCommit message (Expand)Author
2003-03-07remove verbose sun audio driver messagesJuergen Keil
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-03-04fix compiler warnings at least in xine's native codeMichael Roitzsch
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-14wrong returned pointer typeDaniel Caujolle-Bert
2003-02-08GETOPTR works _much_ better now (at least on my system).Miguel Freitas
2003-02-01log output, copyright, some drivers produce negative delays, catch thatGuenter Bartsch
2003-01-29auto* fix: pass 1Daniel Caujolle-Bert
2003-01-18hit me if I am wrong, but I think these headers are relicsMichael Roitzsch
2002-12-27- query the esd server's sample rate, do not hardcode 44100 HzJuergen Keil
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-19Fix undefined symbols (link to appropriate libraries)Ewald Snel
2002-12-15The _XOPEN_SOURCE define for getting a swab() prototype confuses the solarisJuergen Keil
2002-12-06fixing segfaults in artsMiguel Freitas
2002-11-28fix reading out mixer settingGuenter Bartsch
2002-11-26return of the esd audio output driverGuenter Bartsch
2002-11-25return of the arts audio output pluginGuenter 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-11-02Fix "Volume" support in the sun audio driver, the ui now wants to operateJuergen Keil
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
2002-10-24Fix some log messages in audio_alsa_out.cJames Courtier-Dutton
2002-10-22Re-enable the sun audio driverJuergen Keil
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-18Move alsa audio over to new api.James Courtier-Dutton
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-10-12Make flush of audio work properly.James Courtier-Dutton
2002-10-10Audio out reorganisation to improve sync.James Courtier-Dutton
2002-10-09configure.ac:Stephen Torri
2002-10-07- Sun audio output plugin is able to play 8-bit sound. Announce this inJuergen Keil
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
2002-09-16Introduce a deep copy in the xine_config_lookup functions.James Courtier-Dutton
2002-09-16Fix a bug in audio_alsa_out.cJames Courtier-Dutton
2002-09-11IRIXAL_LIBS not needed when building sun audio driver :-)Juergen Keil
2002-09-11new_api update for sun audio pluginJuergen Keil
2002-09-10remove outdated alsa commentMichael Roitzsch
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-31Fix endian issue by Bastien NoceraPhilipp Hahn
2002-07-08Request period_TIME instead of period_SIZEPhilipp Hahn
2002-07-05- win32 bugfixesMiguel Freitas
2002-07-03Add function descriptions because I am tired of looking them up eacg timePhilipp Hahn
2002-07-03Calculate b/f the alsa wayPhilipp Hahn
2002-07-03Only test 8bit, do not set itPhilipp Hahn
2002-07-03Optionally reduce logging outputPhilipp Hahn