diff options
-rw-r--r-- | AUTHORS | 7 | ||||
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | configure.ac | 4 |
4 files changed, 7 insertions, 6 deletions
@@ -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 @@ -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 @@ -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" |