summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2002-10-22Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFL...Stephen Torri
2002-10-22Recursive comments, picked up via CVS $Log keyword. Trying to fix...Juergen Keil
2002-10-22Fix bad comment, and disable some piece of code to enable compilation on solarisJuergen Keil
2002-10-22Update input_dvd.c to new api.James Courtier-Dutton
2002-10-22Changed comments to standard /* ... */Stephen Torri
2002-10-22Changed comments to standard (/* ... */)Stephen Torri
2002-10-22Changed comments to standard (/* ... */)Stephen Torri
2002-10-22Added "compat.h" to clear up compiler error of undeclared macros.Stephen Torri
2002-10-21document INPUT_CAP_CHAPTERSMichael Roitzsch
2002-10-20provide some documentation of input plugin capabilitiesGuenter Bartsch
2002-10-20get_optional_data was missingGuenter Bartsch
2002-10-20http input plugin adapted to new apiGuenter Bartsch
2002-10-20mms inpit plugin is backGuenter Bartsch
2002-10-18my very first try at the new streams api. some fixes to it (uninitializedMiguel Freitas
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-16bump up plugin version numbersGuenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-10-09configure.ac:Stephen Torri
2002-10-06Proper alignment is needed for the array of "xine_mrl_t" structures on SPARC.Juergen Keil
2002-10-02- kill global variablesMichael Roitzsch
2002-10-02mark some global arrays that must never be changed (multiple pluginMichael Roitzsch
2002-09-28configurable skipping behaviourMichael Roitzsch
2002-09-22API review part IMichael Roitzsch
2002-09-20another bit of language display tweakingMichael Roitzsch
2002-09-20enable DVD input plugin againMichael Roitzsch
2002-09-20sync to latest libdvdnav cvs versionMichael Roitzsch
2002-09-19- memset not needed any moreMichael Roitzsch
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
2002-09-19small language improvementsGuenter Bartsch
2002-09-18make new plugin loader check api versions, fix api versions for adapted demux...Guenter Bartsch
2002-09-18Fix a seg fault.James Courtier-Dutton
2002-09-18Try to get xine-lib to compile.James Courtier-Dutton
2002-09-18Updating the DVD menu code to use better nav_pci information.James Courtier-Dutton
2002-09-17Make input_dvd.c mrl playlist work again.James Courtier-Dutton
2002-09-16Start to get mrl working for DVD button.James Courtier-Dutton
2002-09-16Prevent a segfault when accessing the config.James Courtier-Dutton
2002-09-15be more distinct with UI info texts forMichael Roitzsch
2002-09-14latest xine_config api changes as proposed by jamesGuenter Bartsch
2002-09-13dvd playback should work againMichael Roitzsch
2002-09-09that was a while ago: preserve Jürgen Keil's patch to libdvdreaduid86226
2002-09-06introduce "const"Michael Roitzsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-05use xine_mrl_t instead of mrl_t in input plugins, implement more configfile f...Guenter Bartsch
2002-09-05XV Video out at least loads now and we see the xine logo again.James Courtier-Dutton
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-09-04file_open was allocating too few bytes for dvd_input_t, corrupts malloc heap.xine-0_9_14-norelease0.9.14-noreleaseJuergen Keil
2002-09-04sync to libdvdnav cvsMichael Roitzsch
2002-09-04- handle numeric events for button selection (maybe this makes someMichael Roitzsch
2002-09-03Improve chapter selection functions.James Courtier-Dutton