Age | Commit message (Expand) | Author |
2004-10-20 | Start of VCD support on Mac OS X (still not finished, but doesn't break | Andre Pang |
2004-07-20 | Add const to get_identifier return type since that's n fact what it | Rocky Bernstein |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-04-10 | improving config help strings | Michael Roitzsch |
2004-01-07 | - use O_EXCL when opening the CD device so that we're sure no other application | Bastien Nocera |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-10-19 | vcd,ovcd -> vcdo. In MRL and plugin name. In the past, the mpeg demux | Rocky Bernstein |
2003-10-19 | VCD plugins renamed: | Siggi Langauf |
2003-04-26 | bump up input plugin interface version number | Guenter Bartsch |
2003-04-13 | Input plugin api change: | Thibaut Mattern |
2003-04-06 | - shared eject implementation taken from the DVD input, eject doesn't work if... | Bastien Nocera |
2003-02-14 | FreeBSD compile fixes | Heiko Schaefer |
2003-01-07 | avoid segfault when no VCD is in device, and you use browse_mrls(). | Daniel Caujolle-Bert |
2002-12-27 | man errno: "must not be explicitly declared; errno may be a macro" | Miguel Freitas |
2002-12-21 | If Solaris PCI then use ATAPI interface not SCSI. At least this helps | Rocky Bernstein |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-11-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |
2002-11-08 | vcd input plugin now compiles on Solaris | Robin KAY |
2002-11-08 | vcd input plugin compiles again | Guenter Bartsch |
2002-11-07 | return of the stdin plugin | Guenter Bartsch |
2002-11-01 | be less strict with MRL syntax, people are used to :// | Michael Roitzsch |
2002-10-31 | adapt input plugins to new MRL syntax | Michael Roitzsch |
2002-10-23 | fix capabilites (preview) | Guenter Bartsch |
2002-09-22 | API review part I | Michael Roitzsch |
2002-09-06 | introduce "const" | Michael Roitzsch |
2002-09-05 | remove plugin's private priority and interface members | Michael Roitzsch |
2002-09-05 | make all the plugin init functions static | Michael Roitzsch |
2002-09-05 | use xine_mrl_t instead of mrl_t in input plugins, implement more configfile f... | Guenter Bartsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-07-05 | Bump up version numbers due to changes in xine_t | Michael Roitzsch |
2002-06-23 | Add missing newline | Dennis Björklund |
2002-06-17 | Few memory leaks. | Daniel Caujolle-Bert |
2002-06-12 | Remove no more needed XINE_LOGO. | Daniel Caujolle-Bert |
2002-05-25 | patch from Michael Roitzsch: | Siggi Langauf |
2002-04-24 | Fix dispose *_dispose() function prototype. Fix in rtp_dispose() a bad | Daniel Caujolle-Bert |
2002-04-23 | Increment audio/video/spu decoder and input plugin API version number | Ewald Snel |
2002-04-23 | Fix memory leaks by disposing input, demux and decoder plugins at exit | Ewald Snel |
2002-04-11 | Add an INPUT_CAP_PREVIEW mode. | James Courtier-Dutton |
2002-02-17 | big debug output cleanup. removed debug output from log window, logging | Guenter Bartsch |
2002-01-18 | Fixed description string. | Daniel Caujolle-Bert |
2002-01-02 | Correct spelling of __VA_ARGS__ macro | Juergen Keil |
2001-12-27 | Add intl support + more logging messages. | Daniel Caujolle-Bert |
2001-12-10 | Enable config callbacks. | Daniel Caujolle-Bert |
2001-12-09 | Add cddb infos caching. Fix billion call of cddb server. Fix autoplay | 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-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-08 | *_get_dir broken for file lists with more than five entries due to bad | Juergen Keil |