Age | Commit message (Expand) | Author |
2002-05-12 | Change get_status to return thread_running instead of demux status. | Thibaut Mattern |
2002-05-10 | fix seeking problem after demuxer finished. patch by Thibaut Mattern and me. | Miguel Freitas |
2002-04-29 | Replace all exit(1) with abort(). | James Courtier-Dutton |
2002-04-28 | fix discontinuity detection (audio and video pts may differ by more than 2 | Miguel Freitas |
2002-04-27 | fix 64-bit diff calculation | Miguel Freitas |
2002-04-23 | Fix memory leaks by disposing input, demux and decoder plugins at exit | Ewald Snel |
2002-04-19 | use pts instead of scr for wrap detection (must be tested with VCDs) | Miguel Freitas |
2002-04-11 | Add an INPUT_CAP_PREVIEW mode. | James Courtier-Dutton |
2002-04-09 | - new (fast) demuxer seeking scheme | Miguel Freitas |
2002-03-12 | same fix from demux_mpeg_block, although not tested here. | Miguel Freitas |
2002-03-11 | metronom and demuxers should work again (although not all demuxers are fully ... | Guenter Bartsch |
2002-02-17 | big debug output cleanup. removed debug output from log window, logging | Guenter Bartsch |
2002-02-09 | the long-awaited video_out changes, not completely debuged (races) | Guenter Bartsch |
2002-01-02 | Correct spelling of __VA_ARGS__ macro | Juergen Keil |
2001-12-27 | Add intl support + more logging messages. | Daniel Caujolle-Bert |
2001-11-30 | Valid mrls are no more static (except few ones), like file suffix too. | Daniel Caujolle-Bert |
2001-11-18 | new configfile interface, code cleanup, xprintf is gone | Guenter Bartsch |
2001-11-17 | Add 'xine_' prefix to all of xine-utils functions (what about cpu | Daniel Caujolle-Bert |
2001-11-13 | metronom logic changed | Heiko Schaefer |
2001-11-10 | very unfinished scr discontinuity detection stuff, new software audio out buf... | Guenter Bartsch |
2001-10-27 | small bug fix for time based seeking in mpeg1 files | Guenter Bartsch |
2001-10-25 | demux api change to report supported mimetypes | Miguel Freitas |
2001-10-22 | an http input plugin, small demuxer bugfixes/additions | Guenter Bartsch |
2001-10-20 | big event cleanup: one single mechanism is now used for all communications be... | Guenter Bartsch |
2001-10-17 | demux / input plugin interface change, init functions now have access to the ... | Guenter Bartsch |
2001-10-09 | fix playing mpeg movies with sound disabled | Miguel Freitas |
2001-10-03 | Add error checks to all "pthread_create" calls, print error message and exit | Juergen Keil |
2001-09-04 | race condition / stability fixes provided by Miguel Freitas <miguel@cetuc.puc... | Guenter Bartsch |
2001-09-02 | demuxer bugfixes | Guenter Bartsch |
2001-09-01 | big demuxer clean, demux_ts should work again. | Guenter Bartsch |
2001-08-28 | update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel F... | Guenter Bartsch |
2001-08-18 | various cleanups; 8 bit depth detection and handling (yuv2rgb not implemented... | Guenter Bartsch |
2001-08-12 | cancel demux thread on xine_stop instead of pthread_join to prevent hang | Guenter Bartsch |
2001-08-10 | FAQ updates and getting ready for 0.5.1 | Guenter Bartsch |
2001-07-24 | PES demultiplexer | Joachim Koenig |
2001-07-14 | quick hack to make xine more responsive near mpeg1 stream ends (dangerous) | Guenter Bartsch |
2001-07-14 | cleaned up and finished spu_thread removal | Guenter Bartsch |
2001-07-04 | spu support updated (unfinished) from James | uid32519 |
2001-07-03 | chasing more races.. | Guenter Bartsch |
2001-06-17 | increased number of sent preview buffers | Guenter Bartsch |
2001-06-17 | fixed small demuxer bug | Guenter Bartsch |
2001-06-17 | small bugfix for no audio | Guenter Bartsch |
2001-06-16 | xine engine cleanups and new callbacks for seamless branching | Guenter Bartsch |
2001-06-16 | more seeking/stopping bugfixes | Guenter Bartsch |
2001-06-14 | more fixes | Guenter Bartsch |
2001-06-11 | bugfixes for playing without sound-driver | Heiko Schaefer |
2001-06-09 | introducing present buffers | Guenter Bartsch |
2001-05-31 | fixed support for field pictures plus video_out bugfixes (missing functions) | Guenter Bartsch |
2001-05-30 | Fixed demux* get current position calls. | Daniel Caujolle-Bert |
2001-05-28 | Ability to playback streams without loaded audio driver. | Daniel Caujolle-Bert |