index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
input_dvd.c
Age
Commit message (
Expand
)
Author
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-05-28
Fix FTBFS on the Hurd.
Marc Dequènes (Duck)
2009-02-17
Add OpenBSD support to the CDDA, DVD & VCD input code.
Brad Smith
2009-01-04
Fix for CVE-2008-5239
Matthias Hopf
2008-05-09
Initialise the xine_event_t instance directly on declaration.
Diego 'Flameeyes' Pettenò
2008-05-09
Use xine_ui_data_t's array rather than creating a temporary.
Diego 'Flameeyes' Pettenò
2008-05-07
Use proper string functions in place of sn?printf.
Diego 'Flameeyes' Pettenò
2008-05-07
Use asprintf() rather than malloc() + sprintf().
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-04-19
Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...
Diego 'Flameeyes' Pettenò
2007-04-14
Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...
Diego 'Flameeyes' Pettenò
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-09-07
Fix dvd://.../title[.chapter] handling (broken in cset 2e301bc2cce8).
Darren Salt
2007-08-08
Fix an attempted free of static data, e.g. when using "dvd:/" (not "dvd://").
Darren Salt
2007-07-08
Handle escaped characters in DVD MRLs.
Darren Salt
2007-04-04
Cleanup check for WIN32, use #elif rather than #else/#ifdef.
Pascal S. de Kloe
2007-04-04
Check for sys/dvdio.h, and use that if found, rather than having a check for ...
Diego 'Flameeyes' Pettenò
2007-02-20
const++
Diego 'Flameeyes' Pettenò
2007-02-08
Remove any possibility of strcpy/sprintf overflows wrt front ends requesting
Darren Salt
2007-01-19
Make get_mrl return a const char * too.
Diego 'Flameeyes' Pettenò
2007-01-18
Make get_description function return a const char * rather than just a char *...
Diego 'Flameeyes' Pettenò
2006-12-19
Mark string-type configuration items according to whether they're plain
Darren Salt
2006-10-29
- if the root menu isn't available, go to the title menu instead. Closes
Bastien Nocera
2006-07-17
Allow 0 for title & chapter in DVD MRLs.
Darren Salt
2006-07-11
Apply patches for Darwin compatibility, SF.net bug 1431220. Thanks to Benjami...
Diego 'Flameeyes' Pettenò
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2005-10-14
input plugin time seeking patch.
Miguel Freitas
2005-09-12
Patch from Brian J. Tarricone.
Thibaut Mattern
2005-09-07
Fixed segfault on class_dispose.
Thibaut Mattern
2005-09-02
Unregister 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 the
Bastien Nocera
2005-07-03
new stream infos allows frontends to query current title/chapter/angle on dvds
Miguel Freitas
2005-05-14
patch to allow playing just a single title/chapter and then stop
Miguel Freitas
2005-02-07
Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries.
Thibaut Mattern
2005-02-06
Added a plugin_node_t pointer to the input plugin struct.
Thibaut Mattern
2005-01-18
**BUGFIX**
Michael Roitzsch
2004-12-12
huge patch ahead: reorganizing config entries with automatic conversion
Michael Roitzsch
2004-12-12
Check absolute path in $ac_aux_dir (just reflected from gxine).
František Dvořák
2004-12-08
use the variable show here (it would be unused otherwise)
Michael Roitzsch
2004-12-05
Restrict left button (1) only for XINE_EVENT_INPUT_MOUSE_BUTTON event
Daniel Caujolle-Bert
2004-09-16
new DVD MRL parser (refactored into two new functions to be more readable and
Michael Roitzsch
2004-09-01
Fixes to DVD MRL parsing.
James Courtier-Dutton
2004-08-28
Fix a crash when dispose it called before the DVD starts playing.
James Courtier-Dutton
2004-08-28
Improved MRL parsing in the dvd plugin.
James Courtier-Dutton
2004-08-19
* set the instance pointer to NULL before closing the dvdnav handle
Michael Roitzsch
2004-08-01
patch by Robin Kay to dynamically increase the memory stack when it runs full
Michael Roitzsch
2004-07-20
Add const to get_identifier return type since that's n fact what it
Rocky Bernstein
[next]