general.texi 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364
  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 (libamr) as well as
  16. the OpenCORE libraries for AMR-NB decoding/encoding and AMR-WB decoding.
  17. @subsection OpenCORE
  18. Go to @url{http://gitorious.org/opencore-amr/} and follow the instructions for
  19. installing the libraries. Then pass @code{--enable-libopencore-amrnb} and/or
  20. @code{--enable-libopencore-amrwb} to configure to enable the libraries.
  21. Note that OpenCORE is under the Apache License 2.0 (see
  22. @url{http://www.apache.org/licenses/LICENSE-2.0} for details), which is
  23. incompatible with the LGPL version 2.1 and GPL version 2. You have to
  24. upgrade FFmpeg's license to LGPL version 3 (or if you have enabled
  25. GPL components, GPL version 3) to use it.
  26. @subsection libamr
  27. Go to @url{http://www.penguin.cz/~utx/amr} and follow the instructions for
  28. installing the libraries. Then pass @code{--enable-libamr-nb} and/or
  29. @code{--enable-libamr-wb} to configure to enable the libraries.
  30. Note that libamr is copyrighted without any sort of license grant. This means
  31. that you can use it if you legally obtained it but you are not allowed to
  32. redistribute it in any way. @strong{Any FFmpeg binaries with libamr support
  33. you create are non-free and unredistributable!}
  34. @chapter Supported File Formats and Codecs
  35. You can use the @code{-formats} option to have an exhaustive list.
  36. @section File Formats
  37. FFmpeg supports the following file formats through the @code{libavformat}
  38. library:
  39. @multitable @columnfractions .4 .1 .1 .4
  40. @item Name @tab Encoding @tab Decoding @tab Comments
  41. @item 4xm @tab @tab X
  42. @tab 4X Technologies format, used in some games.
  43. @item Audio IFF (AIFF) @tab X @tab X
  44. @item American Laser Games MM @tab @tab X
  45. @tab Multimedia format used in games like Mad Dog McCree.
  46. @item 3GPP AMR @tab X @tab X
  47. @item ASF @tab X @tab X
  48. @item AVI @tab X @tab X
  49. @item AVISynth @tab @tab X
  50. @item AVS @tab @tab X
  51. @tab Multimedia format used by the Creature Shock game.
  52. @item Beam Software SIFF @tab @tab X
  53. @tab Audio and video format used in some games by Beam Software.
  54. @item Bethesda Softworks VID @tab @tab X
  55. @tab Used in some games from Bethesda Softworks.
  56. @item Brute Force & Ignorance @tab @tab X
  57. @tab Used in the game Flash Traffic: City of Angels.
  58. @item Interplay C93 @tab @tab X
  59. @tab Used in the game Cyberia from Interplay.
  60. @item Delphine Software International CIN @tab @tab X
  61. @tab Multimedia format used by Delphine Software games.
  62. @item CRC testing format @tab X @tab
  63. @item Creative Voice @tab X @tab X
  64. @tab Created for the Sound Blaster Pro.
  65. @item CRYO APC @tab @tab X
  66. @tab Audio format used in some games by CRYO Interactive Entertainment.
  67. @item D-Cinema audio @tab X @tab X
  68. @item DV video @tab X @tab X
  69. @item DXA @tab @tab X
  70. @tab This format is used in the non-Windows version of the Feeble Files
  71. game and different game cutscenes repacked for use with ScummVM.
  72. @item Electronic Arts cdata @tab @tab X
  73. @item Electronic Arts Multimedia @tab @tab X
  74. @tab Used in various EA games; files have extensions like WVE and UV2.
  75. @item FFM (FFserver live feed) @tab X @tab X
  76. @item Flash (SWF) @tab X @tab X
  77. @item Flash 9 (AVM2) @tab X @tab X
  78. @tab Only embedded audio is decoded.
  79. @item FLI/FLC/FLX animation @tab @tab X
  80. @tab .fli/.flc files
  81. @item Flash Video (FLV) @tab @tab X
  82. @tab Macromedia Flash video files
  83. @item framecrc testing format @tab X @tab
  84. @item FunCom ISS @tab @tab X
  85. @tab Audio format used in various games from FunCom like The Longest Journey.
  86. @item GIF Animation @tab X @tab
  87. @item GXF @tab X @tab X
  88. @tab General eXchange Format SMPTE 360M, used by Thomson Grass Valley
  89. playout servers.
  90. @item id Quake II CIN video @tab @tab X
  91. @item id RoQ @tab X @tab X
  92. @tab Used in Quake III, Jedi Knight 2, other computer games.
  93. @item IFF @tab @tab X
  94. @tab Interchange File Format
  95. @item Interplay MVE @tab @tab X
  96. @tab Format used in various Interplay computer games.
  97. @item LMLM4 @tab @tab X
  98. @tab Used by Linux Media Labs MPEG-4 PCI boards
  99. @item Matroska @tab X @tab X
  100. @item Matroska audio @tab X @tab
  101. @item MAXIS XA @tab @tab X
  102. @tab Used in Sim City 3000; file extension .xa.
  103. @item Monkey's Audio @tab @tab X
  104. @item Motion Pixels MVI @tab @tab X
  105. @item MOV/QuickTime/MP4 @tab X @tab X
  106. @tab 3GP, 3GP2, PSP, iPod variants supported
  107. @item MP2 @tab X @tab X
  108. @item MP3 @tab X @tab X
  109. @item MPEG-1 System @tab X @tab X
  110. @tab muxed audio and video, VCD format supported
  111. @item MPEG-PS (program stream) @tab X @tab X
  112. @tab also known as @code{VOB} file, SVCD and DVD format supported
  113. @item MPEG-TS (transport stream) @tab X @tab X
  114. @tab also known as DVB Transport Stream
  115. @item MPEG-4 @tab X @tab X
  116. @tab MPEG-4 is a variant of QuickTime.
  117. @item MIME multipart JPEG @tab X @tab
  118. @item MSN TCP webcam @tab @tab X
  119. @tab Used by MSN Messenger webcam streams.
  120. @item MTV @tab @tab X
  121. @item Musepack @tab @tab X
  122. @item Musepack SV8 @tab @tab X
  123. @item Material eXchange Format (MXF) @tab X @tab X
  124. @tab SMPTE 377M, used by D-Cinema, broadcast industry.
  125. @item Material eXchange Format (MXF), D-10 Mapping @tab X @tab X
  126. @tab SMPTE 386M, D-10/IMX Mapping.
  127. @item NC camera feed @tab @tab X
  128. @tab NC (AVIP NC4600) camera streams
  129. @item Nullsoft Streaming Video @tab @tab X
  130. @item NuppelVideo @tab @tab X
  131. @item NUT @tab X @tab X
  132. @tab NUT Open Container Format
  133. @item Ogg @tab X @tab X
  134. @item TechnoTrend PVA @tab @tab X
  135. @tab Used by TechnoTrend DVB PCI boards.
  136. @item raw ADTS (AAC) @tab X @tab X
  137. @item raw AC-3 @tab X @tab X
  138. @item raw Chinese AVS video @tab @tab X
  139. @item raw CRI ADX @tab X @tab X
  140. @item raw Dirac @tab X @tab X
  141. @item raw DNxHD @tab X @tab X
  142. @item raw DTS @tab X @tab X
  143. @item raw E-AC-3 @tab X @tab X
  144. @item raw FLAC @tab X @tab X
  145. @item raw GSM @tab @tab X
  146. @item raw H.261 @tab X @tab X
  147. @item raw H.263 @tab X @tab X
  148. @item raw H.264 @tab X @tab X
  149. @item raw Ingenient MJPEG @tab @tab X
  150. @item raw MJPEG @tab X @tab X
  151. @item raw MLP @tab @tab X
  152. @item raw MPEG @tab @tab X
  153. @item raw MPEG-1 @tab @tab X
  154. @item raw MPEG-2 @tab @tab X
  155. @item raw MPEG-4 @tab X @tab X
  156. @item raw NULL @tab X @tab
  157. @item raw video @tab X @tab X
  158. @item raw id RoQ @tab X @tab
  159. @item raw Shorten @tab @tab X
  160. @item raw VC-1 @tab @tab X
  161. @item raw PCM A-law @tab X @tab X
  162. @item raw PCM mu-law @tab X @tab X
  163. @item raw PCM signed 8 bit @tab X @tab X
  164. @item raw PCM signed 16 bit big-endian @tab X @tab X
  165. @item raw PCM signed 16 bit little-endian @tab X @tab X
  166. @item raw PCM signed 24 bit big-endian @tab X @tab X
  167. @item raw PCM signed 24 bit little-endian @tab X @tab X
  168. @item raw PCM signed 32 bit big-endian @tab X @tab X
  169. @item raw PCM signed 32 bit little-endian @tab X @tab X
  170. @item raw PCM unsigned 8 bit @tab X @tab X
  171. @item raw PCM unsigned 16 bit big-endian @tab X @tab X
  172. @item raw PCM unsigned 16 bit little-endian @tab X @tab X
  173. @item raw PCM unsigned 24 bit big-endian @tab X @tab X
  174. @item raw PCM unsigned 24 bit little-endian @tab X @tab X
  175. @item raw PCM unsigned 32 bit big-endian @tab X @tab X
  176. @item raw PCM unsigned 32 bit little-endian @tab X @tab X
  177. @item raw PCM floating-point 32 bit big-endian @tab X @tab X
  178. @item raw PCM floating-point 32 bit little-endian @tab X @tab X
  179. @item raw PCM floating-point 64 bit big-endian @tab X @tab X
  180. @item raw PCM floating-point 64 bit little-endian @tab X @tab X
  181. @item RDT @tab @tab X
  182. @item REDCODE R3D @tab @tab X
  183. @tab File format used by RED Digital cameras, contains JPEG 2000 frames and PCM audio.
  184. @item RealMedia @tab X @tab X
  185. @item Redirector @tab @tab X
  186. @item Renderware TeXture Dictionary @tab @tab X
  187. @item RL2 @tab @tab X
  188. @tab Audio and video format used in some games by Entertainment Software Partners.
  189. @item RPL/ARMovie @tab @tab X
  190. @item RTP @tab @tab X
  191. @item RTSP @tab @tab X
  192. @item SDP @tab @tab X
  193. @item Sega FILM/CPK @tab @tab X
  194. @tab Used in many Sega Saturn console games.
  195. @item Sierra SOL @tab @tab X
  196. @tab .sol files used in Sierra Online games.
  197. @item Sierra VMD @tab @tab X
  198. @tab Used in Sierra CD-ROM games.
  199. @item Smacker @tab @tab X
  200. @tab Multimedia format used by many games.
  201. @item Sony OpenMG (OMA) @tab @tab X
  202. @tab Audio format used in Sony Sonic Stage and Sony Vegas.
  203. @item Sony PlayStation STR @tab @tab X
  204. @item SUN AU format @tab X @tab X
  205. @item THP @tab @tab X
  206. @tab Used on the Nintendo GameCube.
  207. @item Tiertex Limited SEQ @tab @tab X
  208. @tab Tiertex .seq files used in the DOS CD-ROM version of the game Flashback.
  209. @item True Audio @tab @tab X
  210. @item VC-1 test bitstream @tab X @tab X
  211. @item WAV @tab X @tab X
  212. @item WavPack @tab @tab X
  213. @item Wing Commander III movie @tab @tab X
  214. @tab Multimedia format used in Origin's Wing Commander III computer game.
  215. @item Westwood Studios audio @tab @tab X
  216. @tab Multimedia format used in Westwood Studios games.
  217. @item Westwood Studios VQA @tab @tab X
  218. @tab Multimedia format used in Westwood Studios games.
  219. @item YUV4MPEG pipe @tab X @tab X
  220. @end multitable
  221. @code{X} means that encoding (resp. decoding) is supported.
  222. @section Image Formats
  223. FFmpeg can read and write images for each frame of a video sequence. The
  224. following image formats are supported:
  225. @multitable @columnfractions .4 .1 .1 .4
  226. @item Name @tab Encoding @tab Decoding @tab Comments
  227. @item .Y.U.V @tab X @tab X
  228. @tab one raw file per component
  229. @item animated GIF @tab X @tab X
  230. @tab Only uncompressed GIFs are generated.
  231. @item BMP @tab X @tab X
  232. @tab Microsoft BMP image
  233. @item JPEG @tab X @tab X
  234. @tab Progressive JPEG is not supported.
  235. @item JPEG 2000 @tab @tab E
  236. @tab decoding supported through external library libopenjpeg
  237. @item JPEG-LS @tab X @tab X
  238. @item LJPEG @tab X @tab
  239. @tab Lossless JPEG
  240. @item PAM @tab X @tab X
  241. @tab PAM is a PNM extension with alpha support.
  242. @item PBM @tab X @tab X
  243. @tab Portable BitMap image
  244. @item PCX @tab @tab X
  245. @tab PC Paintbrush
  246. @item PGM @tab X @tab X
  247. @tab Portable GrayMap image
  248. @item PGMYUV @tab X @tab X
  249. @tab PGM with U and V components in YUV 4:2:0
  250. @item PNG @tab X @tab X
  251. @tab 2/4 bpp not supported yet
  252. @item PPM @tab X @tab X
  253. @tab Portable PixelMap image
  254. @item PTX @tab @tab X
  255. @tab V.Flash PTX format
  256. @item SGI @tab X @tab X
  257. @tab SGI RGB image format
  258. @item Sun Rasterfile @tab @tab X
  259. @tab Sun RAS image format
  260. @item TIFF @tab X @tab X
  261. @tab YUV, JPEG and some extension is not supported yet.
  262. @item Truevision Targa @tab X @tab X
  263. @tab Targa (.TGA) image format
  264. @end multitable
  265. @code{X} means that encoding (resp. decoding) is supported.
  266. @code{E} means that support is provided through an external library.
  267. @section Video Codecs
  268. @multitable @columnfractions .4 .1 .1 .4
  269. @item Name @tab Encoding @tab Decoding @tab Comments
  270. @item 4X Movie @tab @tab X
  271. @tab Used in certain computer games.
  272. @item 8SVX exponential @tab @tab X
  273. @item 8SVX fibonacci @tab @tab X
  274. @item American Laser Games MM @tab @tab X
  275. @tab Used in games like Mad Dog McCree.
  276. @item AMV Video @tab @tab X
  277. @tab Used in Chinese MP3 players.
  278. @item Apple MJPEG-B @tab @tab X
  279. @item Apple QuickDraw @tab @tab X
  280. @tab fourcc: qdrw
  281. @item Asus v1 @tab X @tab X
  282. @tab fourcc: ASV1
  283. @item Asus v2 @tab X @tab X
  284. @tab fourcc: ASV2
  285. @item ATI VCR1 @tab @tab X
  286. @tab fourcc: VCR1
  287. @item ATI VCR2 @tab @tab X
  288. @tab fourcc: VCR2
  289. @item Autodesk Animator Flic video @tab @tab X
  290. @item Autodesk RLE @tab @tab X
  291. @tab fourcc: AASC
  292. @item AVS (Audio Video Standard) video @tab @tab X
  293. @tab Video encoding used by the Creature Shock game.
  294. @item Beam Software VB @tab @tab X
  295. @item Bethesda VID video @tab @tab X
  296. @tab Used in some games from Bethesda Softworks.
  297. @item Brute Force & Ignorance @tab @tab X
  298. @tab Used in the game Flash Traffic: City of Angels.
  299. @item C93 video @tab @tab X
  300. @tab Codec used in Cyberia game.
  301. @item CamStudio @tab @tab X
  302. @tab fourcc: CSCD
  303. @item Chinese AVS video @tab @tab X
  304. @tab AVS1-P2, JiZhun profile
  305. @item Delphine Software International CIN video @tab @tab X
  306. @tab Codec used in Delphine Software International games.
  307. @item Cinepak @tab @tab X
  308. @item Cirrus Logic AccuPak @tab @tab X
  309. @tab fourcc: CLJR
  310. @item Creative YUV (CYUV) @tab @tab X
  311. @item Dirac @tab E @tab E
  312. @tab supported through external libdirac/libschroedinger libraries
  313. @item DNxHD @tab X @tab X
  314. @tab aka SMPTE VC3
  315. @item Duck TrueMotion 1.0 @tab @tab X
  316. @tab fourcc: DUCK
  317. @item Duck TrueMotion 2.0 @tab @tab X
  318. @tab fourcc: TM20
  319. @item DV (Digital Video) @tab X @tab X
  320. @item Feeble Files/ScummVM DXA @tab @tab X
  321. @tab Codec originally used in Feeble Files game.
  322. @item Electronic Arts CMV video @tab @tab X
  323. @tab Used in NHL 95 game.
  324. @item Electronic Arts TGV video @tab @tab X
  325. @item Electronic Arts TGQ video @tab @tab X
  326. @item Electronic Arts TQI video @tab @tab X
  327. @item Escape 124 @tab @tab X
  328. @item FFmpeg codec #1 @tab X @tab X
  329. @tab experimental lossless codec (fourcc: FFV1)
  330. @item Flash Screen Video v1 @tab X @tab X
  331. @tab fourcc: FSV1
  332. @item Flash Video (FLV) @tab X @tab X
  333. @tab Sorenson H.263 used in Flash
  334. @item Fraps @tab @tab X
  335. @item H.261 @tab X @tab X
  336. @item H.263 / H.263-1996 @tab X @tab X
  337. @item H.263+ / H.263-1998 / H.263 version 2 @tab X @tab X
  338. @item H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 @tab E @tab X
  339. @tab encoding supported through external library libx264
  340. @item H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration) @tab E @tab X
  341. @item HuffYUV @tab X @tab X
  342. @item HuffYUV FFmpeg variant @tab X @tab X
  343. @item IBM Ultimotion @tab @tab X
  344. @tab fourcc: ULTI
  345. @item id Cinematic video @tab @tab X
  346. @tab Used in Quake II.
  347. @item id RoQ video @tab X @tab X
  348. @tab Used in Quake III, Jedi Knight 2, other computer games.
  349. @item Intel H.263 @tab @tab X
  350. @item Intel Indeo 2 @tab @tab X
  351. @item Intel Indeo 3 @tab @tab X
  352. @item Interplay C93 @tab @tab X
  353. @tab Used in the game Cyberia from Interplay.
  354. @item Interplay MVE video @tab @tab X
  355. @tab Used in Interplay .MVE files.
  356. @item Karl Morton's video codec @tab @tab X
  357. @tab Codec used in Worms games.
  358. @item LCL (LossLess Codec Library) MSZH @tab @tab X
  359. @item LCL (LossLess Codec Library) ZLIB @tab E @tab E
  360. @item LOCO @tab @tab X
  361. @item lossless MJPEG @tab X @tab X
  362. @item Microsoft RLE @tab @tab X
  363. @item Microsoft Video 1 @tab @tab X
  364. @item Mimic @tab @tab X
  365. @tab Used in MSN Messenger Webcam streams.
  366. @item Miro VideoXL @tab @tab X
  367. @tab fourcc: VIXL
  368. @item MJPEG (Motion JPEG) @tab X @tab X
  369. @item Motion Pixels video @tab @tab X
  370. @item MPEG-1 video @tab X @tab X
  371. @item MPEG-1/2 video XvMC (X-Video Motion Compensation) @tab @tab X
  372. @item MPEG-1/2 video (VDPAU acceleration) @tab @tab X
  373. @item MPEG-2 video @tab X @tab X
  374. @item MPEG-4 part 2 @tab X @tab X
  375. @ libxvidcore can be used alternatively for encoding.
  376. @item MPEG-4 part 2 Microsoft variant version 1 @tab X @tab X
  377. @item MPEG-4 part 2 Microsoft variant version 2 @tab X @tab X
  378. @item MPEG-4 part 2 Microsoft variant version 3 @tab X @tab X
  379. @item Nintendo Gamecube THP video @tab @tab X
  380. @item NuppelVideo/RTjpeg @tab @tab X
  381. @tab Video encoding used in NuppelVideo files.
  382. @item On2 VP3 @tab @tab X
  383. @tab still experimental
  384. @item On2 VP5 @tab @tab X
  385. @tab fourcc: VP50
  386. @item On2 VP6 @tab @tab X
  387. @tab fourcc: VP60,VP61,VP62
  388. @item planar RGB @tab @tab X
  389. @tab fourcc: 8BPS
  390. @item Q-team QPEG @tab @tab X
  391. @tab fourccs: QPEG, Q1.0, Q1.1
  392. @item QuickTime 8BPS video @tab @tab X
  393. @item QuickTime Animation (RLE) video @tab X @tab X
  394. @tab fourcc: 'rle '
  395. @item QuickTime Graphics (SMC) @tab @tab X
  396. @tab fourcc: 'smc '
  397. @item QuickTime video (RPZA) @tab @tab X
  398. @tab fourcc: rpza
  399. @item Raw Video @tab X @tab X
  400. @item RealVideo 1.0 @tab X @tab X
  401. @item RealVideo 2.0 @tab X @tab X
  402. @item RealVideo 3.0 @tab @tab X
  403. @tab still far from ideal
  404. @item RealVideo 4.0 @tab @tab X
  405. @item Renderware TXD (TeXture Dictionary) @tab @tab X
  406. @tab Texture dictionaries used by the Renderware Engine.
  407. @item RL2 video @tab @tab X
  408. @tab used in some games by Entertainment Software Partners
  409. @item Sierra VMD video @tab @tab X
  410. @tab Used in Sierra VMD files.
  411. @item Smacker video @tab @tab X
  412. @tab Video encoding used in Smacker.
  413. @item SMPTE VC-1 @tab @tab X
  414. @item Snow @tab X @tab X
  415. @tab experimental wavelet codec (fourcc: SNOW)
  416. @item Sony PlayStation MDEC (Motion DECoder) @tab @tab X
  417. @item Sorenson Vector Quantizer 1 @tab X @tab X
  418. @tab fourcc: SVQ1
  419. @item Sorenson Vector Quantizer 3 @tab @tab X
  420. @tab fourcc: SVQ3
  421. @item Sunplus JPEG (SP5X) @tab @tab X
  422. @tab fourcc: SP5X
  423. @item TechSmith Screen Capture Codec @tab @tab X
  424. @tab fourcc: TSCC
  425. @item Theora @tab E @tab X
  426. @tab encoding supported through external library libtheora
  427. @item Tiertex Limited SEQ video @tab @tab X
  428. @tab Codec used in DOS CD-ROM FlashBack game.
  429. @item VMware Screen Codec / VMware Video @tab @tab X
  430. @tab Codec used in videos captured by VMware.
  431. @item Westwood Studios VQA (Vector Quantized Animation) video @tab @tab X
  432. @item Windows Media Video 7 @tab X @tab X
  433. @item Windows Media Video 8 @tab X @tab X
  434. @item Windows Media Video 9 @tab @tab X
  435. @tab not completely working
  436. @item Wing Commander III / Xan @tab @tab X
  437. @tab Used in Wing Commander III .MVE files.
  438. @item Winnov WNV1 @tab @tab X
  439. @item WMV7 @tab X @tab X
  440. @item YAMAHA SMAF @tab X @tab X
  441. @item ZLIB @tab X @tab X
  442. @tab part of LCL, encoder experimental
  443. @item Zip Motion Blocks Video @tab X @tab X
  444. @tab Encoder works only in PAL8.
  445. @end multitable
  446. @code{X} means that encoding (resp. decoding) is supported.
  447. @code{E} means that support is provided through an external library.
  448. @section Audio Codecs
  449. @multitable @columnfractions .4 .1 .1 .4
  450. @item Name @tab Encoding @tab Decoding @tab Comments
  451. @item 8SVX audio @tab @tab X
  452. @item AAC @tab E @tab X
  453. @tab encoding supported through external library libfaac
  454. @item AC-3 @tab IX @tab X
  455. @item ADPCM 4X Movie @tab @tab X
  456. @item ADPCM CDROM XA @tab @tab X
  457. @item ADPCM Creative Technology @tab @tab X
  458. @tab 16 -> 4, 8 -> 4, 8 -> 3, 8 -> 2
  459. @item ADPCM Electronic Arts @tab @tab X
  460. @tab Used in various EA titles.
  461. @item ADPCM Electronic Arts Maxis CDROM XS @tab @tab X
  462. @tab Used in Sim City 3000.
  463. @item ADPCM Electronic Arts R1 @tab @tab X
  464. @item ADPCM Electronic Arts R2 @tab @tab X
  465. @item ADPCM Electronic Arts R3 @tab @tab X
  466. @item ADPCM Electronic Arts XAS @tab @tab X
  467. @item ADPCM G.726 @tab X @tab X
  468. @item ADPCM IMA AMV @tab @tab X
  469. @tab Used in AMV files
  470. @item ADPCM IMA Electronic Arts EACS @tab @tab X
  471. @item ADPCM IMA Electronic Arts SEAD @tab @tab X
  472. @item ADPCM IMA Funcom @tab @tab X
  473. @item ADPCM IMA QuickTime @tab X @tab X
  474. @item ADPCM IMA Loki SDL MJPEG @tab @tab X
  475. @item ADPCM IMA WAV @tab X @tab X
  476. @item ADPCM IMA Westwood @tab @tab X
  477. @item ADPCM ISS IMA @tab @tab X
  478. @tab Used in FunCom games.
  479. @item ADPCM IMA Duck DK3 @tab @tab X
  480. @tab Used in some Sega Saturn console games.
  481. @item ADPCM IMA Duck DK4 @tab @tab X
  482. @tab Used in some Sega Saturn console games.
  483. @item ADPCM Microsoft @tab X @tab X
  484. @item ADPCM MS IMA @tab X @tab X
  485. @item ADPCM Nintendo Gamecube THP @tab @tab X
  486. @item ADPCM QT IMA @tab X @tab X
  487. @item ADPCM SEGA CRI ADX @tab X @tab X
  488. @tab Used in Sega Dreamcast games.
  489. @item ADPCM Shockwave Flash @tab X @tab X
  490. @item ADPCM SMJPEG IMA @tab @tab X
  491. @tab Used in certain Loki game ports.
  492. @item ADPCM Sound Blaster Pro 2-bit @tab @tab X
  493. @item ADPCM Sound Blaster Pro 2.6-bit @tab @tab X
  494. @item ADPCM Sound Blaster Pro 4-bit @tab @tab X
  495. @item ADPCM Westwood Studios IMA @tab @tab X
  496. @tab Used in Westwood Studios games like Command and Conquer.
  497. @item ADPCM Yamaha @tab X @tab X
  498. @item AMR-NB @tab E @tab E
  499. @tab supported through external libraries libamrnb and libopencore-amrnb
  500. @item AMR-WB @tab E @tab E
  501. @tab decoding supported through external libraries libamrwb and libopencore-amrwb,
  502. encoding supported through external library libamrwb
  503. @item Apple lossless audio @tab X @tab X
  504. @tab QuickTime fourcc 'alac'
  505. @item Atrac 3 @tab @tab X
  506. @item Delphine Software International CIN audio @tab @tab X
  507. @tab Codec used in Delphine Software International games.
  508. @item COOK @tab @tab X
  509. @tab All versions except 5.1 are supported.
  510. @item DCA (DTS Coherent Acoustics) @tab @tab X
  511. @item DPCM id RoQ @tab X @tab X
  512. @tab Used in Quake III, Jedi Knight 2, other computer games.
  513. @item DPCM Interplay @tab @tab X
  514. @tab Used in various Interplay computer games.
  515. @item DPCM Sierra Online @tab @tab X
  516. @tab Used in Sierra Online game audio files.
  517. @item DPCM Sol @tab @tab X
  518. @item DPCM Xan @tab @tab X
  519. @item DSP Group TrueSpeech @tab @tab X
  520. @item DV audio @tab @tab X
  521. @item Enhanced AC-3 @tab @tab X
  522. @item FLAC (Free Lossless Audio Codec) @tab X @tab IX
  523. @item G.729 @tab @tab X
  524. @item GSM @tab E @tab E
  525. @tab supported through external library libgsm
  526. @item GSM Microsoft variant @tab E @tab E
  527. @tab supported through external library libgsm
  528. @item IMC (Intel Music Coder) @tab @tab X
  529. @item MACE (Macintosh Audio Compression/Expansion) 3:1 @tab @tab X
  530. @item MACE (Macintosh Audio Compression/Expansion) 6:1 @tab @tab X
  531. @item MLP(Meridian Lossless Packing)/TrueHD @tab @tab X
  532. @tab Used in DVD-Audio and Blu-Ray discs.
  533. @item Monkey's Audio @tab @tab X
  534. @tab Only versions 3.97-3.99 are supported.
  535. @item MP1 (MPEG audio layer 1) @tab @tab IX
  536. @item MP2 (MPEG audio layer 2) @tab IX @tab IX
  537. @item MP3 (MPEG audio layer 3) @tab E @tab IX
  538. @tab encoding supported through external library LAME, ADU MP3 and MP3onMP4 also supported
  539. @item Musepack SV7 @tab @tab X
  540. @item Musepack SV8 @tab @tab X
  541. @item Nellymoser Asao @tab X @tab X
  542. @item PCM A-law @tab X @tab X
  543. @item PCM mu-law @tab X @tab X
  544. @item PCM 16-bit little-endian planar @tab @tab X
  545. @item PCM 32-bit floating point big-endian @tab X @tab X
  546. @item PCM 32-bit floating point little-endian @tab X @tab X
  547. @item PCM 64-bit floating point big-endian @tab X @tab X
  548. @item PCM 64-bit floating point little-endian @tab X @tab X
  549. @item PCM D-Cinema audio signed 24-bit @tab X @tab X
  550. @item PCM signed 8-bit @tab X @tab X
  551. @item PCM signed 16-bit big-endian @tab X @tab X
  552. @item PCM signed 16-bit little-endian @tab X @tab X
  553. @item PCM signed 24-bit big-endian @tab X @tab X
  554. @item PCM signed 24-bit little-endian @tab X @tab X
  555. @item PCM signed 32-bit big-endian @tab X @tab X
  556. @item PCM signed 32-bit little-endian @tab X @tab X
  557. @item PCM unsigned 8-bit @tab X @tab X
  558. @item PCM unsigned 16-bit big-endian @tab X @tab X
  559. @item PCM unsigned 16-bit little-endian @tab X @tab X
  560. @item PCM unsigned 24-bit big-endian @tab X @tab X
  561. @item PCM unsigned 24-bit little-endian @tab X @tab X
  562. @item PCM unsigned 32-bit big-endian @tab X @tab X
  563. @item PCM unsigned 32-bit little-endian @tab X @tab X
  564. @item PCM Zork @tab X @tab X
  565. @item QCELP / PureVoice @tab @tab X
  566. @item QDesign Music Codec 2 @tab @tab X
  567. @tab There are still some distortions.
  568. @item RealAudio 1.0 (14.4K) @tab @tab X
  569. @tab Real 14400 bit/s codec
  570. @item RealAudio 2.0 (28.8K) @tab @tab X
  571. @tab Real 28800 bit/s codec
  572. @item RealAudio 3.0 (dnet) @tab IX @tab X
  573. @tab Real low bitrate AC-3 codec
  574. @item Shorten @tab @tab X
  575. @item Sierra VMD audio @tab @tab X
  576. @tab Used in Sierra VMD files.
  577. @item Smacker audio @tab @tab X
  578. @item Sonic @tab X @tab X
  579. @tab experimental codec
  580. @item Sonic lossless @tab X @tab X
  581. @tab experimental codec
  582. @item Speex @tab @tab E
  583. @tab supported through external library libspeex
  584. @item True Audio (TTA) @tab @tab X
  585. @item Vorbis @tab E @tab X
  586. @ A native but very primitive encoder exists.
  587. @item WavPack @tab @tab X
  588. @item Westwood Audio (SND1) @tab @tab X
  589. @item Windows Media Audio 1 @tab X @tab X
  590. @item Windows Media Audio 2 @tab X @tab X
  591. @tab Used in Origin's Wing Commander IV AVI files.
  592. @end multitable
  593. @code{X} means that encoding (resp. decoding) is supported.
  594. @code{E} means that support is provided through an external library.
  595. @code{I} means that an integer-only version is available, too (ensures high
  596. performance on systems without hardware floating point support).
  597. @section Subtitle Formats
  598. @multitable @columnfractions .4 .1 .1 .1 .1 .1
  599. @item Name @tab Muxing @tab Demuxing @tab Encoding @tab Decoding
  600. @item SSA/ASS @tab X @tab X
  601. @item DVB @tab X @tab X @tab X @tab X
  602. @item DVD @tab X @tab X @tab X @tab X
  603. @item XSUB @tab @tab @tab @tab X
  604. @end multitable
  605. @code{X} means that the feature is supported.
  606. @section Network Protocols
  607. @multitable @columnfractions .4 .1 .1 .1 .1 .1
  608. @item Name @tab Support
  609. @item file @tab X
  610. @item Gopher @tab X
  611. @item HTTP @tab X
  612. @item pipe @tab X
  613. @item RTP @tab X
  614. @item TCP @tab X
  615. @item UDP @tab X
  616. @end multitable
  617. @code{X} means that the protocol is supported.
  618. @chapter Platform Specific information
  619. @section BSD
  620. BSD make will not build FFmpeg, you need to install and use GNU Make
  621. (@file{gmake}).
  622. @section Windows
  623. To get help and instructions for building FFmpeg under Windows, check out
  624. the FFmpeg Windows Help Forum at
  625. @url{http://ffmpeg.arrozcru.org/}.
  626. @subsection Native Windows compilation
  627. FFmpeg can be built to run natively on Windows using the MinGW tools. Install
  628. the latest versions of MSYS and MinGW from @url{http://www.mingw.org/}.
  629. You can find detailed installation
  630. instructions in the download section and the FAQ.
  631. FFmpeg does not build out-of-the-box with the packages the automated MinGW
  632. installer provides. It also requires coreutils to be installed and many other
  633. packages updated to the latest version. The minimum version for some packages
  634. are listed below:
  635. @itemize
  636. @item bash 3.1
  637. @item msys-make 3.81-2 (note: not mingw32-make)
  638. @item w32api 3.13
  639. @item mingw-runtime 3.15
  640. @end itemize
  641. You will also need to pass @code{-fno-common} to the compiler to work around
  642. a GCC bug (see @url{http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216}).
  643. Within the MSYS shell, configure and make with:
  644. @example
  645. ./configure --enable-memalign-hack --extra-cflags=-fno-common
  646. make
  647. make install
  648. @end example
  649. This will install @file{ffmpeg.exe} along with many other development files
  650. to @file{/usr/local}. You may specify another install path using the
  651. @code{--prefix} option in @file{configure}.
  652. Notes:
  653. @itemize
  654. @item In order to compile vhooks, you must have a POSIX-compliant libdl in
  655. your MinGW system. Get dlfcn-win32 from
  656. @url{http://code.google.com/p/dlfcn-win32}.
  657. @item In order to compile FFplay, you must have the MinGW development library
  658. of SDL. Get it from @url{http://www.libsdl.org}.
  659. Edit the @file{bin/sdl-config} script so that it points to the correct prefix
  660. where SDL was installed. Verify that @file{sdl-config} can be launched from
  661. the MSYS command line.
  662. @item By using @code{./configure --enable-shared} when configuring FFmpeg,
  663. you can build libavutil, libavcodec and libavformat as DLLs.
  664. @end itemize
  665. @subsection Microsoft Visual C++ compatibility
  666. As stated in the FAQ, FFmpeg will not compile under MSVC++. However, if you
  667. want to use the libav* libraries in your own applications, you can still
  668. compile those applications using MSVC++. But the libav* libraries you link
  669. to @emph{must} be built with MinGW. However, you will not be able to debug
  670. inside the libav* libraries, since MSVC++ does not recognize the debug
  671. symbols generated by GCC.
  672. We strongly recommend you to move over from MSVC++ to MinGW tools.
  673. This description of how to use the FFmpeg libraries with MSVC++ is based on
  674. Microsoft Visual C++ 2005 Express Edition. If you have a different version,
  675. you might have to modify the procedures slightly.
  676. @subsubsection Using static libraries
  677. Assuming you have just built and installed FFmpeg in @file{/usr/local}.
  678. @enumerate
  679. @item Create a new console application ("File / New / Project") and then
  680. select "Win32 Console Application". On the appropriate page of the
  681. Application Wizard, uncheck the "Precompiled headers" option.
  682. @item Write the source code for your application, or, for testing, just
  683. copy the code from an existing sample application into the source file
  684. that MSVC++ has already created for you. For example, you can copy
  685. @file{output_example.c} from the FFmpeg distribution.
  686. @item Open the "Project / Properties" dialog box. In the "Configuration"
  687. combo box, select "All Configurations" so that the changes you make will
  688. affect both debug and release builds. In the tree view on the left hand
  689. side, select "C/C++ / General", then edit the "Additional Include
  690. Directories" setting to contain the path where the FFmpeg includes were
  691. installed (i.e. @file{c:\msys\1.0\local\include}).
  692. Do not add MinGW's include directory here, or the include files will
  693. conflict with MSVC's.
  694. @item Still in the "Project / Properties" dialog box, select
  695. "Linker / General" from the tree view and edit the
  696. "Additional Library Directories" setting to contain the @file{lib}
  697. directory where FFmpeg was installed (i.e. @file{c:\msys\1.0\local\lib}),
  698. the directory where MinGW libs are installed (i.e. @file{c:\mingw\lib}),
  699. and the directory where MinGW's GCC libs are installed
  700. (i.e. @file{C:\mingw\lib\gcc\mingw32\4.2.1-sjlj}). Then select
  701. "Linker / Input" from the tree view, and add the files @file{libavformat.a},
  702. @file{libavcodec.a}, @file{libavutil.a}, @file{libmingwex.a},
  703. @file{libgcc.a}, and any other libraries you used (i.e. @file{libz.a})
  704. to the end of "Additional Dependencies".
  705. @item Now, select "C/C++ / Code Generation" from the tree view. Select
  706. "Debug" in the "Configuration" combo box. Make sure that "Runtime
  707. Library" is set to "Multi-threaded Debug DLL". Then, select "Release" in
  708. the "Configuration" combo box and make sure that "Runtime Library" is
  709. set to "Multi-threaded DLL".
  710. @item Click "OK" to close the "Project / Properties" dialog box.
  711. @item MSVC++ lacks some C99 header files that are fundamental for FFmpeg.
  712. Get msinttypes from @url{http://code.google.com/p/msinttypes/downloads/list}
  713. and install it in MSVC++'s include directory
  714. (i.e. @file{C:\Program Files\Microsoft Visual Studio 8\VC\include}).
  715. @item MSVC++ also does not understand the @code{inline} keyword used by
  716. FFmpeg, so you must add this line before @code{#include}ing libav*:
  717. @example
  718. #define inline _inline
  719. @end example
  720. @item Build your application, everything should work.
  721. @end enumerate
  722. @subsubsection Using shared libraries
  723. This is how to create DLL and LIB files that are compatible with MSVC++:
  724. @enumerate
  725. @item Add a call to @file{vcvars32.bat} (which sets up the environment
  726. variables for the Visual C++ tools) as the first line of @file{msys.bat}.
  727. The standard location for @file{vcvars32.bat} is
  728. @file{C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat},
  729. and the standard location for @file{msys.bat} is @file{C:\msys\1.0\msys.bat}.
  730. If this corresponds to your setup, add the following line as the first line
  731. of @file{msys.bat}:
  732. @example
  733. call "C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat"
  734. @end example
  735. Alternatively, you may start the @file{Visual Studio 2005 Command Prompt},
  736. and run @file{c:\msys\1.0\msys.bat} from there.
  737. @item Within the MSYS shell, run @code{lib.exe}. If you get a help message
  738. from @file{Microsoft (R) Library Manager}, this means your environment
  739. variables are set up correctly, the @file{Microsoft (R) Library Manager}
  740. is on the path and will be used by FFmpeg to create
  741. MSVC++-compatible import libraries.
  742. @item Build FFmpeg with
  743. @example
  744. ./configure --enable-shared --enable-memalign-hack
  745. make
  746. make install
  747. @end example
  748. Your install path (@file{/usr/local/} by default) should now have the
  749. necessary DLL and LIB files under the @file{bin} directory.
  750. @end enumerate
  751. To use those files with MSVC++, do the same as you would do with
  752. the static libraries, as described above. But in Step 4,
  753. you should only need to add the directory where the LIB files are installed
  754. (i.e. @file{c:\msys\usr\local\bin}). This is not a typo, the LIB files are
  755. installed in the @file{bin} directory. And instead of adding @file{libxx.a}
  756. files, you should add @file{avcodec.lib}, @file{avformat.lib}, and
  757. @file{avutil.lib}. There should be no need for @file{libmingwex.a},
  758. @file{libgcc.a}, and @file{wsock32.lib}, nor any other external library
  759. statically linked into the DLLs. The @file{bin} directory contains a bunch
  760. of DLL files, but the ones that are actually used to run your application
  761. are the ones with a major version number in their filenames
  762. (i.e. @file{avcodec-51.dll}).
  763. @subsection Cross compilation for Windows with Linux
  764. You must use the MinGW cross compilation tools available at
  765. @url{http://www.mingw.org/}.
  766. Then configure FFmpeg with the following options:
  767. @example
  768. ./configure --target-os=mingw32 --cross-prefix=i386-mingw32msvc-
  769. @end example
  770. (you can change the cross-prefix according to the prefix chosen for the
  771. MinGW tools).
  772. Then you can easily test FFmpeg with Wine
  773. (@url{http://www.winehq.com/}).
  774. @subsection Compilation under Cygwin
  775. The main issue with the 1.5.x Cygwin versions is that newlib, its C library,
  776. does not contain llrint(). You need to upgrade to the unstable 1.7.x versions,
  777. or leverage the implementation in MinGW (as explained below).
  778. Just install your Cygwin with all the "Base" packages, plus the
  779. following "Devel" ones:
  780. @example
  781. binutils, gcc-core, make, subversion, mingw-runtime, diffutils
  782. @end example
  783. The experimental gcc4 package is still buggy, hence please
  784. use the official gcc 3.4.4 or a 4.2.x compiled from source by yourself.
  785. Install the current binutils-20080624-2 as they work fine (the old
  786. binutils-20060709-1 proved buggy on shared builds).
  787. Then create a small library that just contains llrint():
  788. @example
  789. ar x /usr/lib/mingw/libmingwex.a llrint.o
  790. ar cq /usr/local/lib/libllrint.a llrint.o
  791. @end example
  792. Then run
  793. @example
  794. ./configure --enable-static --disable-shared --extra-ldflags='-L /usr/local/lib' --extra-libs='-l llrint'
  795. @end example
  796. to make a static build or
  797. @example
  798. ./configure --enable-shared --disable-static --extra-ldflags='-L /usr/local/lib' --extra-libs='-l llrint'
  799. @end example
  800. to build shared libraries.
  801. If you want to build FFmpeg with additional libraries, download Cygwin
  802. "Devel" packages for Ogg and Vorbis from any Cygwin packages repository:
  803. @example
  804. libogg-devel, libvorbis-devel
  805. @end example
  806. These library packages are only available from Cygwin Ports
  807. (@url{http://sourceware.org/cygwinports/}) :
  808. @example
  809. yasm, libSDL-devel, libdirac-devel, libfaac-devel, libfaad-devel, libgsm-devel,
  810. libmp3lame-devel, libschroedinger1.0-devel, speex-devel, libtheora-devel,
  811. libxvidcore-devel
  812. @end example
  813. The recommendation for libnut and x264 is to build them from source by
  814. yourself, as they evolve too quickly for Cygwin Ports to be up to date.
  815. Cygwin 1.7.x has IPv6 support. You can add IPv6 to Cygwin 1.5.x by means
  816. of the @code{libgetaddrinfo-devel} package, available at Cygwin Ports.
  817. @subsection Crosscompilation for Windows under Cygwin
  818. With Cygwin you can create Windows binaries that do not need the cygwin1.dll.
  819. Just install your Cygwin as explained before, plus these additional
  820. "Devel" packages:
  821. @example
  822. gcc-mingw-core, mingw-runtime, mingw-zlib
  823. @end example
  824. and add some special flags to your configure invocation.
  825. For a static build run
  826. @example
  827. ./configure --target-os=mingw32 --enable-memalign-hack --enable-static --disable-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
  828. @end example
  829. and for a build with shared libraries
  830. @example
  831. ./configure --target-os=mingw32 --enable-memalign-hack --enable-shared --disable-static --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
  832. @end example
  833. @section BeOS
  834. BeOS support is broken in mysterious ways.
  835. @section OS/2
  836. For information about compiling FFmpeg on OS/2 see
  837. @url{http://www.edm2.com/index.php/FFmpeg}.
  838. @chapter Developers Guide
  839. @section API
  840. @itemize @bullet
  841. @item libavcodec is the library containing the codecs (both encoding and
  842. decoding). Look at @file{libavcodec/apiexample.c} to see how to use it.
  843. @item libavformat is the library containing the file format handling (mux and
  844. demux code for several formats). Look at @file{ffplay.c} to use it in a
  845. player. See @file{output_example.c} to use it to generate audio or video
  846. streams.
  847. @end itemize
  848. @section Integrating libavcodec or libavformat in your program
  849. You can integrate all the source code of the libraries to link them
  850. statically to avoid any version problem. All you need is to provide a
  851. 'config.mak' and a 'config.h' in the parent directory. See the defines
  852. generated by ./configure to understand what is needed.
  853. You can use libavcodec or libavformat in your commercial program, but
  854. @emph{any patch you make must be published}. The best way to proceed is
  855. to send your patches to the FFmpeg mailing list.
  856. @node Coding Rules
  857. @section Coding Rules
  858. FFmpeg is programmed in the ISO C90 language with a few additional
  859. features from ISO C99, namely:
  860. @itemize @bullet
  861. @item
  862. the @samp{inline} keyword;
  863. @item
  864. @samp{//} comments;
  865. @item
  866. designated struct initializers (@samp{struct s x = @{ .i = 17 @};})
  867. @item
  868. compound literals (@samp{x = (struct s) @{ 17, 23 @};})
  869. @end itemize
  870. These features are supported by all compilers we care about, so we will not
  871. accept patches to remove their use unless they absolutely do not impair
  872. clarity and performance.
  873. All code must compile with GCC 2.95 and GCC 3.3. Currently, FFmpeg also
  874. compiles with several other compilers, such as the Compaq ccc compiler
  875. or Sun Studio 9, and we would like to keep it that way unless it would
  876. be exceedingly involved. To ensure compatibility, please do not use any
  877. additional C99 features or GCC extensions. Especially watch out for:
  878. @itemize @bullet
  879. @item
  880. mixing statements and declarations;
  881. @item
  882. @samp{long long} (use @samp{int64_t} instead);
  883. @item
  884. @samp{__attribute__} not protected by @samp{#ifdef __GNUC__} or similar;
  885. @item
  886. GCC statement expressions (@samp{(x = (@{ int y = 4; y; @})}).
  887. @end itemize
  888. Indent size is 4.
  889. The presentation is the one specified by 'indent -i4 -kr -nut'.
  890. The TAB character is forbidden outside of Makefiles as is any
  891. form of trailing whitespace. Commits containing either will be
  892. rejected by the Subversion repository.
  893. The main priority in FFmpeg is simplicity and small code size in order to
  894. minimize the bug count.
  895. Comments: Use the JavaDoc/Doxygen
  896. format (see examples below) so that code documentation
  897. can be generated automatically. All nontrivial functions should have a comment
  898. above them explaining what the function does, even if it is just one sentence.
  899. All structures and their member variables should be documented, too.
  900. @example
  901. /**
  902. * @@file mpeg.c
  903. * MPEG codec.
  904. * @@author ...
  905. */
  906. /**
  907. * Summary sentence.
  908. * more text ...
  909. * ...
  910. */
  911. typedef struct Foobar@{
  912. int var1; /**< var1 description */
  913. int var2; ///< var2 description
  914. /** var3 description */
  915. int var3;
  916. @} Foobar;
  917. /**
  918. * Summary sentence.
  919. * more text ...
  920. * ...
  921. * @@param my_parameter description of my_parameter
  922. * @@return return value description
  923. */
  924. int myfunc(int my_parameter)
  925. ...
  926. @end example
  927. fprintf and printf are forbidden in libavformat and libavcodec,
  928. please use av_log() instead.
  929. Casts should be used only when necessary. Unneeded parentheses
  930. should also be avoided if they don't make the code easier to understand.
  931. @section Development Policy
  932. @enumerate
  933. @item
  934. Contributions should be licensed under the LGPL 2.1, including an
  935. "or any later version" clause, or the MIT license. GPL 2 including
  936. an "or any later version" clause is also acceptable, but LGPL is
  937. preferred.
  938. @item
  939. You must not commit code which breaks FFmpeg! (Meaning unfinished but
  940. enabled code which breaks compilation or compiles but does not work or
  941. breaks the regression tests)
  942. You can commit unfinished stuff (for testing etc), but it must be disabled
  943. (#ifdef etc) by default so it does not interfere with other developers'
  944. work.
  945. @item
  946. You do not have to over-test things. If it works for you, and you think it
  947. should work for others, then commit. If your code has problems
  948. (portability, triggers compiler bugs, unusual environment etc) they will be
  949. reported and eventually fixed.
  950. @item
  951. Do not commit unrelated changes together, split them into self-contained
  952. pieces. Also do not forget that if part B depends on part A, but A does not
  953. depend on B, then A can and should be committed first and separate from B.
  954. Keeping changes well split into self-contained parts makes reviewing and
  955. understanding them on the commit log mailing list easier. This also helps
  956. in case of debugging later on.
  957. Also if you have doubts about splitting or not splitting, do not hesitate to
  958. ask/discuss it on the developer mailing list.
  959. @item
  960. Do not change behavior of the program (renaming options etc) without
  961. first discussing it on the ffmpeg-devel mailing list. Do not remove
  962. functionality from the code. Just improve!
  963. Note: Redundant code can be removed.
  964. @item
  965. Do not commit changes to the build system (Makefiles, configure script)
  966. which change behavior, defaults etc, without asking first. The same
  967. applies to compiler warning fixes, trivial looking fixes and to code
  968. maintained by other developers. We usually have a reason for doing things
  969. the way we do. Send your changes as patches to the ffmpeg-devel mailing
  970. list, and if the code maintainers say OK, you may commit. This does not
  971. apply to files you wrote and/or maintain.
  972. @item
  973. We refuse source indentation and other cosmetic changes if they are mixed
  974. with functional changes, such commits will be rejected and removed. Every
  975. developer has his own indentation style, you should not change it. Of course
  976. if you (re)write something, you can use your own style, even though we would
  977. prefer if the indentation throughout FFmpeg was consistent (Many projects
  978. force a given indentation style - we do not.). If you really need to make
  979. indentation changes (try to avoid this), separate them strictly from real
  980. changes.
  981. NOTE: If you had to put if()@{ .. @} over a large (> 5 lines) chunk of code,
  982. then either do NOT change the indentation of the inner part within (do not
  983. move it to the right)! or do so in a separate commit
  984. @item
  985. Always fill out the commit log message. Describe in a few lines what you
  986. changed and why. You can refer to mailing list postings if you fix a
  987. particular bug. Comments such as "fixed!" or "Changed it." are unacceptable.
  988. @item
  989. If you apply a patch by someone else, include the name and email address in
  990. the log message. Since the ffmpeg-cvslog mailing list is publicly
  991. archived you should add some SPAM protection to the email address. Send an
  992. answer to ffmpeg-devel (or wherever you got the patch from) saying that
  993. you applied the patch.
  994. @item
  995. When applying patches that have been discussed (at length) on the mailing
  996. list, reference the thread in the log message.
  997. @item
  998. Do NOT commit to code actively maintained by others without permission.
  999. Send a patch to ffmpeg-devel instead. If no one answers within a reasonable
  1000. timeframe (12h for build failures and security fixes, 3 days small changes,
  1001. 1 week for big patches) then commit your patch if you think it is OK.
  1002. Also note, the maintainer can simply ask for more time to review!
  1003. @item
  1004. Subscribe to the ffmpeg-cvslog mailing list. The diffs of all commits
  1005. are sent there and reviewed by all the other developers. Bugs and possible
  1006. improvements or general questions regarding commits are discussed there. We
  1007. expect you to react if problems with your code are uncovered.
  1008. @item
  1009. Update the documentation if you change behavior or add features. If you are
  1010. unsure how best to do this, send a patch to ffmpeg-devel, the documentation
  1011. maintainer(s) will review and commit your stuff.
  1012. @item
  1013. Try to keep important discussions and requests (also) on the public
  1014. developer mailing list, so that all developers can benefit from them.
  1015. @item
  1016. Never write to unallocated memory, never write over the end of arrays,
  1017. always check values read from some untrusted source before using them
  1018. as array index or other risky things.
  1019. @item
  1020. Remember to check if you need to bump versions for the specific libav
  1021. parts (libavutil, libavcodec, libavformat) you are changing. You need
  1022. to change the version integer.
  1023. Incrementing the first component means no backward compatibility to
  1024. previous versions (e.g. removal of a function from the public API).
  1025. Incrementing the second component means backward compatible change
  1026. (e.g. addition of a function to the public API or extension of an
  1027. existing data structure).
  1028. Incrementing the third component means a noteworthy binary compatible
  1029. change (e.g. encoder bug fix that matters for the decoder).
  1030. @item
  1031. Compiler warnings indicate potential bugs or code with bad style. If a type of
  1032. warning always points to correct and clean code, that warning should
  1033. be disabled, not the code changed.
  1034. Thus the remaining warnings can either be bugs or correct code.
  1035. If it is a bug, the bug has to be fixed. If it is not, the code should
  1036. be changed to not generate a warning unless that causes a slowdown
  1037. or obfuscates the code.
  1038. @item
  1039. If you add a new file, give it a proper license header. Do not copy and
  1040. paste it from a random place, use an existing file as template.
  1041. @end enumerate
  1042. We think our rules are not too hard. If you have comments, contact us.
  1043. Note, these rules are mostly borrowed from the MPlayer project.
  1044. @section Submitting patches
  1045. First, (@pxref{Coding Rules}) above if you did not yet.
  1046. When you submit your patch, try to send a unified diff (diff '-up'
  1047. option). We cannot read other diffs :-)
  1048. Also please do not submit a patch which contains several unrelated changes.
  1049. Split it into separate, self-contained pieces. This does not mean splitting
  1050. file by file. Instead, make the patch as small as possible while still
  1051. keeping it as a logical unit that contains an individual change, even
  1052. if it spans multiple files. This makes reviewing your patches much easier
  1053. for us and greatly increases your chances of getting your patch applied.
  1054. Run the regression tests before submitting a patch so that you can
  1055. verify that there are no big problems.
  1056. Patches should be posted as base64 encoded attachments (or any other
  1057. encoding which ensures that the patch will not be trashed during
  1058. transmission) to the ffmpeg-devel mailing list, see
  1059. @url{http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel}
  1060. It also helps quite a bit if you tell us what the patch does (for example
  1061. 'replaces lrint by lrintf'), and why (for example '*BSD isn't C99 compliant
  1062. and has no lrint()')
  1063. Also please if you send several patches, send each patch as a separate mail,
  1064. do not attach several unrelated patches to the same mail.
  1065. @section New codecs or formats checklist
  1066. @enumerate
  1067. @item
  1068. Did you use av_cold for codec initialization and close functions?
  1069. @item
  1070. Did you add a long_name under NULL_IF_CONFIG_SMALL to the AVCodec or
  1071. AVInputFormat/AVOutputFormat struct?
  1072. @item
  1073. Did you bump the minor version number in @file{avcodec.h} or
  1074. @file{avformat.h}?
  1075. @item
  1076. Did you register it in @file{allcodecs.c} or @file{allformats.c}?
  1077. @item
  1078. Did you add the CodecID to @file{avcodec.h}?
  1079. @item
  1080. If it has a fourcc, did you add it to @file{libavformat/riff.c},
  1081. even if it is only a decoder?
  1082. @item
  1083. Did you add a rule to compile the appropriate files in the Makefile?
  1084. Remember to do this even if you're just adding a format to a file that is
  1085. already being compiled by some other rule, like a raw demuxer.
  1086. @item
  1087. Did you add an entry to the table of supported formats or codecs in the
  1088. documentation?
  1089. @item
  1090. Did you add an entry in the Changelog?
  1091. @item
  1092. If it depends on a parser or a library, did you add that dependency in
  1093. configure?
  1094. @item
  1095. Did you "svn add" the appropriate files before commiting?
  1096. @end enumerate
  1097. @section patch submission checklist
  1098. @enumerate
  1099. @item
  1100. Do the regression tests pass with the patch applied?
  1101. @item
  1102. Does @code{make checkheaders} pass with the patch applied?
  1103. @item
  1104. Is the patch a unified diff?
  1105. @item
  1106. Is the patch against latest FFmpeg SVN?
  1107. @item
  1108. Are you subscribed to ffmpeg-dev?
  1109. (the list is subscribers only due to spam)
  1110. @item
  1111. Have you checked that the changes are minimal, so that the same cannot be
  1112. achieved with a smaller patch and/or simpler final code?
  1113. @item
  1114. If the change is to speed critical code, did you benchmark it?
  1115. @item
  1116. If you did any benchmarks, did you provide them in the mail?
  1117. @item
  1118. Have you checked that the patch does not introduce buffer overflows or
  1119. other security issues?
  1120. @item
  1121. Did you test your decoder or demuxer against damaged data? If no, see
  1122. tools/trasher and the noise bitstream filter. Your decoder or demuxer
  1123. should not crash or end in a (near) infinite loop when fed damaged data.
  1124. @item
  1125. Is the patch created from the root of the source tree, so it can be
  1126. applied with @code{patch -p0}?
  1127. @item
  1128. Does the patch not mix functional and cosmetic changes?
  1129. @item
  1130. Did you add tabs or trailing whitespace to the code? Both are forbidden.
  1131. @item
  1132. Is the patch attached to the email you send?
  1133. @item
  1134. Is the mime type of the patch correct? It should be text/x-diff or
  1135. text/x-patch or at least text/plain and not application/octet-stream.
  1136. @item
  1137. If the patch fixes a bug, did you provide a verbose analysis of the bug?
  1138. @item
  1139. If the patch fixes a bug, did you provide enough information, including
  1140. a sample, so the bug can be reproduced and the fix can be verified?
  1141. Note please do not attach samples >100k to mails but rather provide a
  1142. URL, you can upload to ftp://upload.ffmpeg.org
  1143. @item
  1144. Did you provide a verbose summary about what the patch does change?
  1145. @item
  1146. Did you provide a verbose explanation why it changes things like it does?
  1147. @item
  1148. Did you provide a verbose summary of the user visible advantages and
  1149. disadvantages if the patch is applied?
  1150. @item
  1151. Did you provide an example so we can verify the new feature added by the
  1152. patch easily?
  1153. @item
  1154. If you added a new file, did you insert a license header? It should be
  1155. taken from FFmpeg, not randomly copied and pasted from somewhere else.
  1156. @item
  1157. You should maintain alphabetical order in alphabetically ordered lists as
  1158. long as doing so does not break API/ABI compatibility.
  1159. @item
  1160. Lines with similar content should be aligned vertically when doing so
  1161. improves readability.
  1162. @item
  1163. Did you provide a suggestion for a clear commit log message?
  1164. @end enumerate
  1165. @section Patch review process
  1166. All patches posted to ffmpeg-devel will be reviewed, unless they contain a
  1167. clear note that the patch is not for SVN.
  1168. Reviews and comments will be posted as replies to the patch on the
  1169. mailing list. The patch submitter then has to take care of every comment,
  1170. that can be by resubmitting a changed patch or by discussion. Resubmitted
  1171. patches will themselves be reviewed like any other patch. If at some point
  1172. a patch passes review with no comments then it is approved, that can for
  1173. simple and small patches happen immediately while large patches will generally
  1174. have to be changed and reviewed many times before they are approved.
  1175. After a patch is approved it will be committed to the repository.
  1176. We will review all submitted patches, but sometimes we are quite busy so
  1177. especially for large patches this can take several weeks.
  1178. When resubmitting patches, please do not make any significant changes
  1179. not related to the comments received during review. Such patches will
  1180. be rejected. Instead, submit significant changes or new features as
  1181. separate patches.
  1182. @section Regression tests
  1183. Before submitting a patch (or committing to the repository), you should at least
  1184. test that you did not break anything.
  1185. The regression tests build a synthetic video stream and a synthetic
  1186. audio stream. These are then encoded and decoded with all codecs or
  1187. formats. The CRC (or MD5) of each generated file is recorded in a
  1188. result file. A 'diff' is launched to compare the reference results and
  1189. the result file.
  1190. The regression tests then go on to test the FFserver code with a
  1191. limited set of streams. It is important that this step runs correctly
  1192. as well.
  1193. Run 'make test' to test all the codecs and formats.
  1194. Run 'make fulltest' to test all the codecs, formats and FFserver.
  1195. [Of course, some patches may change the results of the regression tests. In
  1196. this case, the reference results of the regression tests shall be modified
  1197. accordingly].
  1198. @bye