summaryrefslogtreecommitdiff
path: root/src/audio_out
AgeCommit message (Expand)Author
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-13add audio out driver "none"Miguel Freitas
2003-05-06This is some general Win32 cleanup and getting ready for DVD support.Tim Champagne
2003-04-23I am not a Win32 developer, but I guess this is a sweet misunderstanding:Michael Roitzsch
2003-04-23check type of mixer element before trying to use itJames Stembridge
2003-04-22Adding a couple of files missing files for the Win32/msvc port (audio and vid...Tim Champagne
2003-04-17using non-blocking open mode, in order to avoid infinite waiting when theSiggi Langauf
2003-03-27oss verbosity patch by Anders WieheSiggi Langauf
2003-03-17do not skip the whole format detection, if verbosity is lowMichael Roitzsch
2003-03-15mute default console outputJames Stembridge
2003-03-15should do snd_pcm_prepare after snd_pcm_drop as otherwise we are left in SND_...James Stembridge
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