summaryrefslogtreecommitdiff
path: root/src/xine-engine/demux.c
AgeCommit message (Expand)Author
2010-07-21Remove duplicate codeLorenzo Desole
2010-07-21Normalize timevalMatthias Drochner
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-06-07Fix _x_compute_interval for OS X.Matthias Ringwald
2009-04-22Demux timing fixes (Windows)Carlo Bramini
2009-02-24Make _x_compute_interval static (never exported).Diego E. 'Flameeyes' Pettenò
2009-02-09demux_unstick_ao_loop() reports that xine might be stuck != is stuckLorenzo Desole
2009-02-09Fix race conditions in gapless_switch (ref. kde bug #180339)Miguel Freitas
2009-02-08Remove a break which causes some front ends to hang. (cset ce60f8b5995a)Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2009-01-02Prevent another possible hang on stream stop (demuxer waiting for audio out).Darren Salt
2008-05-23Remove MIN/MAX macro definitions on unit.Diego 'Flameeyes' Pettenò
2008-05-09Use size_t to keep the value returned by strlen().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-03-10Fixed long delay when closing stream on dual core systems [Bug #33]Miguel Freitas
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-01-18Make _x_demux_check_extension() accept constant strings.Diego 'Flameeyes' Pettenò
2006-12-03should fix bug reported by Christophe Thommeret where avi+subtitlesxine-1_1_3-release1.1.3Miguel Freitas
2006-08-13move image presentation support to xine-libMiguel Freitas
2006-08-08new mutex to synchronize order of pairwise A/V buffer operationsMiguel Freitas
2006-04-051) various warning fixesFrantišek Dvořák
2006-01-24A bit of defensive programming to protect "_x_demux_send_data" and "_x_demux_...Mathieu Olivier
2005-10-30gapless playback stream switching supportMiguel Freitas
2005-08-25*BUGFIX*František Dvořák
2005-07-17Improve ASX parsing.Darren Salt
2005-03-20Fixed problem when play_internal called _x_demux_start_thread and the previou...Thibaut Mattern
2005-03-06Fixed pthread leak, the demuxer thread was not joined in all cases.Thibaut Mattern
2005-02-10**BUGFIX**Michael Roitzsch
2004-12-19stop stream if audio device failed to open. user receives a notificationMiguel Freitas
2004-10-30fixed seeking unresponsiveness when using external subtitlesMiguel Freitas
2004-10-27flush on end of streamMiguel Freitas
2004-10-14Implemented stream_t reference counter idea.Thibaut Mattern
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-16From: Reinhard Nissl.James Courtier-Dutton
2004-04-07Michael's patch for improving playback with subtitles, fix the long seeking.František Dvořák
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-12acquire the ticket on engine flushMichael Roitzsch
2004-01-11add _x_demux_read_send_dataJames Stembridge
2003-12-23- some more endianness fixes to ogg demuxerMiguel Freitas
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-20"Anti audio fifo null" patch ;)Thibaut Mattern
2003-11-16actually not every engine file uses internals, so we do not need to defineMichael Roitzsch
2003-11-15start xine_stream_t separation (public/private).Miguel Freitas
2003-11-12fix CVS placeholderMichael Roitzsch
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-14just a little commentThibaut Mattern
2003-09-25Correct/add comment about xine_demux_flush_engine.Rocky Bernstein
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke