summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS7
-rw-r--r--ChangeLog1
-rw-r--r--TODO1
-rw-r--r--configure.ac4
4 files changed, 7 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index 6316b0273..7293fdd11 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -42,9 +42,10 @@ Michael Roitzsch <mroi@users.sourceforge.net>
Mike Melanson <melanson@pcisys.net>
QT, FILM, RoQ, WAV, FLI, SMJPEG, Id CIN, WC3 movie, VOC, VQA, AIFF,
- SND/AU, YUV4MPEG2, Real, Interplay MVE, PSX STR, AUD, and PVA file
- demuxers; various assorted DPCM and ADPCM audio decoders; raw RGB &
- YUV support; FLI, MS & QT RLE, QT SMC, and Interplay video decoders
+ SND/AU, YUV4MPEG2, Real, Interplay MVE, PSX STR, AUD, PVA and CDDA
+ file demuxers; various assorted DPCM and ADPCM audio decoders; raw RGB
+ & YUV support; FLI, MS & QT RLE, QT SMC, and Interplay video decoders;
+ CDDA input source
Robin KAY <komadori@myrealbox.com>
pgx64[fb] video output plugin, WVE demuxer, MNG demuxer, EA ADPCM
diff --git a/ChangeLog b/ChangeLog
index 3754b4fdd..6f715d39f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* Westwood Studios AUD demuxer
* PVA file demuxer
* basic oscilloscope post plugin
+ * CD digital audio input source and stream demuxer
xine-lib (1-beta2)
* what a GOOM! post plugin
diff --git a/TODO b/TODO
index 272634aa8..96db6c994 100644
--- a/TODO
+++ b/TODO
@@ -17,7 +17,6 @@ optional
- fix streaming of small files (e.g. http)
- implement timeout in input_http, implement it correctly using select()
-- audio CD input plugin (a cdparanoia based one would be goom compatible ;-)
- input_rtp
- rtsp support
- mmsh support
diff --git a/configure.ac b/configure.ac
index cbf1a47f8..1e186a94c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1268,7 +1268,7 @@ echo " - pnm - rtsp"
echo " - dvb"
if test x"$have_cdrom_ioctls" = "xyes"; then
echo " - dvd - vcd"
- echo " - cda"
+ echo " - cdda"
fi
echo ""
@@ -1283,7 +1283,7 @@ echo " - fli - smjpeg"
echo " - idcin - wav"
echo " - wc3 mve - voc"
echo " - vqa - aiff"
-echo " - cda - snd/au"
+echo " - cdda - snd/au"
echo " - yuv4mpeg2 - real/realaudio"
echo " - ea wve - raw dv"
echo " - interplay mve - psx str"