diff --git a/doc/user.xml b/doc/user.xml
index 14ccf1a21..6ad92224d 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -1751,6 +1751,21 @@ buffer_size: 16384
+
+
file
@@ -1815,6 +1830,72 @@ buffer_size: 16384
Decoder plugins
+
+ adplug
+
+
+ Decodes AdLib files.
+
+
+
+
+
+
+ Setting
+ Description
+
+
+
+
+
+ sample_rate
+
+
+
+ The sample rate that shall be synthesized by the
+ plugin. Defaults to 48000.
+
+
+
+
+
+
+
+
+ audiofile
+
+
+ Decodes WAV and AIFF files using
+ libaudiofile.
+
+
+
+
+ faad
+
+
+ Decodes AAC files using libfaad.
+
+
+
+
+ ffmpeg
+
+
+ Decodes various codecs using
+ FFmpeg.
+
+
+
+
+ flac
+
+
+ Decodes FLAC files using
+ libFLAC.
+
+
+
dsdiff
@@ -1927,6 +2008,14 @@ buffer_size: 16384
+
+ mad
+
+
+ Decodes MP3 files using libmad.
+
+
+
mikmod
@@ -1999,6 +2088,23 @@ buffer_size: 16384
+
+ mpcdec
+
+
+ Decodes Musepack files using
+ libmpcdec.
+
+
+
+
+ mpg123
+
+
+ Decodes MP3 files using libmpg123.
+
+
+
pcm
@@ -2068,6 +2174,33 @@ buffer_size: 16384
+
+ sndfile
+
+
+ Decodes WAV and AIFF files using
+ libsndfile.
+
+
+
+
+ vorbis
+
+
+ Decodes Ogg-Vorbis files using
+ libvorbis.
+
+
+
+
+ wavpack
+
+
+ Decodes WavPack files using
+ libwavpack.
+
+
+