Age | Commit message (Expand) | Author |
2007-01-18 | Make _x_demux_check_extension() accept constant strings. | Diego 'Flameeyes' Pettenò |
2006-12-03 | should fix bug reported by Christophe Thommeret where avi+subtitlesxine-1_1_3-release1.1.3 | Miguel Freitas |
2006-08-13 | move image presentation support to xine-lib | Miguel Freitas |
2006-08-08 | new mutex to synchronize order of pairwise A/V buffer operations | Miguel Freitas |
2006-04-05 | 1) various warning fixes | František Dvořák |
2006-01-24 | A bit of defensive programming to protect "_x_demux_send_data" and "_x_demux_... | Mathieu Olivier |
2005-10-30 | gapless playback stream switching support | Miguel Freitas |
2005-08-25 | *BUGFIX* | František Dvořák |
2005-07-17 | Improve ASX parsing. | Darren Salt |
2005-03-20 | Fixed problem when play_internal called _x_demux_start_thread and the previou... | Thibaut Mattern |
2005-03-06 | Fixed pthread leak, the demuxer thread was not joined in all cases. | Thibaut Mattern |
2005-02-10 | **BUGFIX** | Michael Roitzsch |
2004-12-19 | stop stream if audio device failed to open. user receives a notification | Miguel Freitas |
2004-10-30 | fixed seeking unresponsiveness when using external subtitles | Miguel Freitas |
2004-10-27 | flush on end of stream | Miguel Freitas |
2004-10-14 | Implemented stream_t reference counter idea. | Thibaut Mattern |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-05-16 | From: Reinhard Nissl. | James Courtier-Dutton |
2004-04-07 | Michael's patch for improving playback with subtitles, fix the long seeking. | František Dvořák |
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch |
2004-02-12 | acquire the ticket on engine flush | Michael Roitzsch |
2004-01-11 | add _x_demux_read_send_data | James Stembridge |
2003-12-23 | - some more endianness fixes to ogg demuxer | Miguel Freitas |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-20 | "Anti audio fifo null" patch ;) | Thibaut Mattern |
2003-11-16 | actually not every engine file uses internals, so we do not need to define | Michael Roitzsch |
2003-11-15 | start xine_stream_t separation (public/private). | Miguel Freitas |
2003-11-12 | fix CVS placeholder | Michael Roitzsch |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-10-14 | just a little comment | Thibaut Mattern |
2003-09-25 | Correct/add comment about xine_demux_flush_engine. | Rocky Bernstein |
2003-07-16 | more cleanup; remove unused variables; use lprintf | Marco Zuehlke |
2003-06-18 | Use the same discard mecanism for audio and video in xine_demux_flush_engine. | Thibaut Mattern |
2003-05-20 | This fixes http support for Win32 | Tim Champagne |
2003-05-07 | - ittsy bitsy memory corruption fix | Bastien Nocera |
2003-05-06 | - make sure that the read_size is not bigger than the buffer we're sending back | Bastien Nocera |
2003-05-05 | - fix a possible crash when the preview size was greater than the size requested | Bastien Nocera |
2003-04-22 | Additional changes for win32/msvc port; This is my first real commit so pleas... | Tim Champagne |
2003-04-17 | cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de> | Miguel Freitas |
2003-04-13 | add a small read() function that can be aborted by demux_action_pending | Miguel Freitas |
2003-04-02 | - remove unneeded use of pthread_exit(NULL). We do not have any cleanup | Bastien Nocera |
2003-03-30 | New net_buf_ctrl. | Thibaut Mattern |
2003-03-07 | workaround buggy pthread implementations with a timedwait | Miguel Freitas |
2003-03-06 | steps toward muting xine's console output by default | Guenter Bartsch |
2003-02-23 | Fixes a deadlock when buffering at the end of the stream. | Thibaut Mattern |
2002-12-24 | discard buffers on flush so decoder will return faster. seeking should be | Miguel Freitas |
2002-12-22 | flush/seeking overhauled | Miguel Freitas |
2002-11-22 | HELP! My latest engine patch slightly broke the seeking, so I revert this | Michael Roitzsch |
2002-11-22 | do not play with the clock any more, we have dedicated flush functions for th... | Michael Roitzsch |