summaryrefslogtreecommitdiff
path: root/src/input/input_dvd.c
AgeCommit message (Expand)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-05-28Fix FTBFS on the Hurd.Marc Dequènes (Duck)
2009-02-17Add OpenBSD support to the CDDA, DVD & VCD input code.Brad Smith
2009-01-04Fix for CVE-2008-5239Matthias Hopf
2008-05-09Initialise the xine_event_t instance directly on declaration.Diego 'Flameeyes' Pettenò
2008-05-09Use xine_ui_data_t's array rather than creating a temporary.Diego 'Flameeyes' Pettenò
2008-05-07Use proper string functions in place of sn?printf.Diego 'Flameeyes' Pettenò
2008-05-07Use asprintf() rather than malloc() + sprintf().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-09-07Fix dvd://.../title[.chapter] handling (broken in cset 2e301bc2cce8).Darren Salt
2007-08-08Fix an attempted free of static data, e.g. when using "dvd:/" (not "dvd://").Darren Salt
2007-07-08Handle escaped characters in DVD MRLs.Darren Salt
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