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