aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/cddb.c
Commit message (Collapse)AuthorAge
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.Gravatar bertrand2003-05-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10122 b3059339-0415-0410-9bf9-f77b7e298cf2
* URL is cdda://tracks[:speed][/device]Gravatar albeu2003-04-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9802 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the hardcoded cdrom device.Gravatar bertrand2003-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8963 b3059339-0415-0410-9bf9-f77b7e298cf2
* - If CDDB fail, try CDDAGravatar bertrand2003-01-03
| | | | | | | - Support for inexact matches list. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8747 b3059339-0415-0410-9bf9-f77b7e298cf2
* The following patch allows the MPlayer "cdparanoia" support to work onGravatar arpi2002-12-28
| | | | | | | | | | | | | | | | NetBSD-1.6_STABLE, both "cdda://NN" and "cddb://NN" URI's. The CDROM ioctl's are actually more like OpenBSD's than FreeBSD's. I went with the "/dev/cdrom" symlink as the default device, though, as it otherwise gets messy fast... The first CDROM is "/dev/rcd0d" on NetBSD/i386, but "/dev/rcd0c" on all other NetBSD ports, and only the cdda_identify_scsi() form seems to work on NetBSD. (I searched the web in vain for the Paranoia API, so I'm left to hacking. ;-)) Frederick Bruckman <fredb@immanent.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8610 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fixed uninitialized offsets[]Gravatar arpi2002-12-24
| | | | | | | - tracklist may not be closed by '.' but EOF git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8558 b3059339-0415-0410-9bf9-f77b7e298cf2
* GCC warning fixesGravatar bertrand2002-10-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7954 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't start a CDDB request to the CDDB server if there is no CD in the drive,Gravatar bertrand2002-10-16
| | | | | | | plus some compilation warning fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create the ~/.cddb directory if not present.Gravatar bertrand2002-10-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7722 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), soGravatar bertrand2002-09-17
| | | | | | | if no network, cdda can still be compiled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7432 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell ↵Gravatar bertrand2002-09-04
| | | | | | <biorn@dce.chalmers.se>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7270 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a simple xmcd parser to retreive the tracks name.Gravatar bertrand2002-07-10
| | | | | | | | Added a simple list of tracks name, to allow displaying the name on track change. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6698 b3059339-0415-0410-9bf9-f77b7e298cf2
* Checked the return value when retrieving the protocol level.Gravatar bertrand2002-06-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6476 b3059339-0415-0410-9bf9-f77b7e298cf2
* CDDB support added.Gravatar bertrand2002-06-21
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6475 b3059339-0415-0410-9bf9-f77b7e298cf2