summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.c
AgeCommit message (Expand)Author
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-01-24Only restore the audio buffer discard setting if it was altered.Darren Salt
2008-01-24Don't discard audio samples forever. Fixed streaming playbackThibaut Mattern
2007-12-04fifo_peek_int can return NULL (when non-blocking). make fifo_remove_int handl...Matthias Kretz
2007-12-03Fixed a race condition between ao_loop and ao_close to not lose the last buffer.Matthias Kretz
2007-12-02Don't signal fifo->empty right after reading the last bufferMatthias Kretz
2007-12-02remove redundant checkMatthias Kretz
2007-11-23Merge.Darren Salt
2007-11-15when the stream is paused fifo_wait_empty will wait forever. In that case weMatthias Kretz
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-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-08-15Fix an audio resampling problem which was causing regular clicking.Darren Salt
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-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