Age | Commit message (Expand) | Author |
2004-07-27 | from the docs of sprintf: "when the strings overlap, the behaviour is undefined" | Michael Roitzsch |
2004-07-25 | protect some buffers to be on the safe side (some of them might be hard | Michael Roitzsch |
2004-07-20 | Add const to get_identifier return type since that's n fact what it | Rocky Bernstein |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-05-26 | slow down CD drive during CD audio playback to reduce noise | Michael Roitzsch |
2004-05-20 | this is not available here | Michael Roitzsch |
2004-05-12 | Wrong bitwise operator. | Robin KAY |
2004-05-12 | - open the CD device for Linux systems where /proc/sys/dev/cdrom/check_mediaxine-1-rc4a-release1-rc4a | Bastien Nocera |
2004-05-11 | use the CDDB cache directory, even when CDDB queries are disabled | Michael Roitzsch |
2004-05-05 | - actually set the CD Index ID, fix warnings | Bastien Nocera |
2004-05-05 | make it possible for the CDDA plugin to give away Musicbrainz CD Index ID | Bastien Nocera |
2004-05-02 | Fix the crash with CDDB queries when server is off-line. Thanks for patch to ... | František Dvořák |
2004-04-21 | Exclusive open(2) on CD device fails if a filesystem has been mounted. Affect... | Robin KAY |
2004-04-10 | Permit (but not recommend) stream == NULL in io_helper functions. | František Dvořák |
2004-04-10 | improving config help strings | Michael Roitzsch |
2004-04-10 | misplaced } | Miguel Freitas |
2004-04-10 | Fix segfaults on errors. | František Dvořák |
2004-04-09 | network cd playback works again | Miguel Freitas |
2004-04-06 | Patch for using timeout in cddb lookup (xine was freezed just because of fire... | František Dvořák |
2004-03-03 | we check for a directory with lstat(), but since a link to a directory would | Michael 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 application | Bastien Nocera |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-15 | more helper functions cleanup (stream info, meta info) | Miguel Freitas |
2003-10-31 | ip == NULL would result in a file descriptor leak | Michael Roitzsch |
2003-09-21 | - fix crasher in the CDDA plugin, better memory management for the cdrom_toc | Bastien Nocera |
2003-09-10 | Fix segmentation fault when cddb query fails. | Robin KAY |
2003-09-06 | Don't add the data track to the autoplay list for Audio CDs (Linux) | Bastien Nocera |
2003-08-25 | Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ... | Daniel Caujolle-Bert |
2003-08-10 | new patches from Frantisek, cdda fixes/improvements | Miguel Freitas |
2003-06-09 | This should fix it. Return the correct value from cdda_open for non-Win32. | Tim Champagne |
2003-06-09 | This time for sure. The file desc was not being setup for auto-play. That sho... | Tim Champagne |
2003-06-09 | I think that this should fix the cdda plugin. Can someone verify this? Thanks... | Tim Champagne |
2003-06-09 | This should fix the SIGSEGV in the cdda input module but it will probably not... | Tim Champagne |
2003-05-20 | This fixes http support for Win32 | Tim Champagne |
2003-05-20 | This adds http and network input for Win32. I have no idea how to test this u... | Tim Champagne |
2003-05-20 | make it compile again for non-Win32 | Mike Melanson |
2003-05-20 | This adds cdda support for Win32. Also fixed the demuxer mpeg block build for... | Tim Champagne |
2003-05-16 | The cdda input plugin now builds in the Win32 env. I still need to test this ... | Tim Champagne |
2003-05-16 | Fix win32 build and start adding additional plugin support | Tim Champagne |
2003-05-06 | add error handling | Miguel Freitas |
2003-05-06 | - support device on mrl (eg. cdda://dev/cdrom/1 or cdda://localhost:3000/1) | Miguel Freitas |
2003-05-06 | add a very simple frame cache. | Miguel Freitas |
2003-05-02 | require slash on mrl syntax. | Miguel Freitas |
2003-05-02 | close fd so disk don't get stuck on drive | Miguel Freitas |
2003-04-26 | bump up input plugin interface version number | Guenter Bartsch |
2003-04-23 | check if something could be frieed. | Daniel Caujolle-Bert |