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