Age | Commit message (Expand) | Author |
2011-11-24 | Fixed leaks in input plugins | Petri Hintukainen |
2011-10-10 | Fixed asprintf usage | Petri Hintukainen |
2011-10-10 | input_cdda: fixed writing outside of table | Petri Hintukainen |
2011-10-03 | Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke... | Chris Rankin |
2011-10-01 | Mark simple file and socket descriptors as uninheritable. | Chris Rankin |
2010-10-23 | mingw32-w64 port: | František Dvořák |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-08-05 | Fix reading of CDDB information (ref. cset a470c338149c) | Christopher Martin |
2009-08-05 | Accept CDDB return code 211 ("found inexact matches") | Christopher Martin |
2009-05-10 | Further improve parsing of CDDB information | Christopher Martin |
2009-05-10 | Provide genre & track no. for CDDB data | Markus Kaufhold |
2009-05-10 | CDDB parsing code duplication cleanup. | Darren Salt |
2009-04-26 | Adjust the CDDA frame cache to a 'snappier' value. | Christopher Martin |
2009-02-17 | Add OpenBSD support to the CDDA, DVD & VCD input code. | Brad Smith |
2009-01-12 | Fixed lvalue cast error (build with newer mingw compilation tools). | František Dvořák |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-08-25 | Fix CDDB access on 64-bit. | Darren Salt |
2008-08-13 | Improve parsing of cddb information | Arnold Metselaar |
2008-08-13 | add cdda_class_get_dir method to cdda plugin | Arnold Metselaar |
2008-07-08 | Add #include <windef.h> to fix compile for mingw32 | Matthias Ringwald |
2008-05-09 | Use asprintf() rather than sn?printf() + strn?dup(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t rather than int to store the return value of strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Loop improvements, avoid multiple strlen() and strdup() calls. | 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-12-18 | Use calloc() when the allocated size would be counted by multiplying the size... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2007-12-24 | Spelling correction: successfuly → successfully. | Darren Salt |
2007-11-19 | add support for GNU/kFreeBSD | Petr Salinger ext:(%20) |
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-05-04 | Fix building of CDDA input on FreeBSD, the NetBSD patch broke it as sys/scsii... | Diego 'Flameeyes' Pettenò |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-03-10 | Add support for NetBSD to src/input/input_cdda.c, patch by Sergey Svishchev. | Diego 'Flameeyes' Pettenò |
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-08-11 | Fix up CDDA parsing to cope with an arbitrary number of slashes after the colon. | Darren Salt |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-07-08 | Set CD audio buffer to 500 frames (patch from Christopher Martin). | Darren Salt |
2006-07-07 | Fix CD track info retrieval, avoid long pauses. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-04-21 | Add printf format attributes. | Darren Salt |
2006-02-09 | fix variable declaration | Miguel Freitas |
2006-02-05 | another CDDB parsing patch by Christopher Martin | Miguel Freitas |
2006-02-01 | bugfix: prevent input_cdda from closing file descriptors like stdin while usi... | Stefan Holst |
2005-11-28 | *BUGFIX* | František Dvořák |
2005-11-15 | cddb improvements/fixes (DTITLE/DYEAR parsing, timeout increase and | Miguel Freitas |
2005-10-14 | input plugin time seeking patch. | Miguel Freitas |
2005-10-08 | fix format string vulnerability reported by Ulf Harnhammar of the Debian Secu... | Michael Roitzsch |