summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_decoder.c
AgeCommit message (Expand)Author
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
2003-03-25- allow on-the-fly rewiring of streams outputMichael Roitzsch
2003-03-07workaround buggy pthread implementations with a timedwaitMiguel Freitas
2003-03-07more work on console output cleanupGuenter Bartsch
2003-01-14move default handled flag to xine.c. this fixes false alarm with -A null.Miguel Freitas
2003-01-13do not dispose audio and video ports on stream dispose.Miguel Freitas
2003-01-09- can't use HAS_VIDEO/HAS_AUDIO at this stage because some demuxers will onlyMiguel Freitas
2003-01-09handled/unhandled fixes. now it should work for dvd too.Miguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2002-12-27Fix 'XINE_STREAM_INFO_MAX_SPU_CHANNEL' propertyEwald Snel
2002-12-27finally - dvb support in xine :)Guenter Bartsch
2002-12-26- cleanup internal interfaces for rewiringMiguel Freitas
2002-12-21xine_get_pos_length should return zero if current position is unknown. thisMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-18log outputGuenter Bartsch
2002-12-06nothing here (just small debug message updates)Miguel Freitas
2002-11-29no need to dispose the current decoder plugin on stream end, it will be disposedMichael Roitzsch
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
2002-10-31new syntax for MRLsMichael Roitzsch
2002-10-29engine improvementsMichael Roitzsch
2002-10-18my very first try at the new streams api. some fixes to it (uninitializedMiguel Freitas
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-07-26do bounds checking on audio_track_map to never use audio channels whichMichael Roitzsch
2002-07-25initialize and reset audio_track_map_entries properlyMichael Roitzsch
2002-07-14some fixes to osd displaying (show the right time after seeks)Miguel Freitas