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 +
+ <varname>ffmpeg</varname> + + + Access to various network protocols implemented by the + FFmpeg library: + gopher://, + rtp://, + rtsp://, + rtmp://, + rtmpt://, + rtmps:// + +
+
<varname>file</varname> @@ -1815,6 +1830,72 @@ buffer_size: 16384
Decoder plugins +
+ <varname>adplug</varname> + + + Decodes AdLib files. + + + + + + + Setting + Description + + + + + + sample_rate + + + + The sample rate that shall be synthesized by the + plugin. Defaults to 48000. + + + + + +
+ +
+ <varname>audiofile</varname> + + + Decodes WAV and AIFF files using + libaudiofile. + +
+ +
+ <varname>faad</varname> + + + Decodes AAC files using libfaad. + +
+ +
+ <varname>ffmpeg</varname> + + + Decodes various codecs using + FFmpeg. + +
+ +
+ <varname>flac</varname> + + + Decodes FLAC files using + libFLAC. + +
+
<varname>dsdiff</varname> @@ -1927,6 +2008,14 @@ buffer_size: 16384
+
+ <varname>mad</varname> + + + Decodes MP3 files using libmad. + +
+
<varname>mikmod</varname> @@ -1999,6 +2088,23 @@ buffer_size: 16384
+
+ <varname>mpcdec</varname> + + + Decodes Musepack files using + libmpcdec. + +
+ +
+ <varname>mpg123</varname> + + + Decodes MP3 files using libmpg123. + +
+
<varname>pcm</varname> @@ -2068,6 +2174,33 @@ buffer_size: 16384
+
+ <varname>sndfile</varname> + + + Decodes WAV and AIFF files using + libsndfile. + +
+ +
+ <varname>vorbis</varname> + + + Decodes Ogg-Vorbis files using + libvorbis. + +
+ +
+ <varname>wavpack</varname> + + + Decodes WavPack files using + libwavpack. + +
+
<varname>wildmidi</varname>