Age | Commit message (Expand) | Author |
2001-12-11 | Fix (probably) FreeBSD breakage. | Daniel Caujolle-Bert |
2001-12-10 | Fix jerky playback at track start. Some improvment for other unices than | Daniel Caujolle-Bert |
2001-12-10 | Enable config callbacks. | Daniel Caujolle-Bert |
2001-12-10 | PATH_MAX, NAME_MAX and CDROM_MEDIA_CHANGED defines missing on solaris | Juergen Keil |
2001-12-10 | Enable config callbacks. | Daniel Caujolle-Bert |
2001-12-10 | create directory recusively. | Daniel Caujolle-Bert |
2001-12-10 | cddb cache directory is settable. | Daniel Caujolle-Bert |
2001-12-09 | removed register mrl macro | Guenter Bartsch |
2001-12-09 | Forgotten boolean about grabbed cddb info. | Daniel Caujolle-Bert |
2001-12-09 | Add cddb infos caching. Fix billion call of cddb server. Fix autoplay | Daniel Caujolle-Bert |
2001-12-09 | - Better default for CDROM device on solaris | Juergen Keil |
2001-12-08 | Add CDDB support. | Daniel Caujolle-Bert |
2001-12-06 | Add audio cd support. | Daniel Caujolle-Bert |
2001-12-01 | add avi subtitle decoder (based on mplayer code), minor cleanups, removed reg... | Guenter Bartsch |
2001-11-30 | Add an automatic way for input plugin to add extra valid mrls: | Daniel Caujolle-Bert |
2001-11-30 | Valid mrls are no more static (except few ones), like file suffix too. | Daniel Caujolle-Bert |
2001-11-29 | w32 bugfix, dvd branching | Miguel Freitas |
2001-11-19 | Fix macro buffer leakage | Miguel Freitas |
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-06 | input_http updates by Damien Clermonte | Guenter Bartsch |
2001-10-25 | ...hope I'm getting closer to a correct socket read return value interpretati... | Guenter Bartsch |
2001-10-22 | an http input plugin, small demuxer bugfixes/additions | Guenter Bartsch |
2001-10-22 | Some modification for seeking in unpredictable streams (like DVDs) | Rich J Wareham |
2001-10-22 | Fixed libxineutils linking. | Daniel Caujolle-Bert |
2001-10-22 | introducing libxineutils and a this pointer for video_out_x11 callbacks | Guenter Bartsch |
2001-10-20 | big event cleanup: one single mechanism is now used for all communications be... | Guenter Bartsch |
2001-10-18 | defining menu events | Guenter Bartsch |
2001-10-17 | demux / input plugin interface change, init functions now have access to the ... | Guenter Bartsch |
2001-10-08 | *_get_dir broken for file lists with more than five entries due to bad | Juergen Keil |
2001-10-08 | On solaris, try to grab the default dvd device from vold supplied environment | Juergen Keil |
2001-10-07 | configurable VCD device - patch provided by Chris Rankin <rankinc@pacbell.net> | Guenter Bartsch |
2001-10-07 | if a pes header indicates that the stream is encrypted that doesn't necessari... | Guenter Bartsch |
2001-10-06 | Argh, uscsi ioctls do not work any more in solaris9beta (permission denied) on | Juergen Keil |
2001-10-06 | Add the DVD_STRUCT_COPYRIGHT checking stuff for solaris. | Juergen Keil |
2001-10-05 | Must release read_cache lock on read error | Juergen Keil |
2001-10-05 | Errors returned from read(2) system call were ignored in most input plugins | Juergen Keil |
2001-10-05 | missing include for freebsd added | Heiko Schaefer |
2001-10-05 | - refuse to play encrypted dvds | Miguel Freitas |
2001-10-03 | Add error checks to all "pthread_create" calls, print error message and exit | Juergen Keil |
2001-10-03 | Fix a char* / unsigned char* compiler warning | Juergen Keil |
2001-10-03 | Fix two char* / unsigned char* warnings | Juergen Keil |
2001-09-28 | 32/64-bit bug in read_cache_read_block block, wrong fileoffset passed to | Juergen Keil |
2001-09-27 | buf type not set on solaris (same problem on freebsd, too); vcd didn't work any | Juergen Keil |
2001-09-11 | remove obsoleted stuff by the new cache scheme. | Miguel Freitas |
2001-09-11 | Fix compile error (does not find xine/buffer.h) | Juergen Keil |
2001-09-11 | read_cache enables xine to read DVD data in larger chunks (here 16*2048 bytes... | Guenter Bartsch |
2001-09-10 | better responsiveness by providing pthread cancellation | Miguel Freitas |
2001-09-08 | rich's patches (menu support) | Guenter Bartsch |
2001-09-06 | Trying to port the xine-lib sources to a non-gcc compiler | Juergen Keil |