summaryrefslogtreecommitdiffstats
path: root/libmpdemux/cddb.c
Commit message (Expand)AuthorAgeFilesLines
* Cygwin compilation fixdiego2006-01-201-0/+2
* When it comes to CD/DVD handling bsdi has a linux CD/DVD compatibilitydiego2005-11-251-3/+5
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* [TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemuxreynaldo2005-11-101-38/+41
* make it optionally possible to compile MPlayer with libcdio instead of libcd...faust32005-11-061-2/+61
* Prints the number of tracks and MSF length for each track of an audio CD,gpoirier2005-09-191-4/+40
* DragonFly BSD supportdiego2005-05-251-2/+2
* potentially exploitable buffer overflow with maliciously crafted cd tocrfelker2004-04-261-0/+1
* enable seeking in http streamsattila2004-02-171-1/+1
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-171-1/+1
* URL is cdda://tracks[:speed][/device]albeu2003-04-021-30/+0
* Removed the hardcoded cdrom device.bertrand2003-01-151-75/+39
* - If CDDB fail, try CDDAbertrand2003-01-031-32/+42
* 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