Age | Commit message (Expand) | Author |
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 |
2004-06-21 | remember the last opened device for ejecting so when using more than one | Michael Roitzsch |
2004-06-20 | * merge latest CVS of libdvdnav fixes dvd:/<title>.<part> MRLs | Michael Roitzsch |
2004-06-14 | since we do not store that in extra_info any more, this call is obsolete | Michael Roitzsch |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-04-10 | improving config help strings | Michael Roitzsch |
2003-12-26 | * cure the ABI breakage: XINE_LANG_MAX cannot be increased | Michael Roitzsch |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-13 | set dvdcss verbosity according to xine's one | Daniel Caujolle-Bert |
2003-12-07 | get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac... | Daniel Caujolle-Bert |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat... | Daniel Caujolle-Bert |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-15 | more helper functions cleanup (stream info, meta info) | Miguel Freitas |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-11-08 | Use info helper functions. | Thibaut Mattern |
2003-10-26 | fix some prominent compiler warnings | Michael Roitzsch |
2003-08-25 | Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ... | Daniel Caujolle-Bert |
2003-08-21 | RIP Input Plugin | Miguel Freitas |
2003-06-29 | on some DVDs, the first highlight information (which button to highlight) will | Michael Roitzsch |
2003-06-02 | new event which inform UI when the mouse pointer enter and leave a spu button... | Daniel Caujolle-Bert |
2003-05-23 | make alternative devices (dvd:<path> and dvd:<device> style MRLs) work with | Michael Roitzsch |
2003-05-16 | Fix win32 build and start adding additional plugin support | Tim Champagne |
2003-05-14 | just to play it safe | Michael Roitzsch |
2003-05-07 | DVD play sort of works on Win32. Also added a couple more plugings to the Win... | Tim Champagne |