Age | Commit message (Expand) | Author |
2002-10-26 | make demuxers return their status so xine engine can check if demuxers fail t... | Guenter Bartsch |
2002-10-25 | throw away old code, call demux_stop in demux_dispose | Guenter Bartsch |
2002-10-24 | Try to fix sync and seeking with strange streams that don't have pts. | Thibaut Mattern |
2002-10-23 | content detection for non-seekable streams | Guenter Bartsch |
2002-10-23 | stupid error in extension comparison - thanks to mike for noticing that | Guenter Bartsch |
2002-10-23 | send preview buffers, try to fix metadata | Guenter Bartsch |
2002-10-23 | final c++ -> c coding style fixes, libxine compiles now | Guenter Bartsch |
2002-10-23 | fix detection by extension | Guenter Bartsch |
2002-10-23 | re-enable demux_mpeg | Juergen Keil |
2002-10-12 | While the demuxer mutex is unlocked, relinquish the processor in the main | Juergen Keil |
2002-10-06 | Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ... | Robin KAY |
2002-10-06 | backed out earlier changes from endian translation macros | Mike Melanson |
2002-10-05 | Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2) | Robin KAY |
2002-09-18 | make new plugin loader check api versions, fix api versions for adapted demux... | Guenter Bartsch |
2002-09-18 | first steps towards implementing stream/meta info | Guenter Bartsch |
2002-09-05 | remove plugin's private priority and interface members | Michael Roitzsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-09-04 | fix seeking bug (thanks to Thibaut Mattern) | Michael Roitzsch |
2002-08-25 | Fix seeking with streams that don't have pts. | Thibaut Mattern |
2002-08-07 | added support for ferreting out MPEG streams packaged with RIFF headers | Mike Melanson |
2002-08-06 | make the MPEG-within-QT file detection a little smarter by not traversing | Mike Melanson |
2002-08-04 | add support for finding MPEG streams within Quicktime files | Mike Melanson |
2002-07-20 | Use BUF_FLAG_SEEK | Thibaut Mattern |
2002-07-14 | make demuxers a bit more "programmer friendly" | Miguel Freitas |
2002-07-05 | Bump up version numbers due to changes in xine_t | Michael Roitzsch |
2002-06-12 | Remove no more needed XINE_LOGO. | Daniel Caujolle-Bert |
2002-06-07 | - demuxer cleanup (helper functions) | Miguel Freitas |
2002-05-25 | patch from Michael Roitzsch: | Siggi Langauf |
2002-05-21 | start() and seek() return the status | Thibaut Mattern |
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 |