summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.c
AgeCommit message (Expand)Author
2014-12-08Use ffabs()Brad Smith
2014-03-10Silence compiler warnings on register_enum () arg #4.Torsten Jager
2013-09-13audio_out speed control fixTorsten Jager
2013-09-13Copyright year update by hg log infoTorsten Jager
2012-06-08Merge from 1.1Petri Hintukainen
2012-06-08Fix utilization of _POSIX_THREAD_PRIORITY_SCHEDULING macroBrad Smith
2012-03-28add access to audio engine gapLACARRIERE Jerome
2011-01-22Provide _x_query_buffers() to allow analyzing buffer usage by pluginsReinhard Nißl
2010-07-25Merge from 1.1; resync translation files.Darren Salt
2010-07-21Add _POSIX_THREAD_PRIORITY_SCHEDULING #ifdefsMatthias Drochner
2010-02-23Merge from 1.1.Darren Salt
2009-09-15Add locking for when adjusting audio frame discarding.Roger Scott
2010-02-23Prevent discard_{frames,buffers} from going negative.Darren Salt
2009-12-01Fork failure messages shouldn't be debug-only.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-12-12Merge from 1.1.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-03-16Merge from 1.1.Darren Salt
2009-03-15Fix thread starvation for xine_get_param() on multi-core systems.Reinhard Nißl
2009-02-17Merge from 1.1.Darren Salt
2009-02-16Protect audio loop so it cannot write to a paused device (fixMiguel Freitas
2009-02-10Merge from 1.1.Darren Salt
2009-02-09Fix race conditions in gapless_switch (ref. kde bug #180339)Miguel Freitas
2008-05-29Merge from 1.1.Darren Salt
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-01-27Revert part of commit applied by mistake.Diego 'Flameeyes' Pettenò
2008-01-27Avoid one recursive make by declaring all the installed headers inside includ...Diego 'Flameeyes' Pettenò
2008-01-25Merge from 1.1.Darren Salt
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-23Mark more array as constants.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-03Merge from 1.1.Darren Salt
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-25Merge from 1.1.Darren Salt
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-10Merge from 1.1.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-08-16Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes.Darren Salt
2007-08-16Merge all but the open()/glibc workaround from 1.1.Darren Salt
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