summaryrefslogtreecommitdiffstats
path: root/libmpdemux/cdda.c
Commit message (Expand)AuthorAgeFilesLines
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* [TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemuxreynaldo2005-11-101-3/+6
* save us from #ifndef hellfaust32005-11-061-29/+5
* make it optionally possible to compile MPlayer with libcdio instead of libcd...faust32005-11-061-3/+51
* fix cdda://n syntax: do not hang when n > nr_tracks and play only track n,reimar2005-11-061-2/+5
* set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise.reimar2005-11-051-1/+1
* 10l, forgotten call to paranoia_modeset to actually set the desired mode.reimar2005-10-021-0/+1
* Prints the number of tracks and MSF length for each track of an audio CD,gpoirier2005-09-191-3/+10
* cdda: endianness fixcolin2003-12-161-0/+6
* Fix -cdrom-device to work again with cdda and vcd.albeu2003-08-131-1/+10
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-171-2/+2
* URL is cdda://tracks[:speed][/device]albeu2003-04-021-76/+157
* fixed trivial seeking bugs, patch by Krister Lagerstrom <krister@kmlager.com>alex2003-03-221-1/+8
* Removed the hardcoded /dev/cdrom for NetBSD and added an work aroundbertrand2003-01-151-4/+4
* The following patch allows the MPlayer "cdparanoia" support to work onarpi2002-12-281-0/+4
* 1l :)arpi2002-12-241-1/+1
* print track title in new linearpi2002-12-241-2/+2
* CDDA seeking fixedarpi2002-12-221-6/+8
* cleanup config option handling in libmpdemux.arpi2002-10-231-10/+1
* Build a fake list of track name.bertrand2002-07-101-15/+64
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-111-0/+207