summaryrefslogtreecommitdiff
path: root/src/input/input_cdda.c
AgeCommit message (Expand)Author
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
2004-03-03we check for a directory with lstat(), but since a link to a directory wouldMichael Roitzsch
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2004-01-07- use O_EXCL when opening the CD device so that we're sure no other applicationBastien Nocera
2003-12-14API version bounceSiggi Langauf
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-10-31ip == NULL would result in a file descriptor leakMichael Roitzsch
2003-09-21- fix crasher in the CDDA plugin, better memory management for the cdrom_tocBastien Nocera
2003-09-10Fix segmentation fault when cddb query fails.Robin KAY
2003-09-06Don't add the data track to the autoplay list for Audio CDs (Linux)Bastien Nocera
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-10new patches from Frantisek, cdda fixes/improvementsMiguel Freitas
2003-06-09This should fix it. Return the correct value from cdda_open for non-Win32.Tim Champagne
2003-06-09This time for sure. The file desc was not being setup for auto-play. That sho...Tim Champagne
2003-06-09I think that this should fix the cdda plugin. Can someone verify this? Thanks...Tim Champagne
2003-06-09This should fix the SIGSEGV in the cdda input module but it will probably not...Tim Champagne
2003-05-20This fixes http support for Win32Tim Champagne
2003-05-20This adds http and network input for Win32. I have no idea how to test this u...Tim Champagne
2003-05-20make it compile again for non-Win32Mike Melanson
2003-05-20This adds cdda support for Win32. Also fixed the demuxer mpeg block build for...Tim Champagne
2003-05-16The cdda input plugin now builds in the Win32 env. I still need to test this ...Tim Champagne
2003-05-16Fix win32 build and start adding additional plugin supportTim Champagne
2003-05-06add error handlingMiguel Freitas
2003-05-06- support device on mrl (eg. cdda://dev/cdrom/1 or cdda://localhost:3000/1)Miguel Freitas
2003-05-06add a very simple frame cache.Miguel Freitas
2003-05-02require slash on mrl syntax.Miguel Freitas
2003-05-02close fd so disk don't get stuck on driveMiguel Freitas
2003-04-26bump up input plugin interface version numberGuenter Bartsch
2003-04-23check if something could be frieed.Daniel Caujolle-Bert