Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-18 | getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATE | Michael Roitzsch | |
fix ejecting (works now) CVS patchset: 3288 CVS date: 2002/11/18 11:33:59 | |||
2002-11-17 | cleanup: bring config entries back to life | Michael Roitzsch | |
introduce a seekable flag CVS patchset: 3277 CVS date: 2002/11/17 16:23:38 | |||
2002-11-15 | cleaning up spu types. now avi subtitles may be enabled again. | Miguel Freitas | |
(+ missed ffmpeg/dv patch) CVS patchset: 3263 CVS date: 2002/11/15 00:20:31 | |||
2002-11-03 | some more release-related fixes... | Siggi Langauf | |
CVS patchset: 3174 CVS date: 2002/11/03 23:03:30 | |||
2002-11-02 | don't display crap in UI panel, xine-ui expects a xine_ui_data_t and | Michael Roitzsch | |
I think this is right, so we provide one CVS patchset: 3148 CVS date: 2002/11/02 15:13:01 | |||
2002-11-02 | Less verbosity. | Daniel Caujolle-Bert | |
CVS patchset: 3138 CVS date: 2002/11/02 03:13:44 | |||
2002-11-01 | be less strict with MRL syntax, people are used to :// | Michael Roitzsch | |
CVS patchset: 3128 CVS date: 2002/11/01 17:51:57 | |||
2002-11-01 | Time for fast navigation now ! | Thibaut Mattern | |
CVS patchset: 3124 CVS date: 2002/11/01 11:48:59 | |||
2002-10-31 | adapt input plugins to new MRL syntax | Michael Roitzsch | |
(mostly turning :// into :/) CVS patchset: 3113 CVS date: 2002/10/31 17:00:44 | |||
2002-10-27 | less noise and register skip_behaviour (chapter skip keys work again) | Michael Roitzsch | |
CVS patchset: 3050 CVS date: 2002/10/27 20:07:39 | |||
2002-10-26 | timeouts for mms, send progress report events, introduce verbosity engine ↵ | Guenter Bartsch | |
parameter (not implemented yet), document new plugin loader in changelog CVS patchset: 3029 CVS date: 2002/10/26 22:50:52 | |||
2002-10-26 | first step in getting dvd events back | Michael Roitzsch | |
CVS patchset: 3017 CVS date: 2002/10/26 20:15:21 | |||
2002-10-26 | Remove assert(0), left over from testing. | James Courtier-Dutton | |
dispose of event queue. CVS patchset: 2998 CVS date: 2002/10/26 02:12:27 | |||
2002-10-25 | remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUT | Michael Roitzsch | |
CVS patchset: 2997 CVS date: 2002/10/25 15:36:16 | |||
2002-10-24 | C99 version of macro definition with variable number of arguments added | Juergen Keil | |
CVS patchset: 2985 CVS date: 2002/10/24 15:04:41 | |||
2002-10-24 | Fix some log messages in audio_alsa_out.c | James Courtier-Dutton | |
Fix input_dvd.c for new config file loading before init_class(). CVS patchset: 2982 CVS date: 2002/10/24 13:52:56 | |||
2002-10-24 | Further changes to DVD code. | James Courtier-Dutton | |
CVS patchset: 2981 CVS date: 2002/10/24 11:30:38 | |||
2002-10-23 | final c++ -> c coding style fixes, libxine compiles now | Guenter Bartsch | |
CVS patchset: 2971 CVS date: 2002/10/23 20:26:32 | |||
2002-10-23 | Oops...will compile now. | James Courtier-Dutton | |
CVS patchset: 2964 CVS date: 2002/10/23 11:59:52 | |||
2002-10-23 | input_dvd.c now listens for keyboard events from xine-ui. | James Courtier-Dutton | |
CVS patchset: 2962 CVS date: 2002/10/23 11:44:30 | |||
2002-10-23 | "dvd_device" device name moved from dvd_input_plugin_t -> dvd_input_class_t, | Juergen Keil | |
adapt the check_solaris_vold_device() function. CVS patchset: 2959 CVS date: 2002/10/23 10:14:08 | |||
2002-10-22 | Fix bad comment, and disable some piece of code to enable compilation on solaris | Juergen Keil | |
CVS patchset: 2940 CVS date: 2002/10/22 17:16:57 | |||
2002-10-22 | Update input_dvd.c to new api. | James Courtier-Dutton | |
Plays DVDs now, but not menu buttons work yet. CVS patchset: 2933 CVS date: 2002/10/22 07:36:05 | |||
2002-10-14 | introduction of xine_stream_t and async xine events - all still in developement | Guenter Bartsch | |
CVS patchset: 2828 CVS date: 2002/10/14 15:46:48 | |||
2002-10-06 | Proper alignment is needed for the array of "xine_mrl_t" structures on SPARC. | Juergen Keil | |
CVS patchset: 2795 CVS date: 2002/10/06 15:48:02 | |||
2002-10-02 | - kill global variables | Michael Roitzsch | |
- remove some code that could never be reached (after return) CVS patchset: 2770 CVS date: 2002/10/02 15:56:51 | |||
2002-09-28 | configurable skipping behaviour | Michael Roitzsch | |
CVS patchset: 2754 CVS date: 2002/09/28 11:10:04 | |||
2002-09-22 | API review part I | Michael Roitzsch | |
- bring our beloved xine_t * back (no more const there) - remove const on some input plugin functions where the data changes with media (dvd, ...) changes and is therefore not const CVS patchset: 2740 CVS date: 2002/09/22 14:29:40 | |||
2002-09-20 | another bit of language display tweaking | Michael Roitzsch | |
CVS patchset: 2720 CVS date: 2002/09/20 13:24:53 | |||
2002-09-19 | - memset not needed any more | Michael Roitzsch | |
- tweak language output CVS patchset: 2708 CVS date: 2002/09/19 11:23:40 | |||
2002-09-18 | Fix a seg fault. | James Courtier-Dutton | |
CVS patchset: 2684 CVS date: 2002/09/18 10:03:07 | |||
2002-09-18 | Try to get xine-lib to compile. | James Courtier-Dutton | |
CVS patchset: 2682 CVS date: 2002/09/18 06:42:23 | |||
2002-09-18 | Updating the DVD menu code to use better nav_pci information. | James Courtier-Dutton | |
libspudec parses nav_pci info correctly. libdvdnav does not parse nav_pci info at all. CVS patchset: 2681 CVS date: 2002/09/18 04:20:09 | |||
2002-09-17 | Make input_dvd.c mrl playlist work again. | James Courtier-Dutton | |
CVS patchset: 2677 CVS date: 2002/09/17 07:53:59 | |||
2002-09-16 | Start to get mrl working for DVD button. | James Courtier-Dutton | |
CVS patchset: 2675 CVS date: 2002/09/16 16:55:35 | |||
2002-09-16 | Prevent a segfault when accessing the config. | James Courtier-Dutton | |
CVS patchset: 2674 CVS date: 2002/09/16 16:13:56 | |||
2002-09-15 | be more distinct with UI info texts for | Michael Roitzsch | |
"no subtitles because user switched it off" and "no subtitles because none are available" CVS patchset: 2668 CVS date: 2002/09/15 14:05:37 | |||
2002-09-14 | latest xine_config api changes as proposed by james | Guenter Bartsch | |
CVS patchset: 2664 CVS date: 2002/09/14 19:04:07 | |||
2002-09-13 | dvd playback should work again | Michael Roitzsch | |
CVS patchset: 2659 CVS date: 2002/09/13 17:18:42 | |||
2002-09-06 | introduce "const" | Michael Roitzsch | |
fix some input plugins that would not copy the mrl on open CVS patchset: 2623 CVS date: 2002/09/06 18:13:10 | |||
2002-09-05 | remove plugin's private priority and interface members | Michael Roitzsch | |
adapt some more decoders CVS patchset: 2618 CVS date: 2002/09/05 22:18:50 | |||
2002-09-05 | make all the plugin init functions static | Michael Roitzsch | |
(geez this was a job) CVS patchset: 2616 CVS date: 2002/09/05 20:44:38 | |||
2002-09-05 | use xine_mrl_t instead of mrl_t in input plugins, implement more configfile ↵ | Guenter Bartsch | |
functions CVS patchset: 2615 CVS date: 2002/09/05 20:19:48 | |||
2002-09-05 | XV Video out at least loads now and we see the xine logo again. | James Courtier-Dutton | |
The DVD plugin now loads, but audio and spu info is lost. What happened to xine_get_spu_channel and xine_get_audio_channel? CVS patchset: 2607 CVS date: 2002/09/05 05:51:14 | |||
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is ↵ | Guenter Bartsch | |
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05 | |||
2002-09-04 | - handle numeric events for button selection (maybe this makes some | Michael Roitzsch | |
dvd's easter eggs accesible) - workaround current breakage in libdvdnav concerning mrl list building CVS patchset: 2601 CVS date: 2002/09/04 10:48:36 | |||
2002-09-03 | Improve chapter selection functions. | James Courtier-Dutton | |
CVS patchset: 2594 CVS date: 2002/09/03 07:51:34 | |||
2002-09-02 | This might slow things down a bit, but I need to do it to test a problem ↵ | James Courtier-Dutton | |
with DVD menus not appearing. I think the reason they are not appearing is that they are getting flushed too early. CVS patchset: 2588 CVS date: 2002/09/02 12:25:49 | |||
2002-09-02 | Implement proper prev/next chapter. | James Courtier-Dutton | |
CVS patchset: 2587 CVS date: 2002/09/02 03:21:38 | |||
2002-08-31 | Add a printf so we can tell if a user is using xine's libdvdnav or the one from | James Courtier-Dutton | |
dvd.sf.net. Add some "this->dvdnav = NULL;" after dvdnav_close() CVS patchset: 2568 CVS date: 2002/08/31 02:48:13 |