summaryrefslogtreecommitdiff
path: root/src/input/input_dvd.c
AgeCommit message (Expand)Author
2003-02-20syncing to libdvdnav 0.1.5 and modifying input plugin accordinglyMichael Roitzsch
2003-02-14FreeBSD compile fixesHeiko Schaefer
2003-02-13use the requested channel number when querying for the languageMichael Roitzsch
2003-02-11enable libdvdcss title key cacheMichael Roitzsch
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
2002-12-22it doesn't make sense to reimplement flush here.Miguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-06- add still frame hint (untested - i don't have dvd here)Miguel Freitas
2002-11-23DVD input fixes and cleanup:Michael Roitzsch
2002-11-23registering config entries at init_class timeDaniel Caujolle-Bert
2002-11-22do not play with the clock any more, we have dedicated flush functions for th...Michael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-18DVD input should now be initially unseekableMichael Roitzsch
2002-11-18getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
2002-11-17cleanup: bring config entries back to lifeMichael Roitzsch
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
2002-11-03some more release-related fixes...Siggi Langauf
2002-11-02don't display crap in UI panel, xine-ui expects a xine_ui_data_t andMichael Roitzsch
2002-11-02Less verbosity.Daniel Caujolle-Bert
2002-11-01be less strict with MRL syntax, people are used to ://Michael Roitzsch
2002-11-01Time for fast navigation now !Thibaut Mattern
2002-10-31adapt input plugins to new MRL syntaxMichael Roitzsch
2002-10-27less noise and register skip_behaviour (chapter skip keys work again)Michael Roitzsch
2002-10-26timeouts for mms, send progress report events, introduce verbosity engine par...Guenter Bartsch
2002-10-26first step in getting dvd events backMichael Roitzsch
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-25remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUTMichael Roitzsch
2002-10-24C99 version of macro definition with variable number of arguments addedJuergen Keil
2002-10-24Fix some log messages in audio_alsa_out.cJames Courtier-Dutton
2002-10-24Further changes to DVD code.James Courtier-Dutton
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
2002-10-23Oops...will compile now.James Courtier-Dutton
2002-10-23input_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-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-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
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-09-28configurable skipping behaviourMichael Roitzsch
2002-09-22API review part IMichael Roitzsch
2002-09-20another bit of language display tweakingMichael Roitzsch
2002-09-19- memset not needed any moreMichael Roitzsch
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