Age | Commit message (Expand) | Author |
2002-10-31 | adapt input plugins to new MRL syntax | Michael Roitzsch |
2002-10-29 | only open mms-urls | Guenter Bartsch |
2002-10-28 | Build all xine plugin modules with "-export-symbols-regex xine_plugin_info", | Juergen Keil |
2002-10-28 | using select for read-timeouts, improved error detection and handling | Guenter Bartsch |
2002-10-27 | file plugin should handle file:// - type uris now, '#' is used as subtitle de... | Guenter Bartsch |
2002-10-27 | less noise and register skip_behaviour (chapter skip keys work again) | Michael Roitzsch |
2002-10-27 | return of ogg and vorbis, began implementing verbosity parameter | Guenter Bartsch |
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 | fix capabilites (preview) | Guenter Bartsch |
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 | incorporate Stephen's comment fixing into the sync-help patch | Michael Roitzsch |
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 | Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFL... | Stephen Torri |
2002-10-22 | Recursive comments, picked up via CVS $Log keyword. Trying to fix... | 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-22 | Changed comments to standard /* ... */ | Stephen Torri |
2002-10-22 | Changed comments to standard (/* ... */) | Stephen Torri |
2002-10-22 | Changed comments to standard (/* ... */) | Stephen Torri |
2002-10-22 | Added "compat.h" to clear up compiler error of undeclared macros. | Stephen Torri |
2002-10-21 | document INPUT_CAP_CHAPTERS | Michael Roitzsch |
2002-10-20 | provide some documentation of input plugin capabilities | Guenter Bartsch |
2002-10-20 | get_optional_data was missing | Guenter Bartsch |
2002-10-20 | http input plugin adapted to new api | Guenter Bartsch |
2002-10-20 | mms inpit plugin is back | Guenter Bartsch |
2002-10-18 | my very first try at the new streams api. some fixes to it (uninitialized | Miguel Freitas |
2002-10-17 | move open_plugin function (used to create new plugin instances) from the plug... | Michael Roitzsch |
2002-10-16 | bump up plugin version numbers | Guenter Bartsch |
2002-10-14 | introduction of xine_stream_t and async xine events - all still in developement | Guenter Bartsch |
2002-10-09 | configure.ac: | Stephen Torri |
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 |
2002-10-02 | mark some global arrays that must never be changed (multiple plugin | Michael Roitzsch |
2002-09-28 | configurable skipping behaviour | Michael Roitzsch |
2002-09-22 | API review part I | Michael Roitzsch |
2002-09-20 | another bit of language display tweaking | Michael Roitzsch |
2002-09-20 | enable DVD input plugin again | Michael Roitzsch |
2002-09-20 | sync to latest libdvdnav cvs version | Michael Roitzsch |
2002-09-19 | - memset not needed any more | Michael Roitzsch |
2002-09-19 | Updated cvscompile.sh to look for configure.ac | Stephen Torri |
2002-09-19 | small language improvements | Guenter Bartsch |
2002-09-18 | make new plugin loader check api versions, fix api versions for adapted demux... | Guenter Bartsch |