summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_decoder.c
AgeCommit message (Expand)Author
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
2011-11-23audio_decoder.c: include xine_private.h for _x_audio_decoder_init() and _x_au...Petri Hintukainen
2011-08-23Merge from 1.1.Darren Salt
2011-08-22Audio crash fixTorsten Jager
2010-07-25Merge from 1.1; resync translation files.Darren Salt
2010-07-21Add _POSIX_THREAD_PRIORITY_SCHEDULING #ifdefsMatthias Drochner
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-02-10Merge from 1.1.Darren Salt
2009-02-09Fix race conditions in gapless_switch (ref. kde bug #180339)Miguel Freitas
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
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-17xine_stream audio_track_map order fixChristophe Thommeret
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2006-09-08handle thread creation and memory allocation failures more gratefullyMiguel Freitas
2006-02-05[xine-devel] PATCH: add control buffer for resetting audio decoder's track mapMiguel Freitas
2005-10-30gapless playback stream switching supportMiguel Freitas
2005-08-25*BUGFIX*František Dvořák
2005-04-19**BUGFIX**Bastien Nocera
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-12-11Czech translation update. 100% of the messages after long time, yes! :-)František Dvořák
2004-10-14Implemented stream_t reference counter idea.Thibaut Mattern
2004-07-06fix a long standing bug: streams were not played till their very end, becauseMiguel Freitas
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-03-28move the ticket acquire/release deeper inside the decoder loopsMichael 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-12<small break from my dissertation...>Miguel Freitas
2004-03-03just for symmetry: add a config entry for the audio fifo sizeMichael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-12big commit of the new ticket system to protect the rewiring and moreMichael Roitzsch
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-22bug fix from Nate Lawson <nate@root.org>Daniel Caujolle-Bert
2003-11-20"Anti audio fifo null" patch ;)Thibaut Mattern
2003-11-17missing meta info changeDaniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16actually not every engine file uses internals, so we do not need to defineMichael Roitzsch
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera
2003-06-22some additional pthread_*_destroy() callsMichael Roitzsch
2003-04-02- remove unneeded use of pthread_exit(NULL). We do not have any cleanupBastien Nocera