summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2004-03-14 21:32:08 +0000
committerMike Melanson <mike@multimedia.cx>2004-03-14 21:32:08 +0000
commit4e87a4ca26966875271d476a77bcd5486b808c60 (patch)
tree2517e46b9da21e6dd3e7151f955c17f5a19d61e8
parent70d86fc27c9420d2109d3413b4c8fe15cb52250f (diff)
downloadxine-lib-4e87a4ca26966875271d476a77bcd5486b808c60.tar.gz
xine-lib-4e87a4ca26966875271d476a77bcd5486b808c60.tar.bz2
revise the codec list
CVS patchset: 6258 CVS date: 2004/03/14 21:32:08
-rw-r--r--configure.ac45
1 files changed, 30 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index 068cdece0..09765b54b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2095,15 +2095,26 @@ echo ""
dnl video decoders
echo " * video decoder plugins:"
-echo " - mpeg2 - ffmpeg"
-echo " - cyuv - divx4"
-echo " - cinepak - msvc"
-echo " - fli - msrle"
-echo " - rgb - yuv"
-echo " - roqvideo - svq1"
-echo " - idcin - smc"
-echo " - rpza - wc3video"
-echo " - qtrle - interplayvideo"
+echo " - MPEG 1,2 - Amiga Bitplane"
+echo " - Raw RGB - Raw YUV"
+echo " - ffmpeg:"
+echo " - MPEG-4 (ISO, Microsoft, DivX*, XviD)"
+echo " - Creative YUV - Motion JPEG"
+echo " - Cinepak - MS Video-1"
+echo " - FLI/FLC - MS RLE"
+echo " - Id RoQ - Id Cin"
+echo " - Apple Graphics - Apple Video"
+echo " - Apple Animation - Interplay Video"
+echo " - Westwood VQA - Origin Xan"
+echo " - H.263 - Intel Indeo 3"
+echo " - SVQ1 - SVQ3"
+echo " - Real Video 1.0 - Real Video 2.0"
+echo " - 4X Video - Sierra Video"
+echo " - Asus v1/v2 - HuffYUV"
+echo " - On2 VP3 - DV"
+echo " - 8BPS - Duck TrueMotion v1"
+echo " - ATI VCR1 - Flash Video"
+echo " - ZLIB - MSZH"
dnl if test x"$no_xvid" = "xno"; then
dnl echo " - xvid"
dnl fi
@@ -2123,12 +2134,16 @@ echo ""
dnl audio decoders
echo " * audio decoder plugins:"
-echo " - a52/ra-dnet - dts"
-echo " - mad - adpcm"
-echo " - linear pcm - roqaudio"
-echo " - log pcm - gsm610"
-echo " - ffmpeg - interplayaudio"
-echo " - nosefart"
+echo " - A52/ra-dnet - DTS"
+echo " - MAD (MPG 1/2/3) - GSM 06.10"
+echo " - linear PCM - Nosefart (NSF)"
+echo " - ffmpeg:"
+echo " - Windows Media Audio v1/v2"
+echo " - DV - logarithmic PCM"
+echo " - 14k4 - 28k8"
+echo " - MS ADPCM - IMA ADPCM"
+echo " - XA ADPCM - Game DPCM/ADPCM"
+echo " - Mace 3:13 - Mace 6:1"
if test x"$no_vorbis" != "xyes"; then
echo " - vorbis"
fi