summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.c
AgeCommit message (Expand)Author
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
2004-03-14Second fix for INT16_MIN/MAX under WIN32 (without stdint.h).František Dvořák
2004-03-14Replace stdint.h with inttypes.h.Robin KAY
2004-03-14Update WIN32 port:František Dvořák
2004-03-08Limit software amp so that audio is not clipped.James Courtier-Dutton
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-12getting rid of AO_PROP_PAUSED, because it can be derived by asking the clockMichael Roitzsch
2004-01-07the new, refined post plugin architectureMichael Roitzsch
2004-01-01set_property() calls should return the value they setMichael Roitzsch
2003-12-31Add a mute feature to the software amp.James Courtier-Dutton
2003-12-24thanks to Carsten Weinhold for finding and fixing this:Michael Roitzsch
2003-12-12Fix using va_arg without explicit NULL 'terminator'Daniel Caujolle-Bert
2003-12-10i guess this xprintf must be enclosed in a testMiguel Freitas
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-12-03export mode_channels as an internal functionMarco Zuehlke
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert