summaryrefslogtreecommitdiff
path: root/src/input/input_cdda.c
AgeCommit message (Expand)Author
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
2005-02-07Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries.Thibaut Mattern
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-12-12skip charset conversion. we know freedb proto 6 is already utf-8Miguel Freitas
2004-12-09patch by Assaf Gillat <gillata@gmail.com>Miguel Freitas
2004-09-07Remove Win32 headers required for removed alarm from cdda input plugin.František Dvořák
2004-09-02Warnings on WIN32.František Dvořák
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-07-27from the docs of sprintf: "when the strings overlap, the behaviour is undefined"Michael Roitzsch
2004-07-25protect some buffers to be on the safe side (some of them might be hardMichael Roitzsch
2004-07-20Add const to get_identifier return type since that's n fact what itRocky Bernstein
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-26slow down CD drive during CD audio playback to reduce noiseMichael Roitzsch
2004-05-20this is not available hereMichael Roitzsch
2004-05-12Wrong bitwise operator.Robin KAY
2004-05-12- open the CD device for Linux systems where /proc/sys/dev/cdrom/check_mediaxine-1-rc4a-release1-rc4aBastien Nocera
2004-05-11use the CDDB cache directory, even when CDDB queries are disabledMichael Roitzsch
2004-05-05- actually set the CD Index ID, fix warningsBastien Nocera
2004-05-05make it possible for the CDDA plugin to give away Musicbrainz CD Index IDBastien Nocera
2004-05-02Fix the crash with CDDB queries when server is off-line. Thanks for patch to ...František Dvořák
2004-04-21Exclusive open(2) on CD device fails if a filesystem has been mounted. Affect...Robin KAY
2004-04-10Permit (but not recommend) stream == NULL in io_helper functions.František Dvořák
2004-04-10improving config help stringsMichael Roitzsch
2004-04-10misplaced }Miguel Freitas
2004-04-10Fix segfaults on errors.František Dvořák
2004-04-09network cd playback works againMiguel Freitas
2004-04-06Patch for using timeout in cddb lookup (xine was freezed just because of fire...František Dvořák