index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-engine
/
audio_out.c
Age
Commit message (
Expand
)
Author
2008-05-23
Mark initialisation functions with malloc attribute.
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-01-24
Only restore the audio buffer discard setting if it was altered.
Darren Salt
2008-01-24
Don't discard audio samples forever. Fixed streaming playback
Thibaut Mattern
2007-12-04
fifo_peek_int can return NULL (when non-blocking). make fifo_remove_int handl...
Matthias Kretz
2007-12-03
Fixed a race condition between ao_loop and ao_close to not lose the last buffer.
Matthias Kretz
2007-12-02
Don't signal fifo->empty right after reading the last buffer
Matthias Kretz
2007-12-02
remove redundant check
Matthias Kretz
2007-11-23
Merge.
Darren Salt
2007-11-15
when the stream is paused fifo_wait_empty will wait forever. In that case we
Matthias Kretz
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-08-15
Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).
Darren Salt
2007-08-15
Fix an audio resampling problem which was causing regular clicking.
Darren Salt
2007-06-04
fallback to none output when the device is unplugged
Matthias Kretz
2007-06-04
handle unplugged devices in audio_alsa_out (return -1) and in audio_out close...
Matthias Kretz
2007-04-08
Mark various private arrays, structs & fn parameters as static and/or const.
Darren Salt
2007-04-04
Reorder and pack the structures that are defined inside compilation units ins...
nopadding_no_abi_change
Diego 'Flameeyes' Pettenò
2007-04-01
Reorder and use bitmasks to reduce the holes in the structure. This is a priv...
Diego 'Flameeyes' Pettenò
2007-03-25
Fix amp muting when level is still at 100. Patch by Reinhard Nissl.
Diego 'Flameeyes' Pettenò
2006-12-25
Fix race condition in audio_out by using a recursive mutex; patch by Reinhard...
Diego 'Flameeyes' Pettenò
2006-11-04
Fix an assumption about the number of channels.
Darren Salt
2006-10-16
Fixed several warnings (but warnings due to APIs not solved).
František Dvořák
2006-09-26
Instead of defining the buffer every time, use a static constant buffer, that...
Diego 'Flameeyes' Pettenò
2006-09-09
Constantise some strings.
Diego 'Flameeyes' Pettenò
2006-09-08
some fixes to abort playback if audio driver failed to open
Miguel Freitas
2006-05-01
Better fix for coverity bug 267: testsuite has found cur_time is really undef...
František Dvořák
2006-04-05
1) various warning fixes
František Dvořák
2006-03-24
Oops, broken commit...
Darren Salt
2006-03-24
Report audio vpts/clock errors. (Reinhard Nissl)
Darren Salt
2006-03-07
Fixed channels to mode translation in audio decoders.
Thibaut Mattern
2006-02-05
[xine-devel] PATCH: crash in ao_change_settings when using framegrab audio
Miguel Freitas
2006-02-05
try to fix "deadlock" in ao_open() when waiting on empty out_fifo to get empty
Miguel Freitas
2006-01-27
Adapt the engine to the new list code.
Thibaut Mattern
2005-10-30
gapless playback stream switching support
Miguel Freitas
2005-09-14
fix the FPE due my last commit
Miguel Freitas
2005-09-11
make Alien happier ;-)
Miguel Freitas
2005-08-25
*BUGFIX*
František Dvořák
2005-01-20
fixing equalizer gains reported by xine_get_param
Stefan Holst
2004-12-19
stop stream if audio device failed to open. user receives a notification
Miguel Freitas
2004-12-12
huge patch ahead: reorganizing config entries with automatic conversion
Michael Roitzsch
2004-11-10
inc/dec the stream_t reference counter
Thibaut Mattern
2004-10-16
- Speed up amp set at 0%, add support for 8-bit sounds in the amplifier
Bastien Nocera
2004-09-26
- almost finalize headers refactoring needed for MSVC frontends (and for other
František Dvořák
2004-09-01
Improvements and implementing Michael's suggestions:
František Dvořák
2004-08-02
no objections so far: committing the fine speed control patch
Miguel Freitas
2004-07-06
fix a long standing bug: streams were not played till their very end, because
Miguel Freitas
2004-06-27
only issue the warning on unavailable audio devices under the condition
Michael Roitzsch
2004-06-19
modified patch from Reinhard Nissl to report the length of the out fifos
Michael Roitzsch
2004-06-13
implement steps 1, 2, 3 and 4 of the seeking proposal:
Miguel Freitas
[next]