summaryrefslogtreecommitdiff
path: root/src/xine-engine/demux.c
AgeCommit message (Expand)Author
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
2003-06-18Use the same discard mecanism for audio and video in xine_demux_flush_engine.Thibaut Mattern
2003-05-20This fixes http support for Win32Tim Champagne
2003-05-07- ittsy bitsy memory corruption fixBastien Nocera
2003-05-06- make sure that the read_size is not bigger than the buffer we're sending backBastien Nocera
2003-05-05- fix a possible crash when the preview size was greater than the size requestedBastien Nocera
2003-04-22Additional changes for win32/msvc port; This is my first real commit so pleas...Tim Champagne
2003-04-17cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de>Miguel Freitas
2003-04-13add a small read() function that can be aborted by demux_action_pendingMiguel Freitas
2003-04-02- remove unneeded use of pthread_exit(NULL). We do not have any cleanupBastien Nocera
2003-03-30New net_buf_ctrl.Thibaut Mattern
2003-03-07workaround buggy pthread implementations with a timedwaitMiguel Freitas
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-02-23Fixes a deadlock when buffering at the end of the stream.Thibaut Mattern
2002-12-24discard buffers on flush so decoder will return faster. seeking should beMiguel Freitas
2002-12-22flush/seeking overhauledMiguel Freitas
2002-11-22HELP! My latest engine patch slightly broke the seeking, so I revert thisMichael Roitzsch
2002-11-22do not play with the clock any more, we have dedicated flush functions for th...Michael Roitzsch