You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

955 lines
40KB

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