summaryrefslogtreecommitdiff
path: root/src/input/input_dvd.c
AgeCommit message (Expand)Author
2003-04-03not so much noise in cvsMichael Roitzsch
2003-04-01Fix race condition, where spudec_reset is called and then a button update arr...James Courtier-Dutton
2003-03-30additional sanity check on the part numberMichael Roitzsch
2003-03-29sync to libdvdnav cvs once againMichael Roitzsch
2003-03-27use timing information provided by libdvdnav to get more accurate positionMichael Roitzsch
2003-03-25new config option to switch between PG ("per chapter") and PGC ("per movie")Michael Roitzsch
2003-03-13turn these around so that dvd_get_current_position is defined before usedMichael Roitzsch
2003-03-12fix wrong return value of seek function, kindly reported by Nick KurshevMichael Roitzsch
2003-03-04fix compiler warnings at least in xine's native codeMichael Roitzsch
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-26adjust input_dvd to handle DVDNAV_WAIT events properlyMichael Roitzsch
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