summaryrefslogtreecommitdiffstats
path: root/libmpdemux/cddb.c
Commit message (Expand)AuthorAgeFilesLines
* The following patch allows the MPlayer "cdparanoia" support to work onarpi2002-12-281-1/+45
* - fixed uninitialized offsets[]arpi2002-12-241-2/+3
* GCC warning fixesbertrand2002-10-291-2/+2
* Don't start a CDDB request to the CDDB server if there is no CD in the drive,bertrand2002-10-161-8/+20
* Create the ~/.cddb directory if not present.bertrand2002-10-131-5/+17
* Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), sobertrand2002-09-171-116/+1
* Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell <biorn...bertrand2002-09-041-4/+54
* Added a simple xmcd parser to retreive the tracks name.bertrand2002-07-101-32/+269
* Checked the return value when retrieving the protocol level.bertrand2002-06-211-1/+4
* CDDB support added.bertrand2002-06-211-0/+591