summaryrefslogtreecommitdiff
path: root/src/input/input_dvd.c
AgeCommit message (Expand)Author
2007-04-04Cleanup check for WIN32, use #elif rather than #else/#ifdef.Pascal S. de Kloe
2007-04-04Check for sys/dvdio.h, and use that if found, rather than having a check for ...Diego 'Flameeyes' Pettenò
2007-02-20const++Diego 'Flameeyes' Pettenò
2007-02-08Remove any possibility of strcpy/sprintf overflows wrt front ends requestingDarren Salt
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-18Make get_description function return a const char * rather than just a char *...Diego 'Flameeyes' Pettenò
2006-12-19Mark string-type configuration items according to whether they're plainDarren Salt
2006-10-29- if the root menu isn't available, go to the title menu instead. ClosesBastien Nocera
2006-07-17Allow 0 for title & chapter in DVD MRLs.Darren Salt
2006-07-11Apply patches for Darwin compatibility, SF.net bug 1431220. Thanks to Benjami...Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-10-14input plugin time seeking patch.Miguel Freitas
2005-09-12Patch from Brian J. Tarricone.Thibaut Mattern
2005-09-07Fixed segfault on class_dispose.Thibaut Mattern
2005-09-02Unregister config callbacks.Thibaut Mattern
2005-08-25*BUGFIX*František Dvořák
2005-07-11- Trivial patch from Mathieu Routhier <mrouthier@encentrus.com> to set theBastien Nocera
2005-07-03new stream infos allows frontends to query current title/chapter/angle on dvdsMiguel Freitas
2005-05-14patch to allow playing just a single title/chapter and then stopMiguel Freitas
2005-02-07Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries.Thibaut Mattern
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
2005-01-18**BUGFIX**Michael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-12-12Check absolute path in $ac_aux_dir (just reflected from gxine).František Dvořák
2004-12-08use the variable show here (it would be unused otherwise)Michael Roitzsch
2004-12-05Restrict left button (1) only for XINE_EVENT_INPUT_MOUSE_BUTTON eventDaniel Caujolle-Bert
2004-09-16new DVD MRL parser (refactored into two new functions to be more readable andMichael Roitzsch
2004-09-01Fixes to DVD MRL parsing.James Courtier-Dutton
2004-08-28Fix a crash when dispose it called before the DVD starts playing.James Courtier-Dutton
2004-08-28Improved MRL parsing in the dvd plugin.James Courtier-Dutton
2004-08-19* set the instance pointer to NULL before closing the dvdnav handleMichael Roitzsch
2004-08-01patch by Robin Kay to dynamically increase the memory stack when it runs fullMichael Roitzsch
2004-07-20Add const to get_identifier return type since that's n fact what itRocky Bernstein
2004-06-21remember the last opened device for ejecting so when using more than oneMichael Roitzsch
2004-06-20* merge latest CVS of libdvdnav fixes dvd:/<title>.<part> MRLsMichael Roitzsch
2004-06-14since we do not store that in extra_info any more, this call is obsoleteMichael Roitzsch
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-04-10improving config help stringsMichael Roitzsch
2003-12-26* cure the ABI breakage: XINE_LANG_MAX cannot be increasedMichael Roitzsch
2003-12-14API version bounceSiggi Langauf
2003-12-13set dvdcss verbosity according to xine's oneDaniel Caujolle-Bert
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-08Use info helper functions.Thibaut Mattern
2003-10-26fix some prominent compiler warningsMichael Roitzsch