summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.c
AgeCommit message (Expand)Author
2007-06-04fallback to none output when the device is unpluggedMatthias Kretz
2007-06-04handle unplugged devices in audio_alsa_out (return -1) and in audio_out close...Matthias Kretz
2007-06-04fallback to none output when the device is unpluggedMatthias Kretz
2007-06-04handle unplugged devices in audio_alsa_out (return -1) and in audio_out close...Matthias Kretz
2007-04-19audio_filter_amp: calculate the total number of frames to iterate over just o...Diego 'Flameeyes' Pettenò
2007-04-19More doxygen documentation.Diego 'Flameeyes' Pettenò
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
2007-04-04Reorder and pack the structures that are defined inside compilation units ins...nopadding_no_abi_changeDiego 'Flameeyes' Pettenò
2007-04-01Reorder and use bitmasks to reduce the holes in the structure. This is a priv...Diego 'Flameeyes' Pettenò
2007-03-25Fix amp muting when level is still at 100. Patch by Reinhard Nissl.Diego 'Flameeyes' Pettenò
2006-12-25Fix race condition in audio_out by using a recursive mutex; patch by Reinhard...Diego 'Flameeyes' Pettenò
2006-11-04Fix an assumption about the number of channels.Darren Salt
2006-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
2006-09-26Instead of defining the buffer every time, use a static constant buffer, that...Diego 'Flameeyes' Pettenò
2006-09-09Constantise some strings.Diego 'Flameeyes' Pettenò
2006-09-08some fixes to abort playback if audio driver failed to openMiguel Freitas
2006-05-01Better fix for coverity bug 267: testsuite has found cur_time is really undef...František Dvořák
2006-04-051) various warning fixesFrantišek Dvořák
2006-03-24Oops, broken commit...Darren Salt
2006-03-24Report audio vpts/clock errors. (Reinhard Nissl)Darren Salt
2006-03-07Fixed channels to mode translation in audio decoders.Thibaut Mattern
2006-02-05[xine-devel] PATCH: crash in ao_change_settings when using framegrab audioMiguel Freitas
2006-02-05try to fix "deadlock" in ao_open() when waiting on empty out_fifo to get emptyMiguel Freitas
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2005-10-30gapless playback stream switching supportMiguel Freitas
2005-09-14fix the FPE due my last commitMiguel Freitas
2005-09-11make Alien happier ;-)Miguel Freitas
2005-08-25*BUGFIX*František Dvořák
2005-01-20fixing equalizer gains reported by xine_get_paramStefan Holst
2004-12-19stop stream if audio device failed to open. user receives a notificationMiguel Freitas
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-11-10inc/dec the stream_t reference counterThibaut Mattern
2004-10-16- Speed up amp set at 0%, add support for 8-bit sounds in the amplifierBastien Nocera
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
2004-09-01Improvements and implementing Michael's suggestions:František Dvořák
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
2004-07-06fix a long standing bug: streams were not played till their very end, becauseMiguel Freitas
2004-06-27only issue the warning on unavailable audio devices under the conditionMichael Roitzsch
2004-06-19modified patch from Reinhard Nissl to report the length of the out fifosMichael Roitzsch
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-29separate the two semantics of querying a port's status with a NULL stream;Michael Roitzsch
2004-05-21Don't wait if the flush already occured.Thibaut Mattern
2004-05-17Fix noises appearing when seeking and using the upmix plugin.James Courtier-Dutton
2004-05-16From: Reinhard Nissl.James Courtier-Dutton
2004-05-15Some more updates for 24bit sound.James Courtier-Dutton
2004-04-27rename module nameDaniel Caujolle-Bert
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-04-07the patch to audio_out from 1.128 to 1.129 changed a calculation fromMichael Roitzsch
2004-04-05- add XINE_MSG_AUDIO_OUT_UNAVAILABLE event to warn when the audio device isBastien Nocera
2004-03-16while hanging in get_frame or get_buffer, we have to check for ticketMichael Roitzsch