Age | Commit message (Expand) | Author |
2010-03-14 | Merge from 1.1. | Darren Salt |
2010-03-10 | Make buildable with current (external) libdvdnav & libdvdread. | Darren Salt |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-08-05 | Merge from 1.1. | Darren Salt |
2009-05-28 | Fix FTBFS on the Hurd. | Marc Dequènes (Duck) |
2009-03-03 | Merge from 1.1. | Darren Salt |
2009-02-17 | Add OpenBSD support to the CDDA, DVD & VCD input code. | Brad Smith |
2009-01-05 | Merge security fixes from 1.1. | Darren Salt |
2009-01-04 | Fix for CVE-2008-5239 | Matthias Hopf |
2008-05-23 | Merge from 1.1. VDR needs to be updated. | Diego 'Flameeyes' Pettenò |
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-21 | Merge from 1.1. | Darren Salt |
2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2008-01-02 | Mark the mrl lists as constant; this trades a warning for another as char ** ... | Diego 'Flameeyes' Pettenò |
2008-01-02 | Don't mark the spu_event as constant. | Diego 'Flameeyes' Pettenò |
2007-12-23 | Mark a few more array totally constant. | Diego 'Flameeyes' Pettenò |
2007-12-22 | Merge -headers-reshuffle branch into main. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Mark handled_mrl const and make it a char array. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use asprintf. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the input plugins interface version to 18 as they got updated. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all input plugins to the new identifier/description interface. | Diego 'Flameeyes' Pettenò |
2007-11-10 | Merge from 1.1. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-09-09 | Merge from 1.1. | Darren Salt |
2007-09-07 | Fix dvd://.../title[.chapter] handling (broken in cset 2e301bc2cce8). | Darren Salt |
2007-08-16 | Merge all but the open()/glibc workaround from 1.1. | Darren Salt |
2007-07-08 | Merge from 1.1. | Darren Salt |
2007-07-08 | Handle escaped characters in DVD MRLs. | Darren Salt |
2007-06-10 | Fill xine_event_t strutures as needed, reduces code built. | Diego 'Flameeyes' Pettenò |
2007-08-08 | Fix an attempted free of static data, e.g. when using "dvd:/" (not "dvd://"). | Darren Salt |
2007-06-09 | Convert all input plugins to use void * as type for the buf parameter of read... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Mark string arrays as arrays of constant pointers, and do the same for memcpy... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Don't add a special setting for DVDCSS_CACHE, as it's handled by libdvdcss. | Diego 'Flameeyes' Pettenò |
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ò |