Age | Commit message (Expand) | Author |
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-08-30 | Add two new xine events: inform UI when vo output is needed or not (it's the | Daniel Caujolle-Bert |
2002-08-25 | Use buf_flag_seek (perfect seeking :-) ) | Thibaut Mattern |
2002-08-24 | parse id3v1 tags | Guenter Bartsch |
2002-08-24 | support input_time for live streams, small coding style cleanups | Guenter Bartsch |
2002-08-18 | icecast support | Guenter Bartsch |
2002-08-10 | fix mp3 division by zero | Miguel Freitas |
2002-08-06 | attempt to support MPEG audio wrapped in a RIFF file | Mike Melanson |
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-27 | update copyright headers | Guenter Bartsch |
2002-05-25 | patch from Michael Roitzsch: | Siggi Langauf |
2002-05-21 | avoid segfault with -A null (why would someone play a mp3 without audio? :) | Miguel Freitas |
2002-05-21 | start() and seek() return the status | Thibaut Mattern |
2002-05-19 | Experimental pts calculation. | Thibaut Mattern |
2002-05-19 | Fix segmentation fault in demux plugins caused by uninitialized data | Ewald Snel |
2002-05-16 | Send a new pts when seeking. It enables "fast" seeking. | Thibaut Mattern |
2002-05-15 | Fix seeking problem after demuxer finished | Thibaut Mattern |
2002-04-29 | Replace all exit(1) with abort(). | James Courtier-Dutton |
2002-04-23 | Fix memory leaks by disposing input, demux and decoder plugins at exit | Ewald Snel |
2002-04-09 | - new (fast) demuxer seeking scheme | Miguel Freitas |
2002-03-27 | fix non-stop bug | 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-13 | Fix a few compile warnings. | James Courtier-Dutton |
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-10 | very unfinished scr discontinuity detection stuff, new software audio out buf... | 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-03 | Add error checks to all "pthread_create" calls, print error message and exit | Juergen Keil |
2001-10-03 | Try to use ISO C99 __func__ macro (instead of __FUNCTION__), when xine is | Juergen Keil |
2001-09-10 | "l" printf conversion specification not needed for printing doubles | Juergen Keil |
2001-09-05 | miguel's latest patches | Guenter Bartsch |
2001-09-04 | race condition / stability fixes provided by Miguel Freitas <miguel@cetuc.puc... | Guenter Bartsch |
2001-09-01 | big demuxer clean, demux_ts should work again. | Guenter Bartsch |
2001-08-12 | cancel demux thread on xine_stop instead of pthread_join to prevent hang | Guenter Bartsch |
2001-07-14 | cleaned up and finished spu_thread removal | Guenter Bartsch |
2001-07-03 | forgot to protect some demuxers | 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 |