Age | Commit message (Expand) | Author |
2003-04-03 | not so much noise in cvs | Michael Roitzsch |
2003-04-01 | Fix race condition, where spudec_reset is called and then a button update arr... | James Courtier-Dutton |
2003-03-30 | additional sanity check on the part number | Michael Roitzsch |
2003-03-29 | sync to libdvdnav cvs once again | Michael Roitzsch |
2003-03-27 | use timing information provided by libdvdnav to get more accurate position | Michael Roitzsch |
2003-03-25 | new config option to switch between PG ("per chapter") and PGC ("per movie") | Michael Roitzsch |
2003-03-13 | turn these around so that dvd_get_current_position is defined before used | Michael Roitzsch |
2003-03-12 | fix wrong return value of seek function, kindly reported by Nick Kurshev | Michael Roitzsch |
2003-03-04 | fix compiler warnings at least in xine's native code | Michael Roitzsch |
2003-02-28 | Xine assert() replacement: | Stephen Torri |
2003-02-26 | adjust input_dvd to handle DVDNAV_WAIT events properly | Michael Roitzsch |
2003-02-20 | syncing to libdvdnav 0.1.5 and modifying input plugin accordingly | Michael Roitzsch |
2003-02-14 | FreeBSD compile fixes | Heiko Schaefer |
2003-02-13 | use the requested channel number when querying for the language | Michael Roitzsch |
2003-02-11 | enable libdvdcss title key cache | Michael Roitzsch |
2002-12-27 | man errno: "must not be explicitly declared; errno may be a macro" | Miguel Freitas |
2002-12-22 | it doesn't make sense to reimplement flush here. | Miguel Freitas |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-06 | - add still frame hint (untested - i don't have dvd here) | Miguel Freitas |
2002-11-23 | DVD input fixes and cleanup: | Michael Roitzsch |
2002-11-23 | registering config entries at init_class time | Daniel Caujolle-Bert |
2002-11-22 | do not play with the clock any more, we have dedicated flush functions for th... | Michael Roitzsch |
2002-11-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |
2002-11-18 | DVD input should now be initially unseekable | Michael Roitzsch |
2002-11-18 | getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATE | Michael Roitzsch |
2002-11-17 | cleanup: bring config entries back to life | Michael Roitzsch |
2002-11-15 | cleaning up spu types. now avi subtitles may be enabled again. | Miguel Freitas |
2002-11-03 | some more release-related fixes... | Siggi Langauf |
2002-11-02 | don't display crap in UI panel, xine-ui expects a xine_ui_data_t and | Michael Roitzsch |
2002-11-02 | Less verbosity. | Daniel Caujolle-Bert |
2002-11-01 | be less strict with MRL syntax, people are used to :// | Michael Roitzsch |
2002-11-01 | Time for fast navigation now ! | Thibaut Mattern |
2002-10-31 | adapt input plugins to new MRL syntax | Michael Roitzsch |
2002-10-27 | less noise and register skip_behaviour (chapter skip keys work again) | Michael Roitzsch |
2002-10-26 | timeouts for mms, send progress report events, introduce verbosity engine par... | Guenter Bartsch |
2002-10-26 | first step in getting dvd events back | Michael Roitzsch |
2002-10-26 | Remove assert(0), left over from testing. | James Courtier-Dutton |
2002-10-25 | remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUT | Michael Roitzsch |
2002-10-24 | C99 version of macro definition with variable number of arguments added | Juergen Keil |
2002-10-24 | Fix some log messages in audio_alsa_out.c | James Courtier-Dutton |
2002-10-24 | Further changes to DVD code. | James Courtier-Dutton |
2002-10-23 | final c++ -> c coding style fixes, libxine compiles now | Guenter Bartsch |
2002-10-23 | Oops...will compile now. | James Courtier-Dutton |
2002-10-23 | input_dvd.c now listens for keyboard events from xine-ui. | James Courtier-Dutton |
2002-10-23 | "dvd_device" device name moved from dvd_input_plugin_t -> dvd_input_class_t, | Juergen Keil |
2002-10-22 | Fix bad comment, and disable some piece of code to enable compilation on solaris | Juergen Keil |
2002-10-22 | Update input_dvd.c to new api. | James Courtier-Dutton |
2002-10-14 | introduction of xine_stream_t and async xine events - all still in developement | Guenter Bartsch |
2002-10-06 | Proper alignment is needed for the array of "xine_mrl_t" structures on SPARC. | Juergen Keil |
2002-10-02 | - kill global variables | Michael Roitzsch |