]> git.sesse.net Git - ffmpeg/blob - doc/general.texi
h264: eliminate max_contexts
[ffmpeg] / doc / general.texi
1 \input texinfo @c -*- texinfo -*-
2
3 @settitle General Documentation
4 @titlepage
5 @center @titlefont{General Documentation}
6 @end titlepage
7
8 @top
9
10 @contents
11
12 @chapter External libraries
13
14 Libav can be hooked up with a number of external libraries to add support
15 for more formats. None of them are used by default, their use has to be
16 explicitly requested by passing the appropriate flags to
17 @command{./configure}.
18
19 @section OpenCORE and VisualOn libraries
20
21 Spun off Google Android sources, OpenCore, VisualOn and Fraunhofer
22 libraries provide encoders for a number of audio codecs.
23
24 @float NOTE
25 OpenCORE and VisualOn libraries are under the Apache License 2.0
26 (see @url{http://www.apache.org/licenses/LICENSE-2.0} for details), which is
27 incompatible with the LGPL version 2.1 and GPL version 2. You have to
28 upgrade Libav's license to LGPL version 3 (or if you have enabled
29 GPL components, GPL version 3) to use it.
30 @end float
31
32 @subsection OpenCORE AMR
33
34 Libav can make use of the OpenCORE libraries for AMR-NB
35 decoding/encoding and AMR-WB decoding.
36
37 Go to @url{http://sourceforge.net/projects/opencore-amr/} and follow the
38 instructions for installing the libraries.
39 Then pass @code{--enable-libopencore-amrnb} and/or
40 @code{--enable-libopencore-amrwb} to configure to enable them.
41
42 @subsection VisualOn AAC encoder library
43
44 Libav can make use of the VisualOn AACenc library for AAC encoding.
45
46 Go to @url{http://sourceforge.net/projects/opencore-amr/} and follow the
47 instructions for installing the library.
48 Then pass @code{--enable-libvo-aacenc} to configure to enable it.
49
50 @subsection VisualOn AMR-WB encoder library
51
52 Libav can make use of the VisualOn AMR-WBenc library for AMR-WB encoding.
53
54 Go to @url{http://sourceforge.net/projects/opencore-amr/} and follow the
55 instructions for installing the library.
56 Then pass @code{--enable-libvo-amrwbenc} to configure to enable it.
57
58 @subsection Fraunhofer AAC library
59
60 Libav can make use of the Fraunhofer AAC library for AAC encoding.
61
62 Go to @url{http://sourceforge.net/projects/opencore-amr/} and follow the
63 instructions for installing the library.
64 Then pass @code{--enable-libfdk-aac} to configure to enable it.
65
66 @section LAME
67
68 Libav can make use of the LAME library for MP3 encoding.
69
70 Go to @url{http://lame.sourceforge.net/} and follow the
71 instructions for installing the library.
72 Then pass @code{--enable-libmp3lame} to configure to enable it.
73
74 @section TwoLAME
75
76 Libav can make use of the TwoLAME library for MP2 encoding.
77
78 Go to @url{http://www.twolame.org/} and follow the
79 instructions for installing the library.
80 Then pass @code{--enable-libtwolame} to configure to enable it.
81
82 @section libvpx
83
84 Libav can make use of the libvpx library for VP8 encoding.
85
86 Go to @url{http://www.webmproject.org/} and follow the instructions for
87 installing the library. Then pass @code{--enable-libvpx} to configure to
88 enable it.
89
90 @section libwavpack
91
92 Libav can make use of the libwavpack library for WavPack encoding.
93
94 Go to @url{http://www.wavpack.com/} and follow the instructions for
95 installing the library. Then pass @code{--enable-libwavpack} to configure to
96 enable it.
97
98 @section OpenH264
99
100 Libav can make use of the OpenH264 library for H.264 encoding.
101
102 Go to @url{http://www.openh264.org/} and follow the instructions for
103 installing the library. Then pass @code{--enable-libopenh264} to configure to
104 enable it.
105
106 @section x264
107
108 Libav can make use of the x264 library for H.264 encoding.
109
110 Go to @url{http://www.videolan.org/developers/x264.html} and follow the
111 instructions for installing the library. Then pass @code{--enable-libx264} to
112 configure to enable it.
113
114 @float NOTE
115 x264 is under the GNU Public License Version 2 or later
116 (see @url{http://www.gnu.org/licenses/old-licenses/gpl-2.0.html} for
117 details), you must upgrade Libav's license to GPL in order to use it.
118 @end float
119
120 @section x265
121
122 Libav can make use of the x265 library for HEVC encoding.
123
124 Go to @url{http://x265.org/developers.html} and follow the instructions
125 for installing the library. Then pass @code{--enable-libx265} to configure
126 to enable it.
127
128 @float note
129 x265 is under the GNU Public License Version 2 or later
130 (see @url{http://www.gnu.org/licenses/old-licenses/gpl-2.0.html} for
131 details), you must upgrade Libav's license to GPL in order to use it.
132 @end float
133
134 @section kvazaar
135
136 Libav can make use of the kvazaar library for HEVC encoding.
137
138 Go to @url{https://github.com/ultravideo/kvazaar} and follow the
139 instructions for installing the library. Then pass
140 @code{--enable-libkvazaar} to configure to enable it.
141
142 @section libilbc
143
144 iLBC is a narrowband speech codec that has been made freely available
145 by Google as part of the WebRTC project. libilbc is a packaging friendly
146 copy of the iLBC codec. Libav can make use of the libilbc library for
147 iLBC encoding and decoding.
148
149 Go to @url{https://github.com/dekkers/libilbc} and follow the instructions for
150 installing the library. Then pass @code{--enable-libilbc} to configure to
151 enable it.
152
153 @section AviSynth
154
155 Libav can read AviSynth scripts as input. To enable support you need a
156 suitable @file{avisynth_c.h} header to compile against. The header as
157 provided by AviSynth+ is fully compatible. AviSynth 2.5 is not supported
158 by Libav. Once you have the appropriate header, pass
159 @code{--enable-avisynth} to configure to enable AviSynth support.
160
161 For Windows, supported AviSynth variants are
162 @url{http://avisynth.nl, AviSynth 2.6 RC1 or higher} for 32-bit builds and
163 @url{http://avs-plus.net, AviSynth+ r1718 or higher} for 32-bit and 64-bit builds.
164 @url{https://github.com/AviSynth/AviSynthPlus, AviSynth+'s git repository}
165 provides a GNU-style Makefile which can install just the headers using
166 @code{make install PREFIX=/install/prefix}.
167
168 @float NOTE
169 When using AviSynth+'s installed headers, the user must also pass
170 the avisynth/ include directory to @code{--extra-cflags}. For example,
171 if the PREFIX given to AviSynth+'s Makefile was /usr/i686-w64-mingw32,
172 then the correct command would be
173 @code{--extra-cflags="-I/usr/i686-w64-mingw32/include/avisynth"}.
174 @end float
175
176 For Linux and OS X, the supported AviSynth variant is
177 @url{https://github.com/avxsynth/avxsynth, AvxSynth}.
178 @file{avxsynth_c.h} is installed as part of the normal
179 build routine, as illustrated on
180 @url{https://github.com/avxsynth/avxsynth/wiki/System-Setup, AvxSynth's wiki}.
181 (the instructions for compiling its prerequisites are outdated, as FFMS 2.18
182 or higher is now needed; the list of dependencies to be downloaded from the
183 repositories is still the same, though).
184
185 @float NOTE
186 AviSynth and AvxSynth are loaded dynamically.  Distributors can build Libav
187 with @code{--enable-avisynth}, and the binaries will work regardless of the
188 end user having AviSynth or AvxSynth installed - they'll only need to be
189 installed to use AviSynth scripts (obviously).
190 @end float
191
192 @section Intel QuickSync Video
193
194 Libav can use Intel QuickSync Video (QSV) for accelerated encoding and decoding
195 of multiple codecs. To use QSV, Libav must be linked against the @code{libmfx}
196 dispatcher, which loads the actual decoding libraries.
197
198 The dispatcher is open source and can be downloaded from
199 @url{https://github.com/lu-zero/mfx_dispatch.git}. Libav needs to be configured
200 with the @code{--enable-libmfx} option and @code{pkg-config} needs to be able to
201 locate the dispatcher's @code{.pc} files.
202
203 @chapter Supported File Formats and Codecs
204
205 You can use the @code{-formats} and @code{-codecs} options to have an exhaustive list.
206
207 @section File Formats
208
209 Libav supports the following file formats through the @code{libavformat}
210 library:
211
212 @multitable @columnfractions .4 .1 .1 .4
213 @item Name @tab Encoding @tab Decoding @tab Comments
214 @item 4xm                       @tab   @tab X
215     @tab 4X Technologies format, used in some games.
216 @item 8088flex TMV              @tab   @tab X
217 @item Adobe Filmstrip           @tab X @tab X
218 @item Audio IFF (AIFF)          @tab X @tab X
219 @item American Laser Games MM   @tab   @tab X
220     @tab Multimedia format used in games like Mad Dog McCree.
221 @item 3GPP AMR                  @tab X @tab X
222 @item Amazing Studio Packed Animation File  @tab   @tab X
223     @tab Multimedia format used in game Heart Of Darkness.
224 @item Apple HTTP Live Streaming @tab   @tab X
225 @item ASF                       @tab X @tab X
226 @item AVI                       @tab X @tab X
227 @item AviSynth                  @tab   @tab X
228 @item AVS                       @tab   @tab X
229     @tab Multimedia format used by the Creature Shock game.
230 @item Beam Software SIFF        @tab   @tab X
231     @tab Audio and video format used in some games by Beam Software.
232 @item Bethesda Softworks VID    @tab   @tab X
233     @tab Used in some games from Bethesda Softworks.
234 @item Bink                      @tab   @tab X
235     @tab Multimedia format used by many games.
236 @item Bitmap Brothers JV        @tab   @tab X
237     @tab Used in Z and Z95 games.
238 @item Brute Force & Ignorance   @tab   @tab X
239     @tab Used in the game Flash Traffic: City of Angels.
240 @item BWF                       @tab X @tab X
241 @item CRI ADX                   @tab X @tab X
242     @tab Audio-only format used in console video games.
243 @item Discworld II BMV          @tab   @tab X
244 @item Interplay C93             @tab   @tab X
245     @tab Used in the game Cyberia from Interplay.
246 @item Delphine Software International CIN @tab   @tab X
247     @tab Multimedia format used by Delphine Software games.
248 @item Digital Speech Standard (DSS) @tab   @tab X
249 @item Canopus HQ                @tab   @tab X
250 @item Canopus HQA               @tab   @tab X
251 @item Canopus HQX               @tab   @tab X
252 @item CD+G                      @tab   @tab X
253     @tab Video format used by CD+G karaoke disks
254 @item Commodore CDXL            @tab   @tab X
255     @tab Amiga CD video format
256 @item Core Audio Format         @tab   @tab X
257     @tab Apple Core Audio Format
258 @item CRC testing format        @tab X @tab
259 @item Creative Voice            @tab X @tab X
260     @tab Created for the Sound Blaster Pro.
261 @item CRYO APC                  @tab   @tab X
262     @tab Audio format used in some games by CRYO Interactive Entertainment.
263 @item D-Cinema audio            @tab X @tab X
264 @item Deluxe Paint Animation    @tab   @tab X
265 @item DFA                       @tab   @tab X
266     @tab This format is used in Chronomaster game
267 @item DirectDraw Surface        @tab   @tab X
268 @item DV video                  @tab X @tab X
269 @item DXA                       @tab   @tab X
270     @tab This format is used in the non-Windows version of the Feeble Files
271          game and different game cutscenes repacked for use with ScummVM.
272 @item Electronic Arts cdata  @tab    @tab X
273 @item Electronic Arts Multimedia  @tab    @tab X
274     @tab Used in various EA games; files have extensions like WVE and UV2.
275 @item Flash (SWF)               @tab X @tab X
276 @item Flash 9 (AVM2)            @tab X @tab X
277     @tab Only embedded audio is decoded.
278 @item FLI/FLC/FLX animation     @tab   @tab X
279     @tab .fli/.flc files
280 @item Flash Video (FLV)         @tab X @tab X
281     @tab Macromedia Flash video files
282 @item framecrc testing format   @tab X @tab
283 @item FunCom ISS                @tab   @tab X
284     @tab Audio format used in various games from FunCom like The Longest Journey.
285 @item GIF Animation             @tab X @tab
286 @item GXF                       @tab X @tab X
287     @tab General eXchange Format SMPTE 360M, used by Thomson Grass Valley
288          playout servers.
289 @item HNM @tab   @tab X
290     @tab Only version 4 supported, used in some games from Cryo Interactive
291 @item id Quake II CIN video     @tab   @tab X
292 @item id RoQ                    @tab X @tab X
293     @tab Used in Quake III, Jedi Knight 2, other computer games.
294 @item IEC61937 encapsulation @tab X @tab X
295 @item IFF                       @tab   @tab X
296     @tab Interchange File Format
297 @item iLBC                      @tab X @tab X
298 @item Interplay MVE             @tab   @tab X
299     @tab Format used in various Interplay computer games.
300 @item IV8                       @tab   @tab X
301     @tab A format generated by IndigoVision 8000 video server.
302 @item IVF (On2)                 @tab X @tab X
303     @tab A format used by libvpx
304 @item LATM                      @tab X @tab X
305 @item LMLM4                     @tab   @tab X
306     @tab Used by Linux Media Labs MPEG-4 PCI boards
307 @item LXF                       @tab   @tab X
308     @tab VR native stream format, used by Leitch/Harris' video servers.
309 @item Matroska                  @tab X @tab X
310 @item Matroska audio            @tab X @tab
311 @item FFmpeg metadata           @tab X @tab X
312     @tab Metadata in text format.
313 @item MAXIS XA                  @tab   @tab X
314     @tab Used in Sim City 3000; file extension .xa.
315 @item MD Studio                 @tab   @tab X
316 @item Mobotix .mxg              @tab   @tab X
317 @item Monkey's Audio            @tab   @tab X
318 @item Motion Pixels MVI         @tab   @tab X
319 @item MOV/QuickTime/MP4         @tab X @tab X
320     @tab 3GP, 3GP2, PSP, iPod variants supported
321 @item MP2                       @tab X @tab X
322 @item MP3                       @tab X @tab X
323 @item MPEG-1 System             @tab X @tab X
324     @tab muxed audio and video, VCD format supported
325 @item MPEG-PS (program stream)  @tab X @tab X
326     @tab also known as @code{VOB} file, SVCD and DVD format supported
327 @item MPEG-TS (transport stream) @tab X @tab X
328     @tab also known as DVB Transport Stream
329 @item MPEG-4                    @tab X @tab X
330     @tab MPEG-4 is a variant of QuickTime.
331 @item Mirillis FIC video        @tab   @tab X
332     @tab No cursor rendering.
333 @item MIME multipart JPEG       @tab X @tab
334 @item MSN TCP webcam            @tab   @tab X
335     @tab Used by MSN Messenger webcam streams.
336 @item MTV                       @tab   @tab X
337 @item Musepack                  @tab   @tab X
338 @item Musepack SV8              @tab   @tab X
339 @item Material eXchange Format (MXF) @tab X @tab X
340     @tab SMPTE 377M, used by D-Cinema, broadcast industry.
341 @item Material eXchange Format (MXF), D-10 Mapping @tab X @tab X
342     @tab SMPTE 386M, D-10/IMX Mapping.
343 @item NC camera feed            @tab   @tab X
344     @tab NC (AVIP NC4600) camera streams
345 @item NTT TwinVQ (VQF)          @tab   @tab X
346     @tab Nippon Telegraph and Telephone Corporation TwinVQ.
347 @item Nullsoft Streaming Video  @tab   @tab X
348 @item NuppelVideo               @tab   @tab X
349 @item NUT                       @tab X @tab X
350     @tab NUT Open Container Format
351 @item Ogg                       @tab X @tab X
352 @item Playstation Portable PMP  @tab   @tab X
353 @item TechnoTrend PVA           @tab   @tab X
354     @tab Used by TechnoTrend DVB PCI boards.
355 @item QCP                       @tab   @tab X
356 @item raw ADTS (AAC)            @tab X @tab X
357 @item raw AC-3                  @tab X @tab X
358 @item raw Chinese AVS video     @tab X @tab X
359 @item raw CRI ADX               @tab X @tab X
360 @item raw Dirac                 @tab X @tab X
361 @item raw DNxHD                 @tab X @tab X
362 @item raw DTS                   @tab X @tab X
363 @item raw E-AC-3                @tab X @tab X
364 @item raw FLAC                  @tab X @tab X
365 @item raw GSM                   @tab   @tab X
366 @item raw H.261                 @tab X @tab X
367 @item raw H.263                 @tab X @tab X
368 @item raw H.264                 @tab X @tab X
369 @item raw HEVC                  @tab X @tab X
370 @item raw Ingenient MJPEG       @tab   @tab X
371 @item raw MJPEG                 @tab X @tab X
372 @item raw MLP                   @tab   @tab X
373 @item raw MPEG                  @tab   @tab X
374 @item raw MPEG-1                @tab   @tab X
375 @item raw MPEG-2                @tab   @tab X
376 @item raw MPEG-4                @tab X @tab X
377 @item raw NULL                  @tab X @tab
378 @item raw video                 @tab X @tab X
379 @item raw id RoQ                @tab X @tab
380 @item raw Shorten               @tab   @tab X
381 @item raw TAK                   @tab   @tab X
382 @item raw TrueHD                @tab X @tab X
383 @item raw VC-1                  @tab   @tab X
384 @item raw PCM A-law             @tab X @tab X
385 @item raw PCM mu-law            @tab X @tab X
386 @item raw PCM signed 8 bit      @tab X @tab X
387 @item raw PCM signed 16 bit big-endian  @tab X @tab X
388 @item raw PCM signed 16 bit little-endian  @tab X @tab X
389 @item raw PCM signed 24 bit big-endian  @tab X @tab X
390 @item raw PCM signed 24 bit little-endian  @tab X @tab X
391 @item raw PCM signed 32 bit big-endian  @tab X @tab X
392 @item raw PCM signed 32 bit little-endian  @tab X @tab X
393 @item raw PCM unsigned 8 bit    @tab X @tab X
394 @item raw PCM unsigned 16 bit big-endian  @tab X @tab X
395 @item raw PCM unsigned 16 bit little-endian  @tab X @tab X
396 @item raw PCM unsigned 24 bit big-endian  @tab X @tab X
397 @item raw PCM unsigned 24 bit little-endian  @tab X @tab X
398 @item raw PCM unsigned 32 bit big-endian  @tab X @tab X
399 @item raw PCM unsigned 32 bit little-endian  @tab X @tab X
400 @item raw PCM floating-point 32 bit big-endian  @tab X @tab X
401 @item raw PCM floating-point 32 bit little-endian  @tab X @tab X
402 @item raw PCM floating-point 64 bit big-endian  @tab X @tab X
403 @item raw PCM floating-point 64 bit little-endian  @tab X @tab X
404 @item RDT                       @tab   @tab X
405 @item REDCODE R3D               @tab   @tab X
406     @tab File format used by RED Digital cameras, contains JPEG 2000 frames and PCM audio.
407 @item RealMedia                 @tab X @tab X
408 @item Redirector                @tab   @tab X
409 @item Renderware TeXture Dictionary @tab   @tab X
410 @item Resolume DXV              @tab   @tab X
411 @item RL2                       @tab   @tab X
412     @tab Audio and video format used in some games by Entertainment Software Partners.
413 @item RPL/ARMovie               @tab   @tab X
414 @item Lego Mindstorms RSO       @tab X @tab X
415 @item RTMP                      @tab X @tab X
416     @tab Output is performed by publishing stream to RTMP server
417 @item RTP                       @tab X @tab X
418 @item RTSP                      @tab X @tab X
419 @item SAP                       @tab X @tab X
420 @item Screenpresso              @tab   @tab X
421 @item SDP                       @tab   @tab X
422 @item Sega FILM/CPK             @tab   @tab X
423     @tab Used in many Sega Saturn console games.
424 @item Silicon Graphics Movie    @tab   @tab X
425 @item Sierra SOL                @tab   @tab X
426     @tab .sol files used in Sierra Online games.
427 @item Sierra VMD                @tab   @tab X
428     @tab Used in Sierra CD-ROM games.
429 @item Smacker                   @tab   @tab X
430     @tab Multimedia format used by many games.
431 @item SMJPEG                    @tab X @tab X
432     @tab Used in certain Loki game ports.
433 @item Smush
434     @tab Multimedia format used in some LucasArts games.
435 @item Sony OpenMG (OMA)         @tab X @tab X
436     @tab Audio format used in Sony Sonic Stage and Sony Vegas.
437 @item Sony PlayStation STR      @tab   @tab X
438 @item Sony Wave64 (W64)         @tab   @tab X
439 @item SoX native format         @tab X @tab X
440 @item SUN AU format             @tab X @tab X
441 @item TDSC                      @tab   @tab X
442 @item Text files                @tab   @tab X
443 @item THP                       @tab   @tab X
444     @tab Used on the Nintendo GameCube.
445 @item Tiertex Limited SEQ       @tab   @tab X
446     @tab Tiertex .seq files used in the DOS CD-ROM version of the game Flashback.
447 @item True Audio                @tab   @tab X
448 @item VC-1 test bitstream       @tab X @tab X
449 @item Vidvox Hap                @tab X @tab X
450 @item WAV                       @tab X @tab X
451 @item WavPack                   @tab   @tab X
452 @item WebM                      @tab X @tab X
453 @item Windows Televison (WTV)   @tab   @tab X
454 @item Wing Commander III movie  @tab   @tab X
455     @tab Multimedia format used in Origin's Wing Commander III computer game.
456 @item Westwood Studios audio    @tab   @tab X
457     @tab Multimedia format used in Westwood Studios games.
458 @item Westwood Studios VQA      @tab   @tab X
459     @tab Multimedia format used in Westwood Studios games.
460 @item XMV                       @tab   @tab X
461     @tab Microsoft video container used in Xbox games.
462 @item xWMA                      @tab   @tab X
463     @tab Microsoft audio container used by XAudio 2.
464 @item YUV4MPEG pipe             @tab X @tab X
465 @item Psygnosis YOP             @tab   @tab X
466 @item ZeroCodec Lossless Video  @tab   @tab X
467 @end multitable
468
469 @code{X} means that encoding (resp. decoding) is supported.
470
471 @section Image Formats
472
473 Libav can read and write images for each frame of a video sequence. The
474 following image formats are supported:
475
476 @multitable @columnfractions .4 .1 .1 .4
477 @item Name @tab Encoding @tab Decoding @tab Comments
478 @item .Y.U.V       @tab X @tab X
479     @tab one raw file per component
480 @item Alias PIX    @tab X @tab X
481     @tab Alias/Wavefront PIX image format
482 @item animated GIF @tab X @tab X
483     @tab Only uncompressed GIFs are generated.
484 @item BMP          @tab X @tab X
485     @tab Microsoft BMP image
486 @item BRender PIX  @tab   @tab X
487     @tab Argonaut BRender 3D engine image format.
488 @item DPX          @tab X @tab X
489     @tab Digital Picture Exchange
490 @item EXR          @tab   @tab X
491     @tab OpenEXR
492 @item JPEG         @tab X @tab X
493     @tab Progressive JPEG is not supported.
494 @item JPEG 2000    @tab E @tab X
495     @tab encoding supported through external library libopenjpeg
496 @item JPEG-LS      @tab X @tab X
497 @item LJPEG        @tab X @tab
498     @tab Lossless JPEG
499 @item PAM          @tab X @tab X
500     @tab PAM is a PNM extension with alpha support.
501 @item PBM          @tab X @tab X
502     @tab Portable BitMap image
503 @item PCX          @tab X @tab X
504     @tab PC Paintbrush
505 @item PGM          @tab X @tab X
506     @tab Portable GrayMap image
507 @item PGMYUV       @tab X @tab X
508     @tab PGM with U and V components in YUV 4:2:0
509 @item PIC          @tab @tab X
510     @tab Pictor/PC Paint
511 @item PNG          @tab X @tab X
512     @tab 2/4 bpp not supported yet
513 @item PPM          @tab X @tab X
514     @tab Portable PixelMap image
515 @item PTX          @tab   @tab X
516     @tab V.Flash PTX format
517 @item SGI          @tab X @tab X
518     @tab SGI RGB image format
519 @item Sun Rasterfile  @tab X @tab X
520     @tab Sun RAS image format
521 @item TIFF         @tab X @tab X
522     @tab YUV, JPEG and some extension is not supported yet.
523 @item Truevision Targa  @tab X @tab X
524     @tab Targa (.TGA) image format
525 @item WebP         @tab E @tab X
526     @tab WebP image format, encoding supported through external library libwebp
527 @item XBM  @tab X @tab X
528     @tab X BitMap image format
529 @item XWD  @tab X @tab X
530     @tab X Window Dump image format
531 @end multitable
532
533 @code{X} means that encoding (resp. decoding) is supported.
534
535 @code{E} means that support is provided through an external library.
536
537 @section Video Codecs
538
539 @multitable @columnfractions .4 .1 .1 .4
540 @item Name @tab Encoding @tab Decoding @tab Comments
541 @item 4X Movie               @tab     @tab  X
542     @tab Used in certain computer games.
543 @item 8088flex TMV           @tab     @tab  X
544 @item 8SVX exponential       @tab     @tab  X
545 @item 8SVX fibonacci         @tab     @tab  X
546 @item A64 multicolor         @tab  X  @tab
547     @tab Creates video suitable to be played on a commodore 64 (multicolor mode).
548 @item Amazing Studio PAF Video @tab     @tab  X
549 @item American Laser Games MM  @tab    @tab X
550     @tab Used in games like Mad Dog McCree.
551 @item AMV Video              @tab     @tab  X
552     @tab Used in Chinese MP3 players.
553 @item ANSI/ASCII art         @tab     @tab  X
554 @item Apple Intermediate Codec @tab     @tab  X
555 @item Apple MJPEG-B          @tab     @tab  X
556 @item Apple ProRes           @tab  X  @tab  X
557 @item Apple QuickDraw        @tab     @tab  X
558     @tab fourcc: qdrw
559 @item Asus v1                @tab  X  @tab  X
560     @tab fourcc: ASV1
561 @item Asus v2                @tab  X  @tab  X
562     @tab fourcc: ASV2
563 @item ATI VCR1               @tab     @tab  X
564     @tab fourcc: VCR1
565 @item ATI VCR2               @tab     @tab  X
566     @tab fourcc: VCR2
567 @item Auravision Aura        @tab     @tab  X
568 @item Auravision Aura 2      @tab     @tab  X
569 @item Autodesk Animator Flic video  @tab     @tab  X
570 @item Autodesk RLE           @tab     @tab  X
571     @tab fourcc: AASC
572 @item AVS (Audio Video Standard) video  @tab     @tab  X
573     @tab Video encoding used by the Creature Shock game.
574 @item Beam Software VB       @tab     @tab  X
575 @item Bethesda VID video     @tab     @tab  X
576     @tab Used in some games from Bethesda Softworks.
577 @item Bink Video             @tab     @tab  X
578 @item Bitmap Brothers JV video  @tab   @tab X
579 @item Brute Force & Ignorance   @tab   @tab X
580     @tab Used in the game Flash Traffic: City of Angels.
581 @item C93 video              @tab     @tab  X
582     @tab Codec used in Cyberia game.
583 @item CamStudio              @tab     @tab  X
584     @tab fourcc: CSCD
585 @item CD+G                   @tab     @tab  X
586     @tab Video codec for CD+G karaoke disks
587 @item CDXL                   @tab     @tab  X
588     @tab Amiga CD video codec
589 @item Chinese AVS video      @tab  E  @tab  X
590     @tab AVS1-P2, JiZhun profile, encoding through external library libxavs
591 @item Delphine Software International CIN video  @tab     @tab  X
592     @tab Codec used in Delphine Software International games.
593 @item Discworld II BMV Video @tab     @tab  X
594 @item Canopus Lossless Codec @tab     @tab  X
595 @item Cinepak                @tab     @tab  X
596 @item Cirrus Logic AccuPak   @tab  X  @tab  X
597     @tab fourcc: CLJR
598 @item Creative YUV (CYUV)    @tab     @tab  X
599 @item DFA                    @tab     @tab  X
600     @tab Codec used in Chronomaster game.
601 @item Dirac                  @tab  E  @tab  E
602     @tab supported through external library libschroedinger
603 @item Deluxe Paint Animation @tab     @tab  X
604 @item DNxHD                  @tab   X @tab  X
605     @tab aka SMPTE VC3
606 @item Duck TrueMotion 1.0   @tab     @tab  X
607     @tab fourcc: DUCK
608 @item Duck TrueMotion 2.0    @tab     @tab  X
609     @tab fourcc: TM20
610 @item DV (Digital Video)     @tab  X  @tab  X
611 @item Dxtory capture format  @tab     @tab  X
612 @item Feeble Files/ScummVM DXA  @tab     @tab  X
613     @tab Codec originally used in Feeble Files game.
614 @item Electronic Arts CMV video  @tab     @tab  X
615     @tab Used in NHL 95 game.
616 @item Electronic Arts Madcow video  @tab     @tab  X
617 @item Electronic Arts TGV video  @tab     @tab  X
618 @item Electronic Arts TGQ video  @tab     @tab  X
619 @item Electronic Arts TQI video  @tab     @tab  X
620 @item Escape 124             @tab     @tab  X
621 @item Escape 130             @tab     @tab  X
622 @item FFmpeg video codec #1  @tab  X  @tab  X
623     @tab experimental lossless codec (fourcc: FFV1)
624 @item Flash Screen Video v1  @tab  X  @tab  X
625     @tab fourcc: FSV1
626 @item Flash Screen Video v2  @tab     @tab  X
627 @item Flash Video (FLV)      @tab  X  @tab  X
628     @tab Sorenson H.263 used in Flash
629 @item Forward Uncompressed   @tab     @tab  X
630 @item Fraps                  @tab     @tab  X
631 @item Go2Meeting             @tab     @tab  X
632     @tab fourcc: G2M2, G2M3
633 @item Go2Webinar             @tab     @tab  X
634     @tab fourcc: G2M4
635 @item H.261                  @tab  X  @tab  X
636 @item H.263 / H.263-1996     @tab  X  @tab  X
637 @item H.263+ / H.263-1998 / H.263 version 2  @tab  X  @tab  X
638 @item H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10  @tab  E  @tab  X
639     @tab encoding supported through external library libx264 and OpenH264
640 @item HEVC                   @tab  X  @tab  X
641     @tab encoding supported through external library libx265 and libkvazaar
642 @item HNM version 4          @tab     @tab  X
643 @item HuffYUV                @tab  X  @tab  X
644 @item HuffYUV FFmpeg variant @tab  X  @tab  X
645 @item IBM Ultimotion         @tab     @tab  X
646     @tab fourcc: ULTI
647 @item id Cinematic video     @tab     @tab  X
648     @tab Used in Quake II.
649 @item id RoQ video           @tab  X  @tab  X
650     @tab Used in Quake III, Jedi Knight 2, other computer games.
651 @item IFF ILBM               @tab     @tab  X
652     @tab IFF interleaved bitmap
653 @item IFF ByteRun1           @tab     @tab  X
654     @tab IFF run length encoded bitmap
655 @item Intel H.263            @tab     @tab  X
656 @item Intel Indeo 2          @tab     @tab  X
657 @item Intel Indeo 3          @tab     @tab  X
658 @item Intel Indeo 4          @tab     @tab  X
659 @item Intel Indeo 5          @tab     @tab  X
660 @item Interplay C93          @tab     @tab  X
661     @tab Used in the game Cyberia from Interplay.
662 @item Interplay MVE video    @tab     @tab  X
663     @tab Used in Interplay .MVE files.
664 @item Karl Morton's video codec  @tab     @tab  X
665     @tab Codec used in Worms games.
666 @item Kega Game Video (KGV1) @tab      @tab  X
667     @tab Kega emulator screen capture codec.
668 @item Lagarith               @tab     @tab  X
669 @item LCL (LossLess Codec Library) MSZH  @tab     @tab  X
670 @item LCL (LossLess Codec Library) ZLIB  @tab  E  @tab  E
671 @item LOCO                   @tab     @tab  X
672 @item LucasArts SANM         @tab     @tab  X
673     @tab Used in LucasArts SMUSH animations.
674 @item lossless MJPEG         @tab  X  @tab  X
675 @item Microsoft ATC Screen   @tab     @tab  X
676     @tab Also known as Microsoft Screen 3.
677 @item Microsoft Expression Encoder Screen  @tab     @tab  X
678     @tab Also known as Microsoft Titanium Screen 2.
679 @item Microsoft RLE          @tab     @tab  X
680 @item Microsoft Screen 1     @tab     @tab  X
681     @tab Also known as Windows Media Video V7 Screen.
682 @item Microsoft Screen 2     @tab     @tab  X
683     @tab Also known as Windows Media Video V9 Screen.
684 @item Microsoft Video 1      @tab     @tab  X
685 @item Mimic                  @tab     @tab  X
686     @tab Used in MSN Messenger Webcam streams.
687 @item Miro VideoXL           @tab     @tab  X
688     @tab fourcc: VIXL
689 @item MJPEG (Motion JPEG)    @tab  X  @tab  X
690 @item Mobotix MxPEG video    @tab     @tab  X
691 @item Motion Pixels video    @tab     @tab  X
692 @item MPEG-1 video           @tab  X  @tab  X
693 @item MPEG-2 video           @tab  X  @tab  X
694 @item MPEG-4 part 2          @tab  X  @tab  X
695     @tab libxvidcore can be used alternatively for encoding.
696 @item MPEG-4 part 2 Microsoft variant version 1  @tab     @tab  X
697 @item MPEG-4 part 2 Microsoft variant version 2  @tab  X  @tab  X
698 @item MPEG-4 part 2 Microsoft variant version 3  @tab  X  @tab  X
699 @item Nintendo Gamecube THP video  @tab     @tab  X
700 @item NuppelVideo/RTjpeg     @tab     @tab  X
701     @tab Video encoding used in NuppelVideo files.
702 @item On2 VP3                @tab     @tab  X
703     @tab still experimental
704 @item On2 VP5                @tab     @tab  X
705     @tab fourcc: VP50
706 @item On2 VP6                @tab     @tab  X
707     @tab fourcc: VP60,VP61,VP62
708 @item On2 VP7                @tab     @tab  X
709     @tab fourcc: VP70,VP71
710 @item VP8                    @tab  E  @tab  X
711     @tab fourcc: VP80, encoding supported through external library libvpx
712 @item VP9                    @tab  E  @tab  X
713     @tab Encoding supported through external library libvpx
714 @item planar RGB             @tab     @tab  X
715     @tab fourcc: 8BPS
716 @item Q-team QPEG            @tab     @tab  X
717     @tab fourccs: QPEG, Q1.0, Q1.1
718 @item QuickTime 8BPS video   @tab     @tab  X
719 @item QuickTime Animation (RLE) video  @tab  X  @tab  X
720     @tab fourcc: 'rle '
721 @item QuickTime Graphics (SMC)  @tab     @tab  X
722     @tab fourcc: 'smc '
723 @item QuickTime video (RPZA) @tab     @tab  X
724     @tab fourcc: rpza
725 @item R10K AJA Kona 10-bit RGB Codec     @tab     @tab  X
726 @item R210 Quicktime Uncompressed RGB 10-bit     @tab     @tab  X
727 @item Raw Video              @tab  X  @tab  X
728 @item RealVideo 1.0          @tab  X  @tab  X
729 @item RealVideo 2.0          @tab  X  @tab  X
730 @item RealVideo 3.0          @tab     @tab  X
731     @tab still far from ideal
732 @item RealVideo 4.0          @tab     @tab  X
733 @item Renderware TXD (TeXture Dictionary)  @tab     @tab  X
734     @tab Texture dictionaries used by the Renderware Engine.
735 @item RL2 video              @tab     @tab  X
736     @tab used in some games by Entertainment Software Partners
737 @item Sierra VMD video       @tab     @tab  X
738     @tab Used in Sierra VMD files.
739 @item Silicon Graphics Motion Video Compressor 1 (MVC1)  @tab     @tab  X
740 @item Silicon Graphics Motion Video Compressor 2 (MVC2)  @tab     @tab  X
741 @item Silicon Graphics RLE 8-bit video  @tab     @tab  X
742 @item Smacker video          @tab     @tab  X
743     @tab Video encoding used in Smacker.
744 @item SMPTE VC-1             @tab     @tab  X
745 @item Sony PlayStation MDEC (Motion DECoder)  @tab     @tab  X
746 @item Sorenson Vector Quantizer 1  @tab  X  @tab  X
747     @tab fourcc: SVQ1
748 @item Sorenson Vector Quantizer 3  @tab     @tab  X
749     @tab fourcc: SVQ3
750 @item Sunplus JPEG (SP5X)    @tab     @tab  X
751     @tab fourcc: SP5X
752 @item TechSmith Screen Capture Codec  @tab     @tab  X
753     @tab fourcc: TSCC
754 @item TechSmith Screen Capture Codec 2  @tab     @tab  X
755     @tab fourcc: TSC2
756 @item Theora                 @tab  E  @tab  X
757     @tab encoding supported through external library libtheora
758 @item Tiertex Limited SEQ video  @tab     @tab  X
759     @tab Codec used in DOS CD-ROM FlashBack game.
760 @item Ut Video               @tab  X  @tab  X
761 @item v210 QuickTime uncompressed 4:2:2 10-bit     @tab  X  @tab  X
762 @item v410 QuickTime uncompressed 4:4:4 10-bit     @tab  X  @tab  X
763 @item VBLE Lossless Codec    @tab     @tab  X
764 @item VMware Screen Codec / VMware Video  @tab     @tab  X
765     @tab Codec used in videos captured by VMware.
766 @item Westwood Studios VQA (Vector Quantized Animation) video  @tab     @tab  X
767 @item Windows Media Image    @tab     @tab  X
768 @item Windows Media Video 7  @tab  X  @tab  X
769 @item Windows Media Video 8  @tab  X  @tab  X
770 @item Windows Media Video 9  @tab     @tab  X
771     @tab not completely working
772 @item Wing Commander III / Xan  @tab     @tab  X
773     @tab Used in Wing Commander III .MVE files.
774 @item Wing Commander IV / Xan  @tab     @tab  X
775     @tab Used in Wing Commander IV.
776 @item Winnov WNV1            @tab     @tab  X
777 @item WMV7                   @tab  X  @tab  X
778 @item YAMAHA SMAF            @tab  X  @tab  X
779 @item Psygnosis YOP Video    @tab     @tab  X
780 @item ZLIB                   @tab  X  @tab  X
781     @tab part of LCL, encoder experimental
782 @item Zip Motion Blocks Video  @tab   X @tab  X
783     @tab Encoder works only in PAL8.
784 @end multitable
785
786 @code{X} means that encoding (resp. decoding) is supported.
787
788 @code{E} means that support is provided through an external library.
789
790 @section Audio Codecs
791
792 @multitable @columnfractions .4 .1 .1 .4
793 @item Name @tab Encoding @tab Decoding @tab Comments
794 @item 8SVX audio             @tab     @tab  X
795 @item AAC                    @tab  E  @tab  X
796     @tab encoding supported through external library libfaac and libvo-aacenc
797 @item AC-3                   @tab IX  @tab  X
798 @item ADPCM 4X Movie         @tab     @tab  X
799 @item ADPCM CDROM XA         @tab     @tab  X
800 @item ADPCM Creative Technology @tab     @tab  X
801     @tab 16 -> 4, 8 -> 4, 8 -> 3, 8 -> 2
802 @item ADPCM Electronic Arts  @tab     @tab  X
803     @tab Used in various EA titles.
804 @item ADPCM Electronic Arts Maxis CDROM XS  @tab     @tab  X
805     @tab Used in Sim City 3000.
806 @item ADPCM Electronic Arts R1  @tab     @tab  X
807 @item ADPCM Electronic Arts R2  @tab     @tab  X
808 @item ADPCM Electronic Arts R3  @tab     @tab  X
809 @item ADPCM Electronic Arts XAS @tab     @tab  X
810 @item ADPCM G.722            @tab  X  @tab  X
811 @item ADPCM G.726            @tab  X  @tab  X
812 @item ADPCM IMA AMV          @tab     @tab  X
813     @tab Used in AMV files
814 @item ADPCM IMA Electronic Arts EACS  @tab     @tab  X
815 @item ADPCM IMA Electronic Arts SEAD  @tab     @tab  X
816 @item ADPCM IMA Funcom       @tab     @tab  X
817 @item ADPCM IMA QuickTime    @tab  X  @tab  X
818 @item ADPCM IMA Loki SDL MJPEG  @tab     @tab  X
819 @item ADPCM IMA WAV          @tab  X  @tab  X
820 @item ADPCM IMA Westwood     @tab     @tab  X
821 @item ADPCM ISS IMA          @tab     @tab  X
822     @tab Used in FunCom games.
823 @item ADPCM IMA Duck DK3     @tab     @tab  X
824     @tab Used in some Sega Saturn console games.
825 @item ADPCM IMA Duck DK4     @tab     @tab  X
826     @tab Used in some Sega Saturn console games.
827 @item ADPCM Microsoft        @tab  X  @tab  X
828 @item ADPCM MS IMA           @tab  X  @tab  X
829 @item ADPCM Nintendo Gamecube THP  @tab     @tab  X
830 @item ADPCM QT IMA           @tab  X  @tab  X
831 @item ADPCM SEGA CRI ADX     @tab  X  @tab  X
832     @tab Used in Sega Dreamcast games.
833 @item ADPCM Shockwave Flash  @tab  X  @tab  X
834 @item ADPCM SMJPEG IMA       @tab     @tab  X
835     @tab Used in certain Loki game ports.
836 @item ADPCM Sound Blaster Pro 2-bit  @tab     @tab  X
837 @item ADPCM Sound Blaster Pro 2.6-bit  @tab     @tab  X
838 @item ADPCM Sound Blaster Pro 4-bit  @tab     @tab  X
839 @item ADPCM VIMA
840     @tab Used in LucasArts SMUSH animations.
841 @item ADPCM Westwood Studios IMA @tab     @tab  X
842     @tab Used in Westwood Studios games like Command and Conquer.
843 @item ADPCM Yamaha           @tab  X  @tab  X
844 @item AMR-NB                 @tab  E  @tab  X
845     @tab encoding supported through external library libopencore-amrnb
846 @item AMR-WB                 @tab  E  @tab  X
847     @tab encoding supported through external library libvo-amrwbenc
848 @item Amazing Studio PAF Audio @tab     @tab  X
849 @item Apple lossless audio   @tab  X  @tab  X
850     @tab QuickTime fourcc 'alac'
851 @item ATRAC1                 @tab     @tab  X
852 @item ATRAC3                 @tab     @tab  X
853 @item ATRAC3+                @tab     @tab  X
854 @item Bink Audio             @tab     @tab  X
855     @tab Used in Bink and Smacker files in many games.
856 @item Delphine Software International CIN audio  @tab     @tab  X
857     @tab Codec used in Delphine Software International games.
858 @item Digital Speech Standard - Standard Play mode (DSS SP) @tab     @tab  X
859 @item Discworld II BMV Audio @tab     @tab  X
860 @item COOK                   @tab     @tab  X
861     @tab All versions except 5.1 are supported.
862 @item DCA (DTS Coherent Acoustics)  @tab     @tab  X
863     @tab supported extensions: XCh, XLL (partially)
864 @item DPCM id RoQ            @tab  X  @tab  X
865     @tab Used in Quake III, Jedi Knight 2, other computer games.
866 @item DPCM Interplay         @tab     @tab  X
867     @tab Used in various Interplay computer games.
868 @item DPCM Sierra Online     @tab     @tab  X
869     @tab Used in Sierra Online game audio files.
870 @item DPCM Sol               @tab     @tab  X
871 @item DPCM Xan               @tab     @tab  X
872     @tab Used in Origin's Wing Commander IV AVI files.
873 @item DSP Group TrueSpeech   @tab     @tab  X
874 @item DV audio               @tab     @tab  X
875 @item Enhanced AC-3          @tab  X  @tab  X
876 @item FLAC (Free Lossless Audio Codec)  @tab  X  @tab  IX
877 @item G.723.1                @tab  X  @tab  X
878 @item GSM                    @tab  E  @tab  X
879     @tab encoding supported through external library libgsm
880 @item GSM Microsoft variant  @tab  E  @tab  X
881     @tab encoding supported through external library libgsm
882 @item IAC (Indeo Audio Coder)  @tab     @tab  X
883 @item iLBC (Internet Low Bitrate Codec) @tab  E  @tab  E
884     @tab encoding and decoding supported through external library libilbc
885 @item IMC (Intel Music Coder)  @tab     @tab  X
886 @item MACE (Macintosh Audio Compression/Expansion) 3:1  @tab     @tab  X
887 @item MACE (Macintosh Audio Compression/Expansion) 6:1  @tab     @tab  X
888 @item MLP (Meridian Lossless Packing)  @tab     @tab  X
889     @tab Used in DVD-Audio discs.
890 @item Monkey's Audio         @tab     @tab  X
891     @tab Only versions 3.97-3.99 are supported.
892 @item MP1 (MPEG audio layer 1)  @tab     @tab IX
893 @item MP2 (MPEG audio layer 2)  @tab IE  @tab IX
894     @tab encoding supported also through external library TwoLAME
895 @item MP3 (MPEG audio layer 3)  @tab  E  @tab IX
896     @tab encoding supported through external library LAME, ADU MP3 and MP3onMP4 also supported
897 @item MPEG-4 Audio Lossless Coding (ALS)  @tab     @tab  X
898 @item Musepack SV7           @tab     @tab  X
899 @item Musepack SV8           @tab     @tab  X
900 @item Nellymoser Asao        @tab  X  @tab  X
901 @item On2 AVC (Audio for Video Codec) @tab     @tab  X
902 @item Opus                   @tab  E  @tab  E
903     @tab supported through external library libopus
904 @item PCM A-law              @tab  X  @tab  X
905 @item PCM mu-law             @tab  X  @tab  X
906 @item PCM signed 16-bit big-endian planar  @tab     @tab  X
907 @item PCM signed 16-bit little-endian planar  @tab     @tab  X
908 @item PCM signed 24-bit little-endian planar  @tab     @tab  X
909 @item PCM signed 32-bit little-endian planar  @tab     @tab  X
910 @item PCM 32-bit floating point big-endian  @tab  X  @tab  X
911 @item PCM 32-bit floating point little-endian  @tab  X  @tab  X
912 @item PCM 64-bit floating point big-endian  @tab  X  @tab  X
913 @item PCM 64-bit floating point little-endian  @tab  X  @tab  X
914 @item PCM D-Cinema audio signed 24-bit   @tab  X  @tab  X
915 @item PCM signed 8-bit       @tab  X  @tab  X
916 @item PCM signed 16-bit big-endian  @tab  X  @tab  X
917 @item PCM signed 16-bit little-endian  @tab  X  @tab  X
918 @item PCM signed 24-bit big-endian  @tab  X  @tab  X
919 @item PCM signed 24-bit little-endian  @tab  X  @tab  X
920 @item PCM signed 32-bit big-endian  @tab  X  @tab  X
921 @item PCM signed 32-bit little-endian  @tab  X  @tab  X
922 @item PCM signed 16/20/24-bit big-endian in MPEG-TS  @tab     @tab  X
923 @item PCM unsigned 8-bit     @tab  X  @tab  X
924 @item PCM unsigned 16-bit big-endian  @tab  X  @tab  X
925 @item PCM unsigned 16-bit little-endian  @tab  X  @tab  X
926 @item PCM unsigned 24-bit big-endian  @tab  X  @tab  X
927 @item PCM unsigned 24-bit little-endian  @tab  X  @tab  X
928 @item PCM unsigned 32-bit big-endian  @tab  X  @tab  X
929 @item PCM unsigned 32-bit little-endian  @tab  X  @tab  X
930 @item PCM Zork               @tab     @tab  X
931 @item QCELP / PureVoice      @tab     @tab  X
932 @item QDesign Music Codec 2  @tab     @tab  X
933     @tab There are still some distortions.
934 @item RealAudio 1.0 (14.4K)  @tab  X  @tab  X
935     @tab Real 14400 bit/s codec
936 @item RealAudio 2.0 (28.8K)  @tab     @tab  X
937     @tab Real 28800 bit/s codec
938 @item RealAudio 3.0 (dnet)   @tab IX  @tab  X
939     @tab Real low bitrate AC-3 codec
940 @item RealAudio Lossless     @tab     @tab  X
941 @item RealAudio SIPR / ACELP.NET @tab     @tab  X
942 @item Shorten                @tab     @tab  X
943 @item Sierra VMD audio       @tab     @tab  X
944     @tab Used in Sierra VMD files.
945 @item Smacker audio          @tab     @tab  X
946 @item SMPTE 302M AES3 audio  @tab     @tab  X
947 @item Speex                  @tab  E  @tab  E
948     @tab supported through external library libspeex
949 @item TAK (Tom's lossless Audio Kompressor)  @tab     @tab  X
950 @item True Audio (TTA)       @tab     @tab  X
951 @item TrueHD                 @tab     @tab  X
952     @tab Used in HD-DVD and Blu-Ray discs.
953 @item TwinVQ (VQF flavor)    @tab     @tab  X
954 @item Vorbis                 @tab  E  @tab  X
955     @tab A native but very primitive encoder exists.
956 @item Voxware MetaSound      @tab     @tab  X
957 @item WavPack                @tab  E  @tab  X
958     @tab supported through external library libwavpack
959 @item Westwood Audio (SND1)  @tab     @tab  X
960 @item Windows Media Audio 1  @tab  X  @tab  X
961 @item Windows Media Audio 2  @tab  X  @tab  X
962 @item Windows Media Audio Lossless @tab  @tab  X
963 @item Windows Media Audio Pro @tab    @tab  X
964 @item Windows Media Audio Voice @tab  @tab  X
965 @end multitable
966
967 @code{X} means that encoding (resp. decoding) is supported.
968
969 @code{E} means that support is provided through an external library.
970
971 @code{I} means that an integer-only version is available, too (ensures high
972 performance on systems without hardware floating point support).
973
974 @section Subtitle Formats
975
976 @multitable @columnfractions .4 .1 .1 .1 .1
977 @item Name @tab Muxing @tab Demuxing @tab Encoding @tab Decoding
978 @item SSA/ASS      @tab X @tab X @tab X @tab X
979 @item DVB          @tab X @tab X @tab X @tab X
980 @item DVD          @tab X @tab X @tab X @tab X
981 @item PGS          @tab   @tab   @tab   @tab X
982 @item SubRip (SRT) @tab X @tab X @tab   @tab X
983 @item XSUB         @tab   @tab   @tab X @tab X
984 @end multitable
985
986 @code{X} means that the feature is supported.
987
988 @section Network Protocols
989
990 @multitable @columnfractions .4 .1
991 @item Name         @tab Support
992 @item file         @tab X
993 @item Gopher       @tab X
994 @item HLS          @tab X
995 @item HTTP         @tab X
996 @item HTTPS        @tab X
997 @item Icecast      @tab X
998 @item MMSH         @tab X
999 @item MMST         @tab X
1000 @item pipe         @tab X
1001 @item RTMP         @tab X
1002 @item RTMPE        @tab X
1003 @item RTMPS        @tab X
1004 @item RTMPT        @tab X
1005 @item RTMPTE       @tab X
1006 @item RTMPTS       @tab X
1007 @item RTP          @tab X
1008 @item SCTP         @tab X
1009 @item TCP          @tab X
1010 @item TLS          @tab X
1011 @item UDP          @tab X
1012 @end multitable
1013
1014 @code{X} means that the protocol is supported.
1015
1016 @code{E} means that support is provided through an external library.
1017
1018
1019 @section Input/Output Devices
1020
1021 @multitable @columnfractions .4 .1 .1
1022 @item Name              @tab Input  @tab Output
1023 @item ALSA              @tab X      @tab X
1024 @item BKTR              @tab X      @tab
1025 @item DV1394            @tab X      @tab
1026 @item Linux framebuffer @tab X      @tab
1027 @item JACK              @tab X      @tab
1028 @item LIBCDIO           @tab X
1029 @item LIBDC1394         @tab X      @tab
1030 @item OSS               @tab X      @tab X
1031 @item Pulseaudio        @tab X      @tab
1032 @item Video4Linux2      @tab X      @tab
1033 @item VfW capture       @tab X      @tab
1034 @item X11 grabbing      @tab X      @tab
1035 @end multitable
1036
1037 @code{X} means that input/output is supported.
1038
1039 @bye