general.texi 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999
  1. \input texinfo @c -*- texinfo -*-
  2. @settitle General Documentation
  3. @titlepage
  4. @sp 7
  5. @center @titlefont{General Documentation}
  6. @sp 3
  7. @end titlepage
  8. @chapter external libraries
  9. FFmpeg can be hooked up with a number of external libraries to add support
  10. for more formats. None of them are used by default, their use has to be
  11. explicitly requested by passing the appropriate flags to @file{./configure}.
  12. @section AMR
  13. AMR comes in two different flavors, wideband and narrowband. FFmpeg can make
  14. use of the AMR wideband (floating-point mode) and the AMR narrowband
  15. (floating-point mode) reference decoders and encoders.
  16. Go to @url{http://www.penguin.cz/~utx/amr} and follow the instructions for
  17. installing the libraries. Then pass @code{--enable-libamr-nb} and/or
  18. @code{--enable-libamr-wb} to configure to enable the libraries.
  19. Note that libamr is copyrighted without any sort of license grant. This means
  20. that you can use it if you legally obtained it but you are not allowed to
  21. redistribute it in any way. @strong{Any FFmpeg binaries with libamr support
  22. you create are non-free and unredistributable!}
  23. @chapter Supported File Formats and Codecs
  24. You can use the @code{-formats} option to have an exhaustive list.
  25. @section File Formats
  26. FFmpeg supports the following file formats through the @code{libavformat}
  27. library:
  28. @multitable @columnfractions .4 .1 .1 .4
  29. @item Supported File Format @tab Encoding @tab Decoding @tab Comments
  30. @item MPEG audio @tab X @tab X
  31. @item MPEG-1 systems @tab X @tab X
  32. @tab muxed audio and video
  33. @item MPEG-2 PS @tab X @tab X
  34. @tab also known as @code{VOB} file
  35. @item MPEG-2 TS @tab @tab X
  36. @tab also known as DVB Transport Stream
  37. @item ASF@tab X @tab X
  38. @item AVI@tab X @tab X
  39. @item WAV@tab X @tab X
  40. @item Macromedia Flash@tab X @tab X
  41. @item AVM2 (Flash 9) @tab X @tab X
  42. @tab Only embedded audio is decoded.
  43. @item FLV @tab X @tab X
  44. @tab Macromedia Flash video files
  45. @item Real Audio and Video @tab X @tab X
  46. @item Raw AC3 @tab X @tab X
  47. @item Raw MJPEG @tab X @tab X
  48. @item Raw MPEG video @tab X @tab X
  49. @item Raw PCM8/16 bits, mulaw/Alaw@tab X @tab X
  50. @item Raw CRI ADX audio @tab X @tab X
  51. @item Raw Shorten audio @tab @tab X
  52. @item SUN AU format @tab X @tab X
  53. @item NUT @tab X @tab X @tab NUT Open Container Format
  54. @item QuickTime @tab X @tab X
  55. @item MPEG-4 @tab X @tab X
  56. @tab MPEG-4 is a variant of QuickTime.
  57. @item Raw MPEG4 video @tab X @tab X
  58. @item DV @tab X @tab X
  59. @item 4xm @tab @tab X
  60. @tab 4X Technologies format, used in some games.
  61. @item Playstation STR @tab @tab X
  62. @item Id RoQ @tab X @tab X
  63. @tab Used in Quake III, Jedi Knight 2, other computer games.
  64. @item Interplay MVE @tab @tab X
  65. @tab Format used in various Interplay computer games.
  66. @item WC3 Movie @tab @tab X
  67. @tab Multimedia format used in Origin's Wing Commander III computer game.
  68. @item Sega FILM/CPK @tab @tab X
  69. @tab Used in many Sega Saturn console games.
  70. @item Westwood Studios VQA/AUD @tab @tab X
  71. @tab Multimedia formats used in Westwood Studios games.
  72. @item Id Cinematic (.cin) @tab @tab X
  73. @tab Used in Quake II.
  74. @item FLIC format @tab @tab X
  75. @tab .fli/.flc files
  76. @item Sierra VMD @tab @tab X
  77. @tab Used in Sierra CD-ROM games.
  78. @item Sierra Online @tab @tab X
  79. @tab .sol files used in Sierra Online games.
  80. @item Matroska @tab X @tab X
  81. @item Electronic Arts Multimedia @tab @tab X
  82. @tab Used in various EA games; files have extensions like WVE and UV2.
  83. @item Nullsoft Video (NSV) format @tab @tab X
  84. @item ADTS AAC audio @tab X @tab X
  85. @item Creative VOC @tab X @tab X @tab Created for the Sound Blaster Pro.
  86. @item American Laser Games MM @tab @tab X
  87. @tab Multimedia format used in games like Mad Dog McCree
  88. @item AVS @tab @tab X
  89. @tab Multimedia format used by the Creature Shock game.
  90. @item Smacker @tab @tab X
  91. @tab Multimedia format used by many games.
  92. @item GXF @tab X @tab X
  93. @tab General eXchange Format SMPTE 360M, used by Thomson Grass Valley playout servers.
  94. @item CIN @tab @tab X
  95. @tab Multimedia format used by Delphine Software games.
  96. @item MXF @tab @tab X
  97. @tab Material eXchange Format SMPTE 377M, used by D-Cinema, broadcast industry.
  98. @item SEQ @tab @tab X
  99. @tab Tiertex .seq files used in the DOS CDROM version of the game Flashback.
  100. @item DXA @tab @tab X
  101. @tab This format is used in non-Windows version of Feeble Files game and
  102. different game cutscenes repacked for use with ScummVM.
  103. @item THP @tab @tab X
  104. @tab Used on the Nintendo GameCube.
  105. @item C93 @tab @tab X
  106. @tab Used in the game Cyberia from Interplay.
  107. @item Bethsoft VID @tab @tab X
  108. @tab Used in some games from Bethesda Softworks.
  109. @item CRYO APC @tab @tab X
  110. @tab Audio format used in some games by CRYO Interactive Entertainment.
  111. @item Monkey's Audio @tab @tab X
  112. @item SIFF @tab @tab X
  113. @tab Audio and video format used in some games by Beam Software
  114. @item LMLM4 @tab @tab X
  115. @tab Used by Linux Media Labs MPEG-4 PCI boards
  116. @item PVA @tab @tab X
  117. @tab Used by TechnoTrend DVB PCI boards
  118. @item MSN TCP Webcam @tab @tab X
  119. @tab Used by MSN Messenger Webcam streams.
  120. @item RL2 @tab @tab X
  121. @tab Audio and video format used in some games by Entertainment Software Partners
  122. @item IFF @tab @tab X
  123. @tab Interchange File Format
  124. @end multitable
  125. @code{X} means that encoding (resp. decoding) is supported.
  126. @section Image Formats
  127. FFmpeg can read and write images for each frame of a video sequence. The
  128. following image formats are supported:
  129. @multitable @columnfractions .4 .1 .1 .4
  130. @item Supported Image Format @tab Encoding @tab Decoding @tab Comments
  131. @item PGM, PPM @tab X @tab X
  132. @item PAM @tab X @tab X @tab PAM is a PNM extension with alpha support.
  133. @item PGMYUV @tab X @tab X @tab PGM with U and V components in YUV 4:2:0
  134. @item JPEG @tab X @tab X @tab Progressive JPEG is not supported.
  135. @item .Y.U.V @tab X @tab X @tab one raw file per component
  136. @item animated GIF @tab X @tab X @tab Only uncompressed GIFs are generated.
  137. @item PNG @tab X @tab X @tab 2 bit and 4 bit/pixel not supported yet.
  138. @item Targa @tab @tab X @tab Targa (.TGA) image format.
  139. @item TIFF @tab X @tab X @tab YUV, JPEG and some extension is not supported yet.
  140. @item SGI @tab X @tab X @tab SGI RGB image format
  141. @item PTX @tab @tab X @tab V.Flash PTX format
  142. @item RAS @tab @tab X @tab Sun Rasterfile
  143. @item PCX @tab @tab X @tab PC Paintbrush
  144. @end multitable
  145. @code{X} means that encoding (resp. decoding) is supported.
  146. @section Video Codecs
  147. @multitable @columnfractions .4 .1 .1 .4
  148. @item Supported Codec @tab Encoding @tab Decoding @tab Comments
  149. @item MPEG-1 video @tab X @tab X
  150. @item MPEG-2 video @tab X @tab X
  151. @item MPEG-4 @tab X @tab X
  152. @item MSMPEG4 V1 @tab X @tab X
  153. @item MSMPEG4 V2 @tab X @tab X
  154. @item MSMPEG4 V3 @tab X @tab X
  155. @item WMV7 @tab X @tab X
  156. @item WMV8 @tab X @tab X @tab not completely working
  157. @item WMV9 @tab @tab X @tab not completely working
  158. @item VC1 @tab @tab X
  159. @item H.261 @tab X @tab X
  160. @item H.263(+) @tab X @tab X @tab also known as RealVideo 1.0
  161. @item H.264 @tab @tab X
  162. @item RealVideo 1.0 @tab X @tab X
  163. @item RealVideo 2.0 @tab X @tab X
  164. @item MJPEG @tab X @tab X
  165. @item lossless MJPEG @tab X @tab X
  166. @item JPEG-LS @tab X @tab X @tab fourcc: MJLS, lossless and near-lossless is supported
  167. @item Apple MJPEG-B @tab @tab X
  168. @item Sunplus MJPEG @tab @tab X @tab fourcc: SP5X
  169. @item DV @tab X @tab X
  170. @item HuffYUV @tab X @tab X
  171. @item FFmpeg Video 1 @tab X @tab X @tab experimental lossless codec (fourcc: FFV1)
  172. @item FFmpeg Snow @tab X @tab X @tab experimental wavelet codec (fourcc: SNOW)
  173. @item Asus v1 @tab X @tab X @tab fourcc: ASV1
  174. @item Asus v2 @tab X @tab X @tab fourcc: ASV2
  175. @item Creative YUV @tab @tab X @tab fourcc: CYUV
  176. @item Sorenson Video 1 @tab X @tab X @tab fourcc: SVQ1
  177. @item Sorenson Video 3 @tab @tab X @tab fourcc: SVQ3
  178. @item On2 VP3 @tab @tab X @tab still experimental
  179. @item On2 VP5 @tab @tab X @tab fourcc: VP50
  180. @item On2 VP6 @tab @tab X @tab fourcc: VP60,VP61,VP62
  181. @item Theora @tab X @tab X @tab still experimental
  182. @item Intel Indeo 3 @tab @tab X
  183. @item FLV @tab X @tab X @tab Sorenson H.263 used in Flash
  184. @item Flash Screen Video @tab X @tab X @tab fourcc: FSV1
  185. @item ATI VCR1 @tab @tab X @tab fourcc: VCR1
  186. @item ATI VCR2 @tab @tab X @tab fourcc: VCR2
  187. @item Cirrus Logic AccuPak @tab @tab X @tab fourcc: CLJR
  188. @item 4X Video @tab @tab X @tab Used in certain computer games.
  189. @item Sony Playstation MDEC @tab @tab X
  190. @item Id RoQ @tab X @tab X @tab Used in Quake III, Jedi Knight 2, other computer games.
  191. @item Xan/WC3 @tab @tab X @tab Used in Wing Commander III .MVE files.
  192. @item Interplay Video @tab @tab X @tab Used in Interplay .MVE files.
  193. @item Apple Animation @tab X @tab X @tab fourcc: 'rle '
  194. @item Apple Graphics @tab @tab X @tab fourcc: 'smc '
  195. @item Apple Video @tab @tab X @tab fourcc: rpza
  196. @item Apple QuickDraw @tab @tab X @tab fourcc: qdrw
  197. @item Cinepak @tab @tab X
  198. @item Microsoft RLE @tab @tab X
  199. @item Microsoft Video-1 @tab @tab X
  200. @item Westwood VQA @tab @tab X
  201. @item Id Cinematic Video @tab @tab X @tab Used in Quake II.
  202. @item Planar RGB @tab @tab X @tab fourcc: 8BPS
  203. @item FLIC video @tab @tab X
  204. @item Duck TrueMotion v1 @tab @tab X @tab fourcc: DUCK
  205. @item Duck TrueMotion v2 @tab @tab X @tab fourcc: TM20
  206. @item VMD Video @tab @tab X @tab Used in Sierra VMD files.
  207. @item MSZH @tab @tab X @tab Part of LCL
  208. @item ZLIB @tab X @tab X @tab Part of LCL, encoder experimental
  209. @item TechSmith Camtasia @tab @tab X @tab fourcc: TSCC
  210. @item IBM Ultimotion @tab @tab X @tab fourcc: ULTI
  211. @item Miro VideoXL @tab @tab X @tab fourcc: VIXL
  212. @item QPEG @tab @tab X @tab fourccs: QPEG, Q1.0, Q1.1
  213. @item LOCO @tab @tab X @tab
  214. @item Winnov WNV1 @tab @tab X @tab
  215. @item Autodesk Animator Studio Codec @tab @tab X @tab fourcc: AASC
  216. @item Fraps FPS1 @tab @tab X @tab
  217. @item CamStudio @tab @tab X @tab fourcc: CSCD
  218. @item American Laser Games Video @tab @tab X @tab Used in games like Mad Dog McCree
  219. @item ZMBV @tab X @tab X @tab Encoder works only on PAL8
  220. @item AVS Video @tab @tab X @tab Video encoding used by the Creature Shock game.
  221. @item Smacker Video @tab @tab X @tab Video encoding used in Smacker.
  222. @item RTjpeg @tab @tab X @tab Video encoding used in NuppelVideo files.
  223. @item KMVC @tab @tab X @tab Codec used in Worms games.
  224. @item VMware Video @tab @tab X @tab Codec used in videos captured by VMware.
  225. @item Cin Video @tab @tab X @tab Codec used in Delphine Software games.
  226. @item Tiertex Seq Video @tab @tab X @tab Codec used in DOS CDROM FlashBack game.
  227. @item DXA Video @tab @tab X @tab Codec originally used in Feeble Files game.
  228. @item AVID DNxHD @tab X @tab X @tab aka SMPTE VC3
  229. @item C93 Video @tab @tab X @tab Codec used in Cyberia game.
  230. @item THP @tab @tab X @tab Used on the Nintendo GameCube.
  231. @item Bethsoft VID @tab @tab X @tab Used in some games from Bethesda Softworks.
  232. @item Renderware TXD @tab @tab X @tab Texture dictionaries used by the Renderware Engine.
  233. @item AMV @tab @tab X @tab Used in Chinese MP3 players.
  234. @item Mimic @tab @tab X @tab Used in MSN Messenger Webcam streams.
  235. @end multitable
  236. @code{X} means that encoding (resp. decoding) is supported.
  237. @section Audio Codecs
  238. @multitable @columnfractions .4 .1 .1 .1 .7
  239. @item Supported Codec @tab Encoding @tab Decoding @tab Comments
  240. @item MPEG audio layer 2 @tab IX @tab IX
  241. @item MPEG audio layer 1/3 @tab X @tab IX
  242. @tab MP3 encoding is supported through the external library LAME.
  243. @item AC3 @tab IX @tab IX
  244. @tab liba52 is used internally for decoding.
  245. @item Vorbis @tab X @tab X
  246. @item WMA V1/V2 @tab X @tab X
  247. @item AAC @tab X @tab X
  248. @tab Supported through the external library libfaac/libfaad.
  249. @item Microsoft ADPCM @tab X @tab X
  250. @item AMV IMA ADPCM @tab @tab X
  251. @tab Used in AMV files
  252. @item MS IMA ADPCM @tab X @tab X
  253. @item QT IMA ADPCM @tab X @tab X
  254. @item 4X IMA ADPCM @tab @tab X
  255. @item G.726 ADPCM @tab X @tab X
  256. @item Duck DK3 IMA ADPCM @tab @tab X
  257. @tab Used in some Sega Saturn console games.
  258. @item Duck DK4 IMA ADPCM @tab @tab X
  259. @tab Used in some Sega Saturn console games.
  260. @item Westwood Studios IMA ADPCM @tab @tab X
  261. @tab Used in Westwood Studios games like Command and Conquer.
  262. @item SMJPEG IMA ADPCM @tab @tab X
  263. @tab Used in certain Loki game ports.
  264. @item CD-ROM XA ADPCM @tab @tab X
  265. @item CRI ADX ADPCM @tab X @tab X
  266. @tab Used in Sega Dreamcast games.
  267. @item Electronic Arts ADPCM @tab @tab X
  268. @tab Used in various EA titles.
  269. @item Creative ADPCM @tab @tab X
  270. @tab 16 -> 4, 8 -> 4, 8 -> 3, 8 -> 2
  271. @item THP ADPCM @tab @tab X
  272. @tab Used on the Nintendo GameCube.
  273. @item RA144 @tab @tab X
  274. @tab Real 14400 bit/s codec
  275. @item RA288 @tab @tab X
  276. @tab Real 28800 bit/s codec
  277. @item RADnet @tab X @tab IX
  278. @tab Real low bitrate AC3 codec, liba52 is used for decoding.
  279. @item AMR-NB @tab X @tab X
  280. @tab Supported through an external library.
  281. @item AMR-WB @tab X @tab X
  282. @tab Supported through an external library.
  283. @item DV audio @tab @tab X
  284. @item Id RoQ DPCM @tab X @tab X
  285. @tab Used in Quake III, Jedi Knight 2, other computer games.
  286. @item Interplay MVE DPCM @tab @tab X
  287. @tab Used in various Interplay computer games.
  288. @item Xan DPCM @tab @tab X
  289. @tab Used in Origin's Wing Commander IV AVI files.
  290. @item Sierra Online DPCM @tab @tab X
  291. @tab Used in Sierra Online game audio files.
  292. @item Apple MACE 3 @tab @tab X
  293. @item Apple MACE 6 @tab @tab X
  294. @item FLAC lossless audio @tab X @tab X
  295. @item Shorten lossless audio @tab @tab X
  296. @item Apple lossless audio @tab @tab X
  297. @tab QuickTime fourcc 'alac'
  298. @item FFmpeg Sonic @tab X @tab X
  299. @tab experimental lossy/lossless codec
  300. @item Qdesign QDM2 @tab @tab X
  301. @tab there are still some distortions
  302. @item Real COOK @tab @tab X
  303. @tab All versions except 5.1 are supported
  304. @item DSP Group TrueSpeech @tab @tab X
  305. @item True Audio (TTA) @tab @tab X
  306. @item Smacker Audio @tab @tab X
  307. @item WavPack Audio @tab @tab X
  308. @item Cin Audio @tab @tab X
  309. @tab Codec used in Delphine Software games.
  310. @item Intel Music Coder @tab @tab X
  311. @item Musepack @tab @tab X
  312. @tab SV7 and SV8 are supported
  313. @item DT$ Coherent Audio @tab @tab X
  314. @item ATRAC 3 @tab @tab X
  315. @item Monkey's Audio @tab @tab X @tab Only versions 3.97-3.99 are supported
  316. @item Nellymoser ASAO @tab @tab X
  317. @item 8SVX Audio @tab @tab X
  318. @end multitable
  319. @code{X} means that encoding (resp. decoding) is supported.
  320. @code{I} means that an integer-only version is available, too (ensures high
  321. performance on systems without hardware floating point support).
  322. @chapter Platform Specific information
  323. @section BSD
  324. BSD make will not build FFmpeg, you need to install and use GNU Make
  325. (@file{gmake}).
  326. @section Windows
  327. To get help and instructions for building FFmpeg under Windows, check out
  328. the FFmpeg Windows Help Forum at
  329. @url{http://arrozcru.no-ip.org/ffmpeg/}.
  330. @subsection Native Windows compilation
  331. FFmpeg can be built to run natively on Windows using the MinGW tools. Install
  332. the current versions of MSYS and MinGW from @url{http://www.mingw.org/}. Also
  333. install the coreutils package. You can find detailed installation
  334. instructions in the download section and the FAQ.
  335. Within the MSYS shell, configure and make with:
  336. @example
  337. ./configure --enable-memalign-hack
  338. make
  339. make install
  340. @end example
  341. This will install @file{ffmpeg.exe} along with many other development files
  342. to @file{/usr/local}. You may specify another install path using the
  343. @code{--prefix} option in @file{configure}.
  344. Notes:
  345. @itemize
  346. @item Use at least bash 3.1. Older versions are known to fail on the
  347. configure script.
  348. @item In order to compile vhooks, you must have a POSIX-compliant libdl in
  349. your MinGW system. Get dlfcn-win32 from
  350. @url{http://code.google.com/p/dlfcn-win32}.
  351. @item In order to compile FFplay, you must have the MinGW development library
  352. of SDL. Get it from @url{http://www.libsdl.org}.
  353. Edit the @file{bin/sdl-config} script so that it points to the correct prefix
  354. where SDL was installed. Verify that @file{sdl-config} can be launched from
  355. the MSYS command line.
  356. @item The target @code{make wininstaller} can be used to create a
  357. Nullsoft-based Windows installer for FFmpeg and FFplay. @file{SDL.dll}
  358. must be copied to the FFmpeg directory in order to build the
  359. installer.
  360. @item By using @code{./configure --enable-shared} when configuring FFmpeg,
  361. you can build libavutil, libavcodec and libavformat as DLLs.
  362. @end itemize
  363. @subsection Microsoft Visual C++ compatibility
  364. As stated in the FAQ, FFmpeg will not compile under MSVC++. However, if you
  365. want to use the libav* libraries in your own applications, you can still
  366. compile those applications using MSVC++. But the libav* libraries you link
  367. to @emph{must} be built with MinGW. However, you will not be able to debug
  368. inside the libav* libraries, since MSVC++ does not recognize the debug
  369. symbols generated by GCC.
  370. We strongly recommend you to move over from MSVC++ to MinGW tools.
  371. This description of how to use the FFmpeg libraries with MSVC++ is based on
  372. Microsoft Visual C++ 2005 Express Edition. If you have a different version,
  373. you might have to modify the procedures slightly.
  374. @subsubsection Using static libraries
  375. Assuming you have just built and installed FFmpeg in @file{/usr/local}.
  376. @enumerate
  377. @item Create a new console application ("File / New / Project") and then
  378. select "Win32 Console Application". On the appropriate page of the
  379. Application Wizard, uncheck the "Precompiled headers" option.
  380. @item Write the source code for your application, or, for testing, just
  381. copy the code from an existing sample application into the source file
  382. that MSVC++ has already created for you. For example, you can copy
  383. @file{output_example.c} from the FFmpeg distribution.
  384. @item Open the "Project / Properties" dialog box. In the "Configuration"
  385. combo box, select "All Configurations" so that the changes you make will
  386. affect both debug and release builds. In the tree view on the left hand
  387. side, select "C/C++ / General", then edit the "Additional Include
  388. Directories" setting to contain the path where the FFmpeg includes were
  389. installed (i.e. @file{c:\msys\1.0\local\include}).
  390. @item Still in the "Project / Properties" dialog box, select
  391. "Linker / General" from the tree view and edit the
  392. "Additional Library Directories" setting to contain the @file{lib}
  393. directory where FFmpeg was installed (i.e. @file{c:\msys\1.0\local\lib}),
  394. the directory where MinGW libs are installed (i.e. @file{c:\mingw\lib}),
  395. and the directory where MinGW's GCC libs are installed
  396. (i.e. @file{C:\mingw\lib\gcc\mingw32\4.2.1-sjlj}). Then select
  397. "Linker / Input" from the tree view, and add the files @file{libavformat.a},
  398. @file{libavcodec.a}, @file{libavutil.a}, @file{libmingwex.a},
  399. @file{libgcc.a}, and any other libraries you used (i.e. @file{libz.a})
  400. to the end of "Additional Dependencies".
  401. @item Now, select "C/C++ / Code Generation" from the tree view. Select
  402. "Debug" in the "Configuration" combo box. Make sure that "Runtime
  403. Library" is set to "Multi-threaded Debug DLL". Then, select "Release" in
  404. the "Configuration" combo box and make sure that "Runtime Library" is
  405. set to "Multi-threaded DLL".
  406. @item Click "OK" to close the "Project / Properties" dialog box.
  407. @item MSVC++ lacks some C99 header files that are fundamental for FFmpeg.
  408. Get msinttypes from @url{http://code.google.com/p/msinttypes/downloads/list}
  409. and install it in MSVC++'s include directory
  410. (i.e. @file{C:\Program Files\Microsoft Visual Studio 8\VC\include}).
  411. @item MSVC++ also does not understand the @code{inline} keyword used by
  412. FFmpeg, so you must add this line before @code{#include}ing libav*:
  413. @example
  414. #define inline _inline
  415. @end example
  416. @item If you used @file{output_example.c} as your sample application,
  417. you will have to edit the @code{#include}s to point to the files which
  418. are under the @file{ffmpeg} directory (i.e. @code{<ffmpeg/avformat.h>}).
  419. @item Build your application, everything should work.
  420. @end enumerate
  421. @subsubsection Using shared libraries
  422. This is how to create DLL and LIB files that are compatible with MSVC++:
  423. @enumerate
  424. @item Add a call to @file{vcvars32.bat} (which sets up the environment
  425. variables for the Visual C++ tools) as the first line of @file{msys.bat}.
  426. The standard location for @file{vcvars32.bat} is
  427. @file{C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat},
  428. and the standard location for @file{msys.bat} is @file{C:\msys\1.0\msys.bat}.
  429. If this corresponds to your setup, add the following line as the first line
  430. of @file{msys.bat}:
  431. @example
  432. call "C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat"
  433. @end example
  434. Alternatively, you may start the @file{Visual Studio 2005 Command Prompt},
  435. and run @file{c:\msys\1.0\msys.bat} from there.
  436. @item Within the MSYS shell, run @code{lib.exe}. If you get a help message
  437. from @file{Microsoft (R) Library Manager}, this means your environment
  438. variables are set up correctly, the @file{Microsoft (R) Library Manager}
  439. is on the path and will be used by FFmpeg to create
  440. MSVC++-compatible import libraries.
  441. @item Build FFmpeg with
  442. @example
  443. ./configure --enable-shared --enable-memalign-hack
  444. make
  445. make install
  446. @end example
  447. Your install path (@file{/usr/local/} by default) should now have the
  448. necessary DLL and LIB files under the @file{bin} directory.
  449. @end enumerate
  450. To use those files with MSVC++, do the same as you would do with
  451. the static libraries, as described above. But in Step 4,
  452. you should only need to add the directory where the LIB files are installed
  453. (i.e. @file{c:\msys\usr\local\bin}). This is not a typo, the LIB files are
  454. installed in the @file{bin} directory. And instead of adding @file{libxx.a}
  455. files, you should add @file{avcodec.lib}, @file{avformat.lib}, and
  456. @file{avutil.lib}. There should be no need for @file{libmingwex.a},
  457. @file{libgcc.a}, and @file{wsock32.lib}, nor any other external library
  458. statically linked into the DLLs. The @file{bin} directory contains a bunch
  459. of DLL files, but the ones that are actually used to run your application
  460. are the ones with a major version number in their filenames
  461. (i.e. @file{avcodec-51.dll}).
  462. @subsection Cross compilation for Windows with Linux
  463. You must use the MinGW cross compilation tools available at
  464. @url{http://www.mingw.org/}.
  465. Then configure FFmpeg with the following options:
  466. @example
  467. ./configure --target-os=mingw32 --cross-prefix=i386-mingw32msvc-
  468. @end example
  469. (you can change the cross-prefix according to the prefix chosen for the
  470. MinGW tools).
  471. Then you can easily test FFmpeg with Wine
  472. (@url{http://www.winehq.com/}).
  473. @subsection Compilation under Cygwin
  474. The main issue with Cygwin is that newlib, its C library, does not
  475. contain llrint(). However, it is possible to leverage the
  476. implementation in MinGW.
  477. Just install your Cygwin with all the "Base" packages, plus the
  478. following "Devel" ones:
  479. @example
  480. binutils, gcc-core, make, subversion, mingw-runtime
  481. @end example
  482. Do not install binutils-20060709-1 (they are buggy on shared builds);
  483. use binutils-20050610-1 instead.
  484. Then create a small library that just contains llrint():
  485. @example
  486. ar x /usr/lib/mingw/libmingwex.a llrint.o
  487. ar cq /usr/local/lib/libllrint.a llrint.o
  488. @end example
  489. Then run
  490. @example
  491. ./configure --enable-static --disable-shared --extra-ldflags='-L /usr/local/lib' --extra-libs='-l llrint'
  492. @end example
  493. to make a static build or
  494. @example
  495. ./configure --enable-shared --disable-static --extra-ldflags='-L /usr/local/lib' --extra-libs='-l llrint'
  496. @end example
  497. to build shared libraries.
  498. If you want to build FFmpeg with additional libraries, download Cygwin
  499. "Devel" packages for Ogg and Vorbis from any Cygwin packages repository
  500. and/or SDL, xvid, faac, faad2 packages from Cygwin Ports,
  501. (@url{http://cygwinports.dotsrc.org/}).
  502. @subsection Crosscompilation for Windows under Cygwin
  503. With Cygwin you can create Windows binaries that do not need the cygwin1.dll.
  504. Just install your Cygwin as explained before, plus these additional
  505. "Devel" packages:
  506. @example
  507. gcc-mingw-core, mingw-runtime, mingw-zlib
  508. @end example
  509. and add some special flags to your configure invocation.
  510. For a static build run
  511. @example
  512. ./configure --target-os=mingw32 --enable-memalign-hack --enable-static --disable-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
  513. @end example
  514. and for a build with shared libraries
  515. @example
  516. ./configure --target-os=mingw32 --enable-memalign-hack --enable-shared --disable-static --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
  517. @end example
  518. @section BeOS
  519. BeOS support is broken in mysterious ways.
  520. @section OS/2
  521. For information about compiling FFmpeg on OS/2 see
  522. @url{http://www.edm2.com/index.php/FFmpeg}.
  523. @chapter Developers Guide
  524. @section API
  525. @itemize @bullet
  526. @item libavcodec is the library containing the codecs (both encoding and
  527. decoding). Look at @file{libavcodec/apiexample.c} to see how to use it.
  528. @item libavformat is the library containing the file format handling (mux and
  529. demux code for several formats). Look at @file{ffplay.c} to use it in a
  530. player. See @file{output_example.c} to use it to generate audio or video
  531. streams.
  532. @end itemize
  533. @section Integrating libavcodec or libavformat in your program
  534. You can integrate all the source code of the libraries to link them
  535. statically to avoid any version problem. All you need is to provide a
  536. 'config.mak' and a 'config.h' in the parent directory. See the defines
  537. generated by ./configure to understand what is needed.
  538. You can use libavcodec or libavformat in your commercial program, but
  539. @emph{any patch you make must be published}. The best way to proceed is
  540. to send your patches to the FFmpeg mailing list.
  541. @node Coding Rules
  542. @section Coding Rules
  543. FFmpeg is programmed in the ISO C90 language with a few additional
  544. features from ISO C99, namely:
  545. @itemize @bullet
  546. @item
  547. the @samp{inline} keyword;
  548. @item
  549. @samp{//} comments;
  550. @item
  551. designated struct initializers (@samp{struct s x = @{ .i = 17 @};})
  552. @item
  553. compound literals (@samp{x = (struct s) @{ 17, 23 @};})
  554. @end itemize
  555. These features are supported by all compilers we care about, so we will not
  556. accept patches to remove their use unless they absolutely do not impair
  557. clarity and performance.
  558. All code must compile with GCC 2.95 and GCC 3.3. Currently, FFmpeg also
  559. compiles with several other compilers, such as the Compaq ccc compiler
  560. or Sun Studio 9, and we would like to keep it that way unless it would
  561. be exceedingly involved. To ensure compatibility, please do not use any
  562. additional C99 features or GCC extensions. Especially watch out for:
  563. @itemize @bullet
  564. @item
  565. mixing statements and declarations;
  566. @item
  567. @samp{long long} (use @samp{int64_t} instead);
  568. @item
  569. @samp{__attribute__} not protected by @samp{#ifdef __GNUC__} or similar;
  570. @item
  571. GCC statement expressions (@samp{(x = (@{ int y = 4; y; @})}).
  572. @end itemize
  573. Indent size is 4.
  574. The presentation is the one specified by 'indent -i4 -kr -nut'.
  575. The TAB character is forbidden outside of Makefiles as is any
  576. form of trailing whitespace. Commits containing either will be
  577. rejected by the Subversion repository.
  578. The main priority in FFmpeg is simplicity and small code size in order to
  579. minimize the bug count.
  580. Comments: Use the JavaDoc/Doxygen
  581. format (see examples below) so that code documentation
  582. can be generated automatically. All nontrivial functions should have a comment
  583. above them explaining what the function does, even if it is just one sentence.
  584. All structures and their member variables should be documented, too.
  585. @example
  586. /**
  587. * @@file mpeg.c
  588. * MPEG codec.
  589. * @@author ...
  590. */
  591. /**
  592. * Summary sentence.
  593. * more text ...
  594. * ...
  595. */
  596. typedef struct Foobar@{
  597. int var1; /**< var1 description */
  598. int var2; ///< var2 description
  599. /** var3 description */
  600. int var3;
  601. @} Foobar;
  602. /**
  603. * Summary sentence.
  604. * more text ...
  605. * ...
  606. * @@param my_parameter description of my_parameter
  607. * @@return return value description
  608. */
  609. int myfunc(int my_parameter)
  610. ...
  611. @end example
  612. fprintf and printf are forbidden in libavformat and libavcodec,
  613. please use av_log() instead.
  614. Casts should be used only when necessary. Unneeded parentheses
  615. should also be avoided if they don't make the code easier to understand.
  616. @section Development Policy
  617. @enumerate
  618. @item
  619. Contributions should be licensed under the LGPL 2.1, including an
  620. "or any later version" clause, or the MIT license. GPL 2 including
  621. an "or any later version" clause is also acceptable, but LGPL is
  622. preferred.
  623. @item
  624. You must not commit code which breaks FFmpeg! (Meaning unfinished but
  625. enabled code which breaks compilation or compiles but does not work or
  626. breaks the regression tests)
  627. You can commit unfinished stuff (for testing etc), but it must be disabled
  628. (#ifdef etc) by default so it does not interfere with other developers'
  629. work.
  630. @item
  631. You do not have to over-test things. If it works for you, and you think it
  632. should work for others, then commit. If your code has problems
  633. (portability, triggers compiler bugs, unusual environment etc) they will be
  634. reported and eventually fixed.
  635. @item
  636. Do not commit unrelated changes together, split them into self-contained
  637. pieces. Also do not forget that if part B depends on part A, but A does not
  638. depend on B, then A can and should be committed first and separate from B.
  639. Keeping changes well split into self-contained parts makes reviewing and
  640. understanding them on the commit log mailing list easier. This also helps
  641. in case of debugging later on.
  642. Also if you have doubts about splitting or not splitting, do not hesitate to
  643. ask/discuss it on the developer mailing list.
  644. @item
  645. Do not change behavior of the program (renaming options etc) without
  646. first discussing it on the ffmpeg-devel mailing list. Do not remove
  647. functionality from the code. Just improve!
  648. Note: Redundant code can be removed.
  649. @item
  650. Do not commit changes to the build system (Makefiles, configure script)
  651. which change behavior, defaults etc, without asking first. The same
  652. applies to compiler warning fixes, trivial looking fixes and to code
  653. maintained by other developers. We usually have a reason for doing things
  654. the way we do. Send your changes as patches to the ffmpeg-devel mailing
  655. list, and if the code maintainers say OK, you may commit. This does not
  656. apply to files you wrote and/or maintain.
  657. @item
  658. We refuse source indentation and other cosmetic changes if they are mixed
  659. with functional changes, such commits will be rejected and removed. Every
  660. developer has his own indentation style, you should not change it. Of course
  661. if you (re)write something, you can use your own style, even though we would
  662. prefer if the indentation throughout FFmpeg was consistent (Many projects
  663. force a given indentation style - we do not.). If you really need to make
  664. indentation changes (try to avoid this), separate them strictly from real
  665. changes.
  666. NOTE: If you had to put if()@{ .. @} over a large (> 5 lines) chunk of code,
  667. then either do NOT change the indentation of the inner part within (do not
  668. move it to the right)! or do so in a separate commit
  669. @item
  670. Always fill out the commit log message. Describe in a few lines what you
  671. changed and why. You can refer to mailing list postings if you fix a
  672. particular bug. Comments such as "fixed!" or "Changed it." are unacceptable.
  673. @item
  674. If you apply a patch by someone else, include the name and email address in
  675. the log message. Since the ffmpeg-cvslog mailing list is publicly
  676. archived you should add some SPAM protection to the email address. Send an
  677. answer to ffmpeg-devel (or wherever you got the patch from) saying that
  678. you applied the patch.
  679. @item
  680. When applying patches that have been discussed (at length) on the mailing
  681. list, reference the thread in the log message.
  682. @item
  683. Do NOT commit to code actively maintained by others without permission.
  684. Send a patch to ffmpeg-devel instead. If no one answers within a reasonable
  685. timeframe (12h for build failures and security fixes, 3 days small changes,
  686. 1 week for big patches) then commit your patch if you think it is OK.
  687. Also note, the maintainer can simply ask for more time to review!
  688. @item
  689. Subscribe to the ffmpeg-cvslog mailing list. The diffs of all commits
  690. are sent there and reviewed by all the other developers. Bugs and possible
  691. improvements or general questions regarding commits are discussed there. We
  692. expect you to react if problems with your code are uncovered.
  693. @item
  694. Update the documentation if you change behavior or add features. If you are
  695. unsure how best to do this, send a patch to ffmpeg-devel, the documentation
  696. maintainer(s) will review and commit your stuff.
  697. @item
  698. Try to keep important discussions and requests (also) on the public
  699. developer mailing list, so that all developers can benefit from them.
  700. @item
  701. Never write to unallocated memory, never write over the end of arrays,
  702. always check values read from some untrusted source before using them
  703. as array index or other risky things.
  704. @item
  705. Remember to check if you need to bump versions for the specific libav
  706. parts (libavutil, libavcodec, libavformat) you are changing. You need
  707. to change the version integer and the version string.
  708. Incrementing the first component means no backward compatibility to
  709. previous versions (e.g. removal of a function from the public API).
  710. Incrementing the second component means backward compatible change
  711. (e.g. addition of a function to the public API).
  712. Incrementing the third component means a noteworthy binary compatible
  713. change (e.g. encoder bug fix that matters for the decoder).
  714. @item
  715. If you add a new codec, remember to update the changelog, add it to
  716. the supported codecs table in the documentation and bump the second
  717. component of the @file{libavcodec} version number appropriately. If
  718. it has a fourcc, add it to @file{libavformat/avienc.c}, even if it
  719. is only a decoder.
  720. @item
  721. Compiler warnings indicate potential bugs or code with bad style. If a type of
  722. warning always points to correct and clean code, that warning should
  723. be disabled, not the code changed.
  724. Thus the remaining warnings can either be bugs or correct code.
  725. If it is a bug, the bug has to be fixed. If it is not, the code should
  726. be changed to not generate a warning unless that causes a slowdown
  727. or obfuscates the code.
  728. @item
  729. If you add a new file, give it a proper license header. Do not copy and
  730. paste it from a random place, use an existing file as template.
  731. @end enumerate
  732. We think our rules are not too hard. If you have comments, contact us.
  733. Note, these rules are mostly borrowed from the MPlayer project.
  734. @section Submitting patches
  735. First, (@pxref{Coding Rules}) above if you did not yet.
  736. When you submit your patch, try to send a unified diff (diff '-up'
  737. option). We cannot read other diffs :-)
  738. Also please do not submit a patch which contains several unrelated changes.
  739. Split it into separate, self-contained pieces. This does not mean splitting
  740. file by file. Instead, make the patch as small as possible while still
  741. keeping it as a logical unit that contains an individual change, even
  742. if it spans multiple files. This makes reviewing your patches much easier
  743. for us and greatly increases your chances of getting your patch applied.
  744. Run the regression tests before submitting a patch so that you can
  745. verify that there are no big problems.
  746. Patches should be posted as base64 encoded attachments (or any other
  747. encoding which ensures that the patch will not be trashed during
  748. transmission) to the ffmpeg-devel mailing list, see
  749. @url{http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel}
  750. It also helps quite a bit if you tell us what the patch does (for example
  751. 'replaces lrint by lrintf'), and why (for example '*BSD isn't C99 compliant
  752. and has no lrint()')
  753. Also please if you send several patches, send each patch as a separate mail,
  754. do not attach several unrelated patches to the same mail.
  755. @section patch submission checklist
  756. @enumerate
  757. @item
  758. Do the regression tests pass with the patch applied?
  759. @item
  760. Is the patch a unified diff?
  761. @item
  762. Is the patch against latest FFmpeg SVN?
  763. @item
  764. Are you subscribed to ffmpeg-dev?
  765. (the list is subscribers only due to spam)
  766. @item
  767. Have you checked that the changes are minimal, so that the same cannot be
  768. achieved with a smaller patch and/or simpler final code?
  769. @item
  770. If the change is to speed critical code, did you benchmark it?
  771. @item
  772. If you did any benchmarks, did you provide them in the mail?
  773. @item
  774. Have you checked that the patch does not introduce buffer overflows or
  775. other security issues?
  776. @item
  777. Is the patch created from the root of the source tree, so it can be
  778. applied with @code{patch -p0}?
  779. @item
  780. Does the patch not mix functional and cosmetic changes?
  781. @item
  782. Did you add tabs or trailing whitespace to the code? Both are forbidden.
  783. @item
  784. Is the patch attached to the email you send?
  785. @item
  786. Is the mime type of the patch correct? It should be text/x-diff or
  787. text/x-patch or at least text/plain and not application/octet-stream.
  788. @item
  789. If the patch fixes a bug, did you provide a verbose analysis of the bug?
  790. @item
  791. If the patch fixes a bug, did you provide enough information, including
  792. a sample, so the bug can be reproduced and the fix can be verified?
  793. Note please do not attach samples >100k to mails but rather provide a
  794. URL, you can upload to ftp://upload.mplayerhq.hu
  795. @item
  796. Did you provide a verbose summary about what the patch does change?
  797. @item
  798. Did you provide a verbose explanation why it changes things like it does?
  799. @item
  800. Did you provide a verbose summary of the user visible advantages and
  801. disadvantages if the patch is applied?
  802. @item
  803. Did you provide an example so we can verify the new feature added by the
  804. patch easily?
  805. @item
  806. If you added a new file, did you insert a license header? It should be
  807. taken from FFmpeg, not randomly copied and pasted from somewhere else.
  808. @item
  809. You should maintain alphabetical order in alphabetically ordered lists as
  810. long as doing so does not break API/ABI compatibility.
  811. @item
  812. Lines with similar content should be aligned vertically when doing so
  813. improves readability.
  814. @item
  815. Did you provide a suggestion for a clear commit log message?
  816. @item
  817. Did you test your decoder or demuxer against damaged data? If no, see
  818. tools/trasher and the noise bitstream filter. Your decoder or demuxer
  819. should not crash or end in a (near) infinite loop when fed damaged data.
  820. @end enumerate
  821. @section Patch review process
  822. All patches posted to ffmpeg-devel will be reviewed, unless they contain a
  823. clear note that the patch is not for SVN.
  824. Reviews and comments will be posted as replies to the patch on the
  825. mailing list. The patch submitter then has to take care of every comment,
  826. that can be by resubmitting a changed patch or by discussion. Resubmitted
  827. patches will themselves be reviewed like any other patch. If at some point
  828. a patch passes review with no comments then it is approved, that can for
  829. simple and small patches happen immediately while large patches will generally
  830. have to be changed and reviewed many times before they are approved.
  831. After a patch is approved it will be committed to the repository.
  832. We will review all submitted patches, but sometimes we are quite busy so
  833. especially for large patches this can take several weeks.
  834. When resubmitting patches, please do not make any significant changes
  835. not related to the comments received during review. Such patches will
  836. be rejected. Instead, submit significant changes or new features as
  837. separate patches.
  838. @section Regression tests
  839. Before submitting a patch (or committing to the repository), you should at least
  840. test that you did not break anything.
  841. The regression tests build a synthetic video stream and a synthetic
  842. audio stream. These are then encoded and decoded with all codecs or
  843. formats. The CRC (or MD5) of each generated file is recorded in a
  844. result file. A 'diff' is launched to compare the reference results and
  845. the result file.
  846. The regression tests then go on to test the FFserver code with a
  847. limited set of streams. It is important that this step runs correctly
  848. as well.
  849. Run 'make test' to test all the codecs and formats.
  850. Run 'make fulltest' to test all the codecs, formats and FFserver.
  851. [Of course, some patches may change the results of the regression tests. In
  852. this case, the reference results of the regression tests shall be modified
  853. accordingly].
  854. @bye