Changelog 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779
  1. Entries are sorted chronologically from oldest to youngest within each release,
  2. releases are sorted from youngest to oldest.
  3. version <next>:
  4. - tpad filter
  5. - AV1 decoding support through libdav1d
  6. - dedot filter
  7. - chromashift and rgbashift filters
  8. - freezedetect filter
  9. - truehd_core bitstream filter
  10. - dhav demuxer
  11. - PCM-DVD encoder
  12. - GIF parser
  13. - vividas demuxer
  14. - hymt decoder
  15. - anlmdn filter
  16. - maskfun filter
  17. - hcom demuxer and decoder
  18. - ARBC decoder
  19. - libaribb24 based ARIB STD-B24 caption support (profiles A and C)
  20. - Support decoding of HEVC 4:4:4 content in nvdec and cuviddec
  21. - removed libndi-newtek
  22. - agm decoder
  23. - KUX demuxer
  24. - AV1 frame split bitstream filter
  25. - lscr decoder
  26. - lagfun filter
  27. version 4.1:
  28. - deblock filter
  29. - tmix filter
  30. - amplify filter
  31. - fftdnoiz filter
  32. - aderivative and aintegral audio filters
  33. - pal75bars and pal100bars video filter sources
  34. - support mbedTLS based TLS
  35. - adeclick filter
  36. - adeclip filter
  37. - libtensorflow backend for DNN based filters like srcnn
  38. - vc1 decoder is now bit-exact
  39. - ATRAC9 decoder
  40. - lensfun wrapper filter
  41. - colorconstancy filter
  42. - AVS2 video decoder via libdavs2
  43. - IMM4 video decoder
  44. - Brooktree ProSumer video decoder
  45. - MatchWare Screen Capture Codec decoder
  46. - WinCam Motion Video decoder
  47. - 1D LUT filter (lut1d)
  48. - RemotelyAnywhere Screen Capture decoder
  49. - cue and acue filters
  50. - support for AV1 in MP4
  51. - transpose_npp filter
  52. - AVS2 video encoder via libxavs2
  53. - amultiply filter
  54. - Block-Matching 3d (bm3d) denoising filter
  55. - acrossover filter
  56. - ilbc decoder
  57. - audio denoiser as afftdn filter
  58. - AV1 parser
  59. - SER demuxer
  60. - sinc audio filter source
  61. - chromahold filter
  62. - setparams filter
  63. - vibrance filter
  64. - decoding S12M timecode in h264
  65. - xstack filter
  66. - pcm vidc decoder and encoder
  67. - (a)graphmonitor filter
  68. - yadif_cuda filter
  69. version 4.0:
  70. - Bitstream filters for editing metadata in H.264, HEVC and MPEG-2 streams
  71. - Dropped support for OpenJPEG versions 2.0 and below. Using OpenJPEG now
  72. requires 2.1 (or later) and pkg-config.
  73. - VDA dropped (use VideoToolbox instead)
  74. - MagicYUV encoder
  75. - Raw AMR-NB and AMR-WB demuxers
  76. - TiVo ty/ty+ demuxer
  77. - Intel QSV-accelerated MJPEG encoding
  78. - PCE support for extended channel layouts in the AAC encoder
  79. - native aptX and aptX HD encoder and decoder
  80. - Raw aptX and aptX HD muxer and demuxer
  81. - NVIDIA NVDEC-accelerated H.264, HEVC, MJPEG, MPEG-1/2/4, VC1, VP8/9 hwaccel decoding
  82. - Intel QSV-accelerated overlay filter
  83. - mcompand audio filter
  84. - acontrast audio filter
  85. - OpenCL overlay filter
  86. - video mix filter
  87. - video normalize filter
  88. - audio lv2 wrapper filter
  89. - VAAPI MJPEG and VP8 decoding
  90. - AMD AMF H.264 and HEVC encoders
  91. - video fillborders filter
  92. - video setrange filter
  93. - nsp demuxer
  94. - support LibreSSL (via libtls)
  95. - AVX-512/ZMM support added
  96. - Dropped support for building for Windows XP. The minimum supported Windows
  97. version is Windows Vista.
  98. - deconvolve video filter
  99. - entropy video filter
  100. - hilbert audio filter source
  101. - aiir audio filter
  102. - aiff: add support for CD-ROM XA ADPCM
  103. - Removed the ffserver program
  104. - Removed the ffmenc and ffmdec muxer and demuxer
  105. - VideoToolbox HEVC encoder and hwaccel
  106. - VAAPI-accelerated ProcAmp (color balance), denoise and sharpness filters
  107. - Add android_camera indev
  108. - codec2 en/decoding via libcodec2
  109. - muxer/demuxer for raw codec2 files and .c2 files
  110. - Moved nvidia codec headers into an external repository.
  111. They can be found at http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
  112. - native SBC encoder and decoder
  113. - drmeter audio filter
  114. - hapqa_extract bitstream filter
  115. - filter_units bitstream filter
  116. - AV1 Support through libaom
  117. - E-AC-3 dependent frames support
  118. - bitstream filter for extracting E-AC-3 core
  119. - Haivision SRT protocol via libsrt
  120. - segafilm muxer
  121. - vfrdet filter
  122. - SRCNN filter
  123. version 3.4:
  124. - deflicker video filter
  125. - doubleweave video filter
  126. - lumakey video filter
  127. - pixscope video filter
  128. - oscilloscope video filter
  129. - config.log and other configuration files moved into ffbuild/ directory
  130. - update cuvid/nvenc headers to Video Codec SDK 8.0.14
  131. - afir audio filter
  132. - scale_cuda CUDA based video scale filter
  133. - librsvg support for svg rasterization
  134. - crossfeed audio filter
  135. - spec compliant VP9 muxing support in MP4
  136. - remove the libnut muxer/demuxer wrappers
  137. - remove the libschroedinger encoder/decoder wrappers
  138. - surround audio filter
  139. - sofalizer filter switched to libmysofa
  140. - Gremlin Digital Video demuxer and decoder
  141. - headphone audio filter
  142. - superequalizer audio filter
  143. - roberts video filter
  144. - The x86 assembler default switched from yasm to nasm, pass
  145. --x86asmexe=yasm to configure to restore the old behavior.
  146. - additional frame format support for Interplay MVE movies
  147. - support for decoding through D3D11VA in ffmpeg
  148. - limiter video filter
  149. - libvmaf video filter
  150. - Dolby E decoder and SMPTE 337M demuxer
  151. - unpremultiply video filter
  152. - tlut2 video filter
  153. - floodfill video filter
  154. - pseudocolor video filter
  155. - raw G.726 muxer and demuxer, left- and right-justified
  156. - NewTek NDI input/output device
  157. - Some video filters with several inputs now use a common set of options:
  158. blend, libvmaf, lut3d, overlay, psnr, ssim.
  159. They must always be used by name.
  160. - FITS demuxer and decoder
  161. - FITS muxer and encoder
  162. - add --disable-autodetect build switch
  163. - drop deprecated qtkit input device (use avfoundation instead)
  164. - despill video filter
  165. - haas audio filter
  166. - SUP/PGS subtitle muxer
  167. - convolve video filter
  168. - VP9 tile threading support
  169. - KMS screen grabber
  170. - CUDA thumbnail filter
  171. - V4L2 mem2mem HW assisted codecs
  172. - Rockchip MPP hardware decoding
  173. - vmafmotion video filter
  174. - use MIME type "G726" for little-endian G.726, "AAL2-G726" for big-endian G.726
  175. version 3.3:
  176. - CrystalHD decoder moved to new decode API
  177. - add internal ebur128 library, remove external libebur128 dependency
  178. - Pro-MPEG CoP #3-R2 FEC protocol
  179. - premultiply video filter
  180. - Support for spherical videos
  181. - configure now fails if autodetect-libraries are requested but not found
  182. - PSD Decoder
  183. - 16.8 floating point pcm decoder
  184. - 24.0 floating point pcm decoder
  185. - Apple Pixlet decoder
  186. - QDMC audio decoder
  187. - NewTek SpeedHQ decoder
  188. - MIDI Sample Dump Standard demuxer
  189. - readeia608 filter
  190. - Sample Dump eXchange demuxer
  191. - abitscope multimedia filter
  192. - Scenarist Closed Captions demuxer and muxer
  193. - threshold filter
  194. - midequalizer filter
  195. - Optimal Huffman tables for (M)JPEG encoding
  196. - VAAPI-accelerated MPEG-2 and VP8 encoding
  197. - FM Screen Capture Codec decoder
  198. - native Opus encoder
  199. - ScreenPressor decoder
  200. - incomplete ClearVideo decoder
  201. - Intel QSV video scaling and deinterlacing filters
  202. - Support MOV with multiple sample description tables
  203. - XPM decoder
  204. - Removed the legacy X11 screen grabber, use XCB instead
  205. - MPEG-7 Video Signature filter
  206. - Removed asyncts filter (use af_aresample instead)
  207. - Intel QSV-accelerated VP8 video decoding
  208. - VAAPI-accelerated deinterlacing
  209. version 3.2:
  210. - libopenmpt demuxer
  211. - tee protocol
  212. - Changed metadata print option to accept general urls
  213. - Alias muxer for Ogg Video (.ogv)
  214. - VP8 in Ogg muxing
  215. - curves filter doesn't automatically insert points at x=0 and x=1 anymore
  216. - 16-bit support in curves filter and selectivecolor filter
  217. - OpenH264 decoder wrapper
  218. - MediaCodec H.264/HEVC/MPEG-4/VP8/VP9 hwaccel
  219. - True Audio (TTA) muxer
  220. - crystalizer audio filter
  221. - acrusher audio filter
  222. - bitplanenoise video filter
  223. - floating point support in als decoder
  224. - fifo muxer
  225. - maskedclamp filter
  226. - hysteresis filter
  227. - lut2 filter
  228. - yuvtestsrc filter
  229. - CUDA CUVID H.263/VP8/VP9/10 bit HEVC (Dithered) Decoding
  230. - vaguedenoiser filter
  231. - added threads option per filter instance
  232. - weave filter
  233. - gblur filter
  234. - avgblur filter
  235. - sobel and prewitt filter
  236. - MediaCodec HEVC/MPEG-4/VP8/VP9 decoding
  237. - Meridian Lossless Packing (MLP) / TrueHD encoder
  238. - Non-Local Means (nlmeans) denoising filter
  239. - sdl2 output device and ffplay support
  240. - sdl1 output device and sdl1 support removed
  241. - extended mov edit list support
  242. - libfaac encoder removed
  243. - Matroska muxer now writes CRC32 elements by default in all Level 1 elements
  244. - sidedata video and asidedata audio filter
  245. - Changed mapping of rtp MIME type G726 to codec g726le.
  246. - spec compliant VAAPI/DXVA2 VC-1 decoding of slices in frame-coded images
  247. version 3.1:
  248. - DXVA2-accelerated HEVC Main10 decoding
  249. - fieldhint filter
  250. - loop video filter and aloop audio filter
  251. - Bob Weaver deinterlacing filter
  252. - firequalizer filter
  253. - datascope filter
  254. - bench and abench filters
  255. - ciescope filter
  256. - protocol blacklisting API
  257. - MediaCodec H264 decoding
  258. - VC-2 HQ RTP payload format (draft v1) depacketizer and packetizer
  259. - VP9 RTP payload format (draft v2) packetizer
  260. - AudioToolbox audio decoders
  261. - AudioToolbox audio encoders
  262. - coreimage filter (GPU based image filtering on OSX)
  263. - libdcadec removed
  264. - bitstream filter for extracting DTS core
  265. - ADPCM IMA DAT4 decoder
  266. - musx demuxer
  267. - aix demuxer
  268. - remap filter
  269. - hash and framehash muxers
  270. - colorspace filter
  271. - hdcd filter
  272. - readvitc filter
  273. - VAAPI-accelerated format conversion and scaling
  274. - libnpp/CUDA-accelerated format conversion and scaling
  275. - Duck TrueMotion 2.0 Real Time decoder
  276. - Wideband Single-bit Data (WSD) demuxer
  277. - VAAPI-accelerated H.264/HEVC/MJPEG encoding
  278. - DTS Express (LBR) decoder
  279. - Generic OpenMAX IL encoder with support for Raspberry Pi
  280. - IFF ANIM demuxer & decoder
  281. - Direct Stream Transfer (DST) decoder
  282. - loudnorm filter
  283. - MTAF demuxer and decoder
  284. - MagicYUV decoder
  285. - OpenExr improvements (tile data and B44/B44A support)
  286. - BitJazz SheerVideo decoder
  287. - CUDA CUVID H264/HEVC decoder
  288. - 10-bit depth support in native utvideo decoder
  289. - libutvideo wrapper removed
  290. - YUY2 Lossless Codec decoder
  291. - VideoToolbox H.264 encoder
  292. version 3.0:
  293. - Common Encryption (CENC) MP4 encoding and decoding support
  294. - DXV decoding
  295. - extrastereo filter
  296. - ocr filter
  297. - alimiter filter
  298. - stereowiden filter
  299. - stereotools filter
  300. - rubberband filter
  301. - tremolo filter
  302. - agate filter
  303. - chromakey filter
  304. - maskedmerge filter
  305. - Screenpresso SPV1 decoding
  306. - chromaprint fingerprinting muxer
  307. - ffplay dynamic volume control
  308. - displace filter
  309. - selectivecolor filter
  310. - extensive native AAC encoder improvements and removal of experimental flag
  311. - ADPCM PSX decoder
  312. - 3dostr, dcstr, fsb, genh, vag, xvag, ads, msf, svag & vpk demuxer
  313. - zscale filter
  314. - wve demuxer
  315. - zero-copy Intel QSV transcoding in ffmpeg
  316. - shuffleframes filter
  317. - SDX2 DPCM decoder
  318. - vibrato filter
  319. - innoHeim/Rsupport Screen Capture Codec decoder
  320. - ADPCM AICA decoder
  321. - Interplay ACM demuxer and audio decoder
  322. - XMA1 & XMA2 decoder
  323. - realtime filter
  324. - anoisesrc audio filter source
  325. - IVR demuxer
  326. - compensationdelay filter
  327. - acompressor filter
  328. - support encoding 16-bit RLE SGI images
  329. - apulsator filter
  330. - sidechaingate audio filter
  331. - mipsdspr1 option has been renamed to mipsdsp
  332. - aemphasis filter
  333. - mips32r5 option has been removed
  334. - mips64r6 option has been removed
  335. - DXVA2-accelerated VP9 decoding
  336. - SOFAlizer: virtual binaural acoustics filter
  337. - VAAPI VP9 hwaccel
  338. - audio high-order multiband parametric equalizer
  339. - automatic bitstream filtering
  340. - showspectrumpic filter
  341. - libstagefright support removed
  342. - spectrumsynth filter
  343. - ahistogram filter
  344. - only seek with the right mouse button in ffplay
  345. - toggle full screen when double-clicking with the left mouse button in ffplay
  346. - afftfilt filter
  347. - convolution filter
  348. - libquvi support removed
  349. - support for dvaudio in wav and avi
  350. - libaacplus and libvo-aacenc support removed
  351. - Cineform HD decoder
  352. - new DCA decoder with full support for DTS-HD extensions
  353. - significant performance improvements in Windows Television (WTV) demuxer
  354. - nnedi deinterlacer
  355. - streamselect video and astreamselect audio filter
  356. - swaprect filter
  357. - metadata video and ametadata audio filter
  358. - SMPTE VC-2 HQ profile support for the Dirac decoder
  359. - SMPTE VC-2 native encoder supporting the HQ profile
  360. version 2.8:
  361. - colorkey video filter
  362. - BFSTM/BCSTM demuxer
  363. - little-endian ADPCM_THP decoder
  364. - Hap decoder and encoder
  365. - DirectDraw Surface image/texture decoder
  366. - ssim filter
  367. - optional new ASF demuxer
  368. - showvolume filter
  369. - Many improvements to the JPEG 2000 decoder
  370. - Go2Meeting decoding support
  371. - adrawgraph audio and drawgraph video filter
  372. - removegrain video filter
  373. - Intel QSV-accelerated MPEG-2 video and HEVC encoding
  374. - Intel QSV-accelerated MPEG-2 video and HEVC decoding
  375. - Intel QSV-accelerated VC-1 video decoding
  376. - libkvazaar HEVC encoder
  377. - erosion, dilation, deflate and inflate video filters
  378. - Dynamic Audio Normalizer as dynaudnorm filter
  379. - Reverse video and areverse audio filter
  380. - Random filter
  381. - deband filter
  382. - AAC fixed-point decoding
  383. - sidechaincompress audio filter
  384. - bitstream filter for converting HEVC from MP4 to Annex B
  385. - acrossfade audio filter
  386. - allyuv and allrgb video sources
  387. - atadenoise video filter
  388. - OS X VideoToolbox support
  389. - aphasemeter filter
  390. - showfreqs filter
  391. - vectorscope filter
  392. - waveform filter
  393. - hstack and vstack filter
  394. - Support DNx100 (1440x1080@8)
  395. - VAAPI hevc hwaccel
  396. - VDPAU hevc hwaccel
  397. - framerate filter
  398. - Switched default encoders for webm to VP9 and Opus
  399. - Removed experimental flag from the JPEG 2000 encoder
  400. version 2.7:
  401. - FFT video filter
  402. - TDSC decoder
  403. - DTS lossless extension (XLL) decoding (not lossless, disabled by default)
  404. - showwavespic filter
  405. - DTS decoding through libdcadec
  406. - Drop support for nvenc API before 5.0
  407. - nvenc HEVC encoder
  408. - Detelecine filter
  409. - Intel QSV-accelerated H.264 encoding
  410. - MMAL-accelerated H.264 decoding
  411. - basic APNG encoder and muxer with default extension "apng"
  412. - unpack DivX-style packed B-frames in MPEG-4 bitstream filter
  413. - WebM Live Chunk Muxer
  414. - nvenc level and tier options
  415. - chorus filter
  416. - Canopus HQ/HQA decoder
  417. - Automatically rotate videos based on metadata in ffmpeg
  418. - improved Quickdraw compatibility
  419. - VP9 high bit-depth and extended colorspaces decoding support
  420. - WebPAnimEncoder API when available for encoding and muxing WebP
  421. - Direct3D11-accelerated decoding
  422. - Support Secure Transport
  423. - Multipart JPEG demuxer
  424. version 2.6:
  425. - nvenc encoder
  426. - 10bit spp filter
  427. - colorlevels filter
  428. - RIFX format for *.wav files
  429. - RTP/mpegts muxer
  430. - non continuous cache protocol support
  431. - tblend filter
  432. - cropdetect support for non 8bpp, absolute (if limit >= 1) and relative (if limit < 1.0) threshold
  433. - Camellia symmetric block cipher
  434. - OpenH264 encoder wrapper
  435. - VOC seeking support
  436. - Closed caption Decoder
  437. - fspp, uspp, pp7 MPlayer postprocessing filters ported to native filters
  438. - showpalette filter
  439. - Twofish symmetric block cipher
  440. - Support DNx100 (960x720@8)
  441. - eq2 filter ported from libmpcodecs as eq filter
  442. - removed libmpcodecs
  443. - Changed default DNxHD colour range in QuickTime .mov derivatives to mpeg range
  444. - ported softpulldown filter from libmpcodecs as repeatfields filter
  445. - dcshift filter
  446. - RTP depacketizer for loss tolerant payload format for MP3 audio (RFC 5219)
  447. - RTP depacketizer for AC3 payload format (RFC 4184)
  448. - palettegen and paletteuse filters
  449. - VP9 RTP payload format (draft 0) experimental depacketizer
  450. - RTP depacketizer for DV (RFC 6469)
  451. - DXVA2-accelerated HEVC decoding
  452. - AAC ELD 480 decoding
  453. - Intel QSV-accelerated H.264 decoding
  454. - DSS SP decoder and DSS demuxer
  455. - Fix stsd atom corruption in DNxHD QuickTimes
  456. - Canopus HQX decoder
  457. - RTP depacketization of T.140 text (RFC 4103)
  458. - Port MIPS optimizations to 64-bit
  459. version 2.5:
  460. - HEVC/H.265 RTP payload format (draft v6) packetizer
  461. - SUP/PGS subtitle demuxer
  462. - ffprobe -show_pixel_formats option
  463. - CAST128 symmetric block cipher, ECB mode
  464. - STL subtitle demuxer and decoder
  465. - libutvideo YUV 4:2:2 10bit support
  466. - XCB-based screen-grabber
  467. - UDP-Lite support (RFC 3828)
  468. - xBR scaling filter
  469. - AVFoundation screen capturing support
  470. - ffserver supports codec private options
  471. - creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
  472. - WebP muxer with animated WebP support
  473. - zygoaudio decoding support
  474. - APNG demuxer
  475. - postproc visualization support
  476. version 2.4:
  477. - Icecast protocol
  478. - ported lenscorrection filter from frei0r filter
  479. - large optimizations in dctdnoiz to make it usable
  480. - ICY metadata are now requested by default with the HTTP protocol
  481. - support for using metadata in stream specifiers in fftools
  482. - LZMA compression support in TIFF decoder
  483. - H.261 RTP payload format (RFC 4587) depacketizer and experimental packetizer
  484. - HEVC/H.265 RTP payload format (draft v6) depacketizer
  485. - added codecview filter to visualize information exported by some codecs
  486. - Matroska 3D support thorugh side data
  487. - HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
  488. - silenceremove filter
  489. version 2.3:
  490. - AC3 fixed-point decoding
  491. - shuffleplanes filter
  492. - subfile protocol
  493. - Phantom Cine demuxer
  494. - replaygain data export
  495. - VP7 video decoder
  496. - Alias PIX image encoder and decoder
  497. - Improvements to the BRender PIX image decoder
  498. - Improvements to the XBM decoder
  499. - QTKit input device
  500. - improvements to OpenEXR image decoder
  501. - support decoding 16-bit RLE SGI images
  502. - GDI screen grabbing for Windows
  503. - alternative rendition support for HTTP Live Streaming
  504. - AVFoundation input device
  505. - Direct Stream Digital (DSD) decoder
  506. - Magic Lantern Video (MLV) demuxer
  507. - On2 AVC (Audio for Video) decoder
  508. - support for decoding through DXVA2 in ffmpeg
  509. - libbs2b-based stereo-to-binaural audio filter
  510. - libx264 reference frames count limiting depending on level
  511. - native Opus decoder
  512. - display matrix export and rotation API
  513. - WebVTT encoder
  514. - showcqt multimedia filter
  515. - zoompan filter
  516. - signalstats filter
  517. - hqx filter (hq2x, hq3x, hq4x)
  518. - flanger filter
  519. - Image format auto-detection
  520. - LRC demuxer and muxer
  521. - Samba protocol (via libsmbclient)
  522. - WebM DASH Manifest muxer
  523. - libfribidi support in drawtext
  524. version 2.2:
  525. - HNM version 4 demuxer and video decoder
  526. - Live HDS muxer
  527. - setsar/setdar filters now support variables in ratio expressions
  528. - elbg filter
  529. - string validation in ffprobe
  530. - support for decoding through VDPAU in ffmpeg (the -hwaccel option)
  531. - complete Voxware MetaSound decoder
  532. - remove mp3_header_compress bitstream filter
  533. - Windows resource files for shared libraries
  534. - aeval filter
  535. - stereoscopic 3d metadata handling
  536. - WebP encoding via libwebp
  537. - ATRAC3+ decoder
  538. - VP8 in Ogg demuxing
  539. - side & metadata support in NUT
  540. - framepack filter
  541. - XYZ12 rawvideo support in NUT
  542. - Exif metadata support in WebP decoder
  543. - OpenGL device
  544. - Use metadata_header_padding to control padding in ID3 tags (currently used in
  545. MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
  546. - Mirillis FIC video decoder
  547. - Support DNx444
  548. - libx265 encoder
  549. - dejudder filter
  550. - Autodetect VDA like all other hardware accelerations
  551. - aliases and defaults for Ogg subtypes (opus, spx)
  552. version 2.1:
  553. - aecho filter
  554. - perspective filter ported from libmpcodecs
  555. - ffprobe -show_programs option
  556. - compand filter
  557. - RTMP seek support
  558. - when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
  559. even when used as an input option. Previous behavior can be restored with
  560. the -noaccurate_seek option.
  561. - ffmpeg -t option can now be used for inputs, to limit the duration of
  562. data read from an input file
  563. - incomplete Voxware MetaSound decoder
  564. - read EXIF metadata from JPEG
  565. - DVB teletext decoder
  566. - phase filter ported from libmpcodecs
  567. - w3fdif filter
  568. - Opus support in Matroska
  569. - FFV1 version 1.3 is stable and no longer experimental
  570. - FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
  571. - changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
  572. more consistent with other muxers.
  573. - adelay filter
  574. - pullup filter ported from libmpcodecs
  575. - ffprobe -read_intervals option
  576. - Lossless and alpha support for WebP decoder
  577. - Error Resilient AAC syntax (ER AAC LC) decoding
  578. - Low Delay AAC (ER AAC LD) decoding
  579. - mux chapters in ASF files
  580. - SFTP protocol (via libssh)
  581. - libx264: add ability to encode in YUVJ422P and YUVJ444P
  582. - Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
  583. - make decoding alpha optional for prores, ffv1 and vp6 by setting
  584. the skip_alpha flag.
  585. - ladspa wrapper filter
  586. - native VP9 decoder
  587. - dpx parser
  588. - max_error_rate parameter in ffmpeg
  589. - PulseAudio output device
  590. - ReplayGain scanner
  591. - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
  592. - Linux framebuffer output device
  593. - HEVC decoder
  594. - raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
  595. - mergeplanes filter
  596. version 2.0:
  597. - curves filter
  598. - reference-counting for AVFrame and AVPacket data
  599. - ffmpeg now fails when input options are used for output file
  600. or vice versa
  601. - support for Monkey's Audio versions from 3.93
  602. - perms and aperms filters
  603. - audio filtering support in ffplay
  604. - 10% faster aac encoding on x86 and MIPS
  605. - sine audio filter source
  606. - WebP demuxing and decoding support
  607. - ffmpeg options -filter_script and -filter_complex_script, which allow a
  608. filtergraph description to be read from a file
  609. - OpenCL support
  610. - audio phaser filter
  611. - separatefields filter
  612. - libquvi demuxer
  613. - uniform options syntax across all filters
  614. - telecine filter
  615. - interlace filter
  616. - smptehdbars source
  617. - inverse telecine filters (fieldmatch and decimate)
  618. - colorbalance filter
  619. - colorchannelmixer filter
  620. - The matroska demuxer can now output proper verbatim ASS packets. It will
  621. become the default at the next libavformat major bump.
  622. - decent native animated GIF encoding
  623. - asetrate filter
  624. - interleave filter
  625. - timeline editing with filters
  626. - vidstabdetect and vidstabtransform filters for video stabilization using
  627. the vid.stab library
  628. - astats filter
  629. - trim and atrim filters
  630. - ffmpeg -t and -ss (output-only) options are now sample-accurate when
  631. transcoding audio
  632. - Matroska muxer can now put the index at the beginning of the file.
  633. - extractplanes filter
  634. - avectorscope filter
  635. - ADPCM DTK decoder
  636. - ADP demuxer
  637. - RSD demuxer
  638. - RedSpark demuxer
  639. - ADPCM IMA Radical decoder
  640. - zmq filters
  641. - DCT denoiser filter (dctdnoiz)
  642. - Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
  643. - Apple Intermediate Codec decoder
  644. - Escape 130 video decoder
  645. - FTP protocol support
  646. - V4L2 output device
  647. - 3D LUT filter (lut3d)
  648. - SMPTE 302M audio encoder
  649. - support for slice multithreading in libavfilter
  650. - Hald CLUT support (generation and filtering)
  651. - VC-1 interlaced B-frame support
  652. - support for WavPack muxing (raw and in Matroska)
  653. - XVideo output device
  654. - vignette filter
  655. - True Audio (TTA) encoder
  656. - Go2Webinar decoder
  657. - mcdeint filter ported from libmpcodecs
  658. - sab filter ported from libmpcodecs
  659. - ffprobe -show_chapters option
  660. - WavPack encoding through libwavpack
  661. - rotate filter
  662. - spp filter ported from libmpcodecs
  663. - libgme support
  664. - psnr filter
  665. version 1.2:
  666. - VDPAU hardware acceleration through normal hwaccel
  667. - SRTP support
  668. - Error diffusion dither in Swscale
  669. - Chained Ogg support
  670. - Theora Midstream reconfiguration support
  671. - EVRC decoder
  672. - audio fade filter
  673. - filtering audio with unknown channel layout
  674. - allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  675. and treble audio filter
  676. - improved showspectrum filter, with multichannel support and sox-like colors
  677. - histogram filter
  678. - tee muxer
  679. - il filter ported from libmpcodecs
  680. - support ID3v2 tags in ASF files
  681. - encrypted TTA stream decoding support
  682. - RF64 support in WAV muxer
  683. - noise filter ported from libmpcodecs
  684. - Subtitles character encoding conversion
  685. - blend filter
  686. - stereo3d filter ported from libmpcodecs
  687. version 1.1:
  688. - stream disposition information printing in ffprobe
  689. - filter for loudness analysis following EBU R128
  690. - Opus encoder using libopus
  691. - ffprobe -select_streams option
  692. - Pinnacle TARGA CineWave YUV16 decoder
  693. - TAK demuxer, decoder and parser
  694. - DTS-HD demuxer
  695. - remove -same_quant, it hasn't worked for years
  696. - FFM2 support
  697. - X-Face image encoder and decoder
  698. - 24-bit FLAC encoding
  699. - multi-channel ALAC encoding up to 7.1
  700. - metadata (INFO tag) support in WAV muxer
  701. - subtitles raw text decoder
  702. - support for building DLLs using MSVC
  703. - LVF demuxer
  704. - ffescape tool
  705. - metadata (info chunk) support in CAF muxer
  706. - field filter ported from libmpcodecs
  707. - AVR demuxer
  708. - geq filter ported from libmpcodecs
  709. - remove ffserver daemon mode
  710. - AST muxer/demuxer
  711. - new expansion syntax for drawtext
  712. - BRender PIX image decoder
  713. - ffprobe -show_entries option
  714. - ffprobe -sections option
  715. - ADPCM IMA Dialogic decoder
  716. - BRSTM demuxer
  717. - animated GIF decoder and demuxer
  718. - PVF demuxer
  719. - subtitles filter
  720. - IRCAM muxer/demuxer
  721. - Paris Audio File demuxer
  722. - Virtual concatenation demuxer
  723. - VobSub demuxer
  724. - JSON captions for TED talks decoding support
  725. - SOX Resampler support in libswresample
  726. - aselect filter
  727. - SGI RLE 8-bit / Silicon Graphics RLE 8-bit video decoder
  728. - Silicon Graphics Motion Video Compressor 1 & 2 decoder
  729. - Silicon Graphics Movie demuxer
  730. - apad filter
  731. - Resolution & pixel format change support with multithreading for H.264
  732. - documentation split into per-component manuals
  733. - pp (postproc) filter ported from MPlayer
  734. - NIST Sphere demuxer
  735. - MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
  736. - Sony Wave64 muxer
  737. - adobe and limelight publisher authentication in RTMP
  738. - data: URI scheme
  739. - support building on the Plan 9 operating system
  740. - kerndeint filter ported from MPlayer
  741. - histeq filter ported from VirtualDub
  742. - Megalux Frame demuxer
  743. - 012v decoder
  744. - Improved AVC Intra decoding support
  745. version 1.0:
  746. - INI and flat output in ffprobe
  747. - Scene detection in libavfilter
  748. - Indeo Audio decoder
  749. - channelsplit audio filter
  750. - setnsamples audio filter
  751. - atempo filter
  752. - ffprobe -show_data option
  753. - RTMPT protocol support
  754. - iLBC encoding/decoding via libilbc
  755. - Microsoft Screen 1 decoder
  756. - join audio filter
  757. - audio channel mapping filter
  758. - Microsoft ATC Screen decoder
  759. - RTSP listen mode
  760. - TechSmith Screen Codec 2 decoder
  761. - AAC encoding via libfdk-aac
  762. - Microsoft Expression Encoder Screen decoder
  763. - RTMPS protocol support
  764. - RTMPTS protocol support
  765. - RTMPE protocol support
  766. - RTMPTE protocol support
  767. - showwaves and showspectrum filter
  768. - LucasArts SMUSH SANM playback support
  769. - LucasArts SMUSH VIMA audio decoder (ADPCM)
  770. - LucasArts SMUSH demuxer
  771. - SAMI, RealText and SubViewer demuxers and decoders
  772. - Heart Of Darkness PAF playback support
  773. - iec61883 device
  774. - asettb filter
  775. - new option: -progress
  776. - 3GPP Timed Text encoder/decoder
  777. - GeoTIFF decoder support
  778. - ffmpeg -(no)stdin option
  779. - Opus decoder using libopus
  780. - caca output device using libcaca
  781. - alphaextract and alphamerge filters
  782. - concat filter
  783. - flite filter
  784. - Canopus Lossless Codec decoder
  785. - bitmap subtitles in filters (experimental and temporary)
  786. - MP2 encoding via TwoLAME
  787. - bmp parser
  788. - smptebars source
  789. - asetpts filter
  790. - hue filter
  791. - ICO muxer
  792. - SubRip encoder and decoder without embedded timing
  793. - edge detection filter
  794. - framestep filter
  795. - ffmpeg -shortest option is now per-output file
  796. -pass and -passlogfile are now per-output stream
  797. - volume measurement filter
  798. - Ut Video encoder
  799. - Microsoft Screen 2 decoder
  800. - smartblur filter ported from MPlayer
  801. - CPiA decoder
  802. - decimate filter ported from MPlayer
  803. - RTP depacketization of JPEG
  804. - Smooth Streaming live segmenter muxer
  805. - F4V muxer
  806. - sendcmd and asendcmd filters
  807. - WebVTT demuxer and decoder (simple tags supported)
  808. - RTP packetization of JPEG
  809. - faststart option in the MOV/MP4 muxer
  810. - support for building with MSVC
  811. version 0.11:
  812. - Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
  813. CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
  814. CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
  815. CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
  816. CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
  817. CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
  818. - v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
  819. - setfield filter
  820. - CDXL demuxer and decoder
  821. - Apple ProRes encoder
  822. - ffprobe -count_packets and -count_frames options
  823. - Sun Rasterfile Encoder
  824. - ID3v2 attached pictures reading and writing
  825. - WMA Lossless decoder
  826. - bluray protocol
  827. - blackdetect filter
  828. - libutvideo encoder wrapper (--enable-libutvideo)
  829. - swapuv filter
  830. - bbox filter
  831. - XBM encoder and decoder
  832. - RealAudio Lossless decoder
  833. - ZeroCodec decoder
  834. - tile video filter
  835. - Metal Gear Solid: The Twin Snakes demuxer
  836. - OpenEXR image decoder
  837. - removelogo filter
  838. - drop support for ffmpeg without libavfilter
  839. - drawtext video filter: fontconfig support
  840. - ffmpeg -benchmark_all option
  841. - super2xsai filter ported from libmpcodecs
  842. - add libavresample audio conversion library for compatibility
  843. - MicroDVD decoder
  844. - Avid Meridien (AVUI) encoder and decoder
  845. - accept + prefix to -pix_fmt option to disable automatic conversions.
  846. - complete audio filtering in libavfilter and ffmpeg
  847. - add fps filter
  848. - vorbis parser
  849. - png parser
  850. - audio mix filter
  851. - ffv1: support (draft) version 1.3
  852. version 0.10:
  853. - Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
  854. CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
  855. CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
  856. CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
  857. - v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
  858. - SBaGen (SBG) binaural beats script demuxer
  859. - OpenMG Audio muxer
  860. - Timecode extraction in DV and MOV
  861. - thumbnail video filter
  862. - XML output in ffprobe
  863. - asplit audio filter
  864. - tinterlace video filter
  865. - astreamsync audio filter
  866. - amerge audio filter
  867. - ISMV (Smooth Streaming) muxer
  868. - GSM audio parser
  869. - SMJPEG muxer
  870. - XWD encoder and decoder
  871. - Automatic thread count based on detection number of (available) CPU cores
  872. - y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
  873. - ffprobe -show_error option
  874. - Avid 1:1 10-bit RGB Packer codec
  875. - v308 Quicktime Uncompressed 4:4:4 encoder and decoder
  876. - yuv4 libquicktime packed 4:2:0 encoder and decoder
  877. - ffprobe -show_frames option
  878. - silencedetect audio filter
  879. - ffprobe -show_program_version, -show_library_versions, -show_versions options
  880. - rv34: frame-level multi-threading
  881. - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
  882. - Improved PGS subtitle decoder
  883. - dumpgraph option to lavfi device
  884. - r210 and r10k encoders
  885. - ffwavesynth decoder
  886. - aviocat tool
  887. - ffeval tool
  888. - support encoding and decoding 4-channel SGI images
  889. version 0.9:
  890. - openal input device added
  891. - boxblur filter added
  892. - BWF muxer
  893. - Flash Screen Video 2 decoder
  894. - lavfi input device added
  895. - added avconv, which is almost the same for now, except
  896. for a few incompatible changes in the options, which will hopefully make them
  897. easier to use. The changes are:
  898. * The options placement is now strictly enforced! While in theory the
  899. options for ffmpeg should be given in [input options] -i INPUT [output
  900. options] OUTPUT order, in practice it was possible to give output options
  901. before the -i and it mostly worked. Except when it didn't - the behavior was
  902. a bit inconsistent. In avconv, it is not possible to mix input and output
  903. options. All non-global options are reset after an input or output filename.
  904. * All per-file options are now truly per-file - they apply only to the next
  905. input or output file and specifying different values for different files
  906. will now work properly (notably -ss and -t options).
  907. * All per-stream options are now truly per-stream - it is possible to
  908. specify which stream(s) should a given option apply to. See the Stream
  909. specifiers section in the avconv manual for details.
  910. * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
  911. sense that they're specified after the output filename instead of before,
  912. like all other options. In avconv this irregularity is removed, all options
  913. apply to the next input or output file.
  914. * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
  915. irregular and highly confusing, they were also redundant. In avconv the -map
  916. option will create new streams in the output file and map input streams to
  917. them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
  918. each stream in the first input file.
  919. * The -map option now has slightly different and more powerful syntax:
  920. + Colons (':') are used to separate file index/stream type/stream index
  921. instead of dots. Comma (',') is used to separate the sync stream instead
  922. of colon.. This is done for consistency with other options.
  923. + It's possible to specify stream type. E.g. -map 0:a:2 creates an
  924. output stream from the third input audio stream.
  925. + Omitting the stream index now maps all the streams of the given type,
  926. not just the first. E.g. -map 0:s creates output streams for all the
  927. subtitle streams in the first input file.
  928. + Since -map can now match multiple streams, negative mappings were
  929. introduced. Negative mappings disable some streams from an already
  930. defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
  931. all the stream in the first input file, except for the second audio
  932. stream'.
  933. * There is a new option -c (or -codec) for choosing the decoder/encoder to
  934. use, which makes it possible to precisely specify target stream(s) consistently with
  935. other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
  936. libvorbis sets the codec for the first audio stream and -c copy copies all
  937. the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
  938. aliases to -c:v/a/s
  939. * It is now possible to precisely specify which stream should an AVOption
  940. apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
  941. -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
  942. syntax is deprecated and will stop working soon.
  943. * -map_chapters now takes only an input file index and applies to the next
  944. output file. This is consistent with how all the other options work.
  945. * -map_metadata now takes only an input metadata specifier and applies to
  946. the next output file. Output metadata specifier is now part of the option
  947. name, similarly to the AVOptions/map/codec feature above.
  948. * -metadata can now be used to set metadata on streams and chapters, e.g.
  949. -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
  950. This made -vlang/-alang/-slang options redundant, so they were removed.
  951. * -qscale option now uses stream specifiers and applies to all streams, not
  952. just video. I.e. plain -qscale number would now apply to all streams. To get
  953. the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
  954. and -aq is now an alias for -q:a.
  955. * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
  956. uses stream specifiers. Use -bsf:v/a/s instead of the old options.
  957. * -itsscale option now uses stream specifiers, so its argument is only the
  958. scale parameter.
  959. * -intra option was removed, use -g 0 for the same effect.
  960. * -psnr option was removed, use -flags +psnr for the same effect.
  961. * -vf option is now an alias to the new -filter option, which uses stream specifiers.
  962. * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
  963. * -vtag/-atag/-stag options are now aliases to the new -tag option.
  964. - XMV demuxer
  965. - LOAS demuxer
  966. - ashowinfo filter added
  967. - Windows Media Image decoder
  968. - amovie source added
  969. - LATM muxer/demuxer
  970. - Speex encoder via libspeex
  971. - JSON output in ffprobe
  972. - WTV muxer
  973. - Optional C++ Support (needed for libstagefright)
  974. - H.264 Decoding on Android via Stagefright
  975. - Prores decoder
  976. - BIN/XBIN/ADF/IDF text file decoder
  977. - aconvert audio filter added
  978. - audio support to lavfi input device added
  979. - libcdio-paranoia input device for audio CD grabbing
  980. - Apple ProRes decoder
  981. - CELT in Ogg demuxing
  982. - G.723.1 demuxer and decoder
  983. - libmodplug support (--enable-libmodplug)
  984. - VC-1 interlaced decoding
  985. - libutvideo wrapper (--enable-libutvideo)
  986. - aevalsrc audio source added
  987. - Ut Video decoder
  988. - Speex encoding via libspeex
  989. - 4:2:2 H.264 decoding support
  990. - 4:2:2 and 4:4:4 H.264 encoding with libx264
  991. - Pulseaudio input device
  992. - Prores encoder
  993. - Video Decoder Acceleration (VDA) HWAccel module.
  994. - replacement Indeo 3 decoder
  995. - new ffmpeg option: -map_channel
  996. - volume audio filter added
  997. - earwax audio filter added
  998. - libv4l2 support (--enable-libv4l2)
  999. - TLS/SSL and HTTPS protocol support
  1000. - AVOptions API rewritten and documented
  1001. - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  1002. AVCodecContext deprecated. Codec private options should be used instead.
  1003. - Properly working defaults in libx264 wrapper, support for native presets.
  1004. - Encrypted OMA files support
  1005. - Discworld II BMV decoding support
  1006. - VBLE Decoder
  1007. - OS X Video Decoder Acceleration (VDA) support
  1008. - compact and csv output in ffprobe
  1009. - pan audio filter
  1010. - IFF Amiga Continuous Bitmap (ACBM) decoder
  1011. - ass filter
  1012. - CRI ADX audio format muxer and demuxer
  1013. - Playstation Portable PMP format demuxer
  1014. - Microsoft Windows ICO demuxer
  1015. - life source
  1016. - PCM format support in OMA demuxer
  1017. - CLJR encoder
  1018. - new option: -report
  1019. - Dxtory capture format decoder
  1020. - cellauto source
  1021. - Simple segmenting muxer
  1022. - Indeo 4 decoder
  1023. - SMJPEG demuxer
  1024. version 0.8:
  1025. - many many things we forgot because we rather write code than changelogs
  1026. - WebM support in Matroska de/muxer
  1027. - low overhead Ogg muxing
  1028. - MMS-TCP support
  1029. - VP8 de/encoding via libvpx
  1030. - Demuxer for On2's IVF format
  1031. - Pictor/PC Paint decoder
  1032. - HE-AAC v2 decoder
  1033. - HE-AAC v2 encoding with libaacplus
  1034. - libfaad2 wrapper removed
  1035. - DTS-ES extension (XCh) decoding support
  1036. - native VP8 decoder
  1037. - RTSP tunneling over HTTP
  1038. - RTP depacketization of SVQ3
  1039. - -strict inofficial replaced by -strict unofficial
  1040. - ffplay -exitonkeydown and -exitonmousedown options added
  1041. - native GSM / GSM MS decoder
  1042. - RTP depacketization of QDM2
  1043. - ANSI/ASCII art playback system
  1044. - Lego Mindstorms RSO de/muxer
  1045. - libavcore added (and subsequently removed)
  1046. - SubRip subtitle file muxer and demuxer
  1047. - Chinese AVS encoding via libxavs
  1048. - ffprobe -show_packets option added
  1049. - RTP packetization of Theora and Vorbis
  1050. - RTP depacketization of MP4A-LATM
  1051. - RTP packetization and depacketization of VP8
  1052. - hflip filter
  1053. - Apple HTTP Live Streaming demuxer
  1054. - a64 codec
  1055. - MMS-HTTP support
  1056. - G.722 ADPCM audio encoder/decoder
  1057. - R10k video decoder
  1058. - ocv_smooth filter
  1059. - frei0r wrapper filter
  1060. - change crop filter syntax to width:height:x:y
  1061. - make the crop filter accept parametric expressions
  1062. - make ffprobe accept AVFormatContext options
  1063. - yadif filter
  1064. - blackframe filter
  1065. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  1066. - RTP depacketization of the X-QT QuickTime format
  1067. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  1068. - cropdetect filter
  1069. - ffmpeg -crop* options removed
  1070. - transpose filter added
  1071. - ffmpeg -force_key_frames option added
  1072. - demuxer for receiving raw rtp:// URLs without an SDP description
  1073. - single stream LATM/LOAS decoder
  1074. - setpts filter added
  1075. - Win64 support for optimized x86 assembly functions
  1076. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  1077. - ASS subtitle encoder and decoder
  1078. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  1079. - overlay filter added
  1080. - rename aspect filter to setdar, and pixelaspect to setsar
  1081. - IEC 61937 demuxer
  1082. - Mobotix .mxg demuxer
  1083. - frei0r source added
  1084. - hqdn3d filter added
  1085. - RTP depacketization of QCELP
  1086. - FLAC parser added
  1087. - gradfun filter added
  1088. - AMR-WB decoder
  1089. - replace the ocv_smooth filter with a more generic ocv filter
  1090. - Windows Televison (WTV) demuxer
  1091. - FFmpeg metadata format muxer and demuxer
  1092. - SubRip (srt) subtitle encoder and decoder
  1093. - floating-point AC-3 encoder added
  1094. - Lagarith decoder
  1095. - ffmpeg -copytb option added
  1096. - IVF muxer added
  1097. - Wing Commander IV movies decoder added
  1098. - movie source added
  1099. - Bink version 'b' audio and video decoder
  1100. - Bitmap Brothers JV playback system
  1101. - Apple HTTP Live Streaming protocol handler
  1102. - sndio support for playback and record
  1103. - Linux framebuffer input device added
  1104. - Chronomaster DFA decoder
  1105. - DPX image encoder
  1106. - MicroDVD subtitle file muxer and demuxer
  1107. - Playstation Portable PMP format demuxer
  1108. - fieldorder video filter added
  1109. - AAC encoding via libvo-aacenc
  1110. - AMR-WB encoding via libvo-amrwbenc
  1111. - xWMA demuxer
  1112. - Mobotix MxPEG decoder
  1113. - VP8 frame-multithreading
  1114. - NEON optimizations for VP8
  1115. - Lots of deprecated API cruft removed
  1116. - fft and imdct optimizations for AVX (Sandy Bridge) processors
  1117. - showinfo filter added
  1118. - SMPTE 302M AES3 audio decoder
  1119. - Apple Core Audio Format muxer
  1120. - 9 bits and 10 bits per sample support in the H.264 decoder
  1121. - 9 bits and 10 bits FFV1 encoding / decoding
  1122. - split filter added
  1123. - select filter added
  1124. - sdl output device added
  1125. - libmpcodecs video filter support (3 times as many filters than before)
  1126. - mpeg2 aspect ratio dection fixed
  1127. - libxvid aspect pickiness fixed
  1128. - Frame multithreaded decoding
  1129. - E-AC-3 audio encoder
  1130. - ac3enc: add channel coupling support
  1131. - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
  1132. - H264/MPEG frame-level multi-threading
  1133. - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
  1134. - 4:4:4 H.264 decoding support
  1135. - 10-bit H.264 optimizations for x86
  1136. - lut, lutrgb, and lutyuv filters added
  1137. - buffersink libavfilter sink added
  1138. - Bump libswscale for recently reported ABI break
  1139. - New J2K encoder (via OpenJPEG)
  1140. version 0.7:
  1141. - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
  1142. version 0.6:
  1143. - PB-frame decoding for H.263
  1144. - deprecated vhook subsystem removed
  1145. - deprecated old scaler removed
  1146. - VQF demuxer
  1147. - Alpha channel scaler
  1148. - PCX encoder
  1149. - RTP packetization of H.263
  1150. - RTP packetization of AMR
  1151. - RTP depacketization of Vorbis
  1152. - CorePNG decoding support
  1153. - Cook multichannel decoding support
  1154. - introduced avlanguage helpers in libavformat
  1155. - 8088flex TMV demuxer and decoder
  1156. - per-stream language-tags extraction in asfdec
  1157. - V210 decoder and encoder
  1158. - remaining GPL parts in AC-3 decoder converted to LGPL
  1159. - QCP demuxer
  1160. - SoX native format muxer and demuxer
  1161. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  1162. - DPX image decoder
  1163. - Electronic Arts Madcow decoder
  1164. - DivX (XSUB) subtitle encoder
  1165. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  1166. - experimental AAC encoder
  1167. - RTP depacketization of ASF and RTSP from WMS servers
  1168. - RTMP support in libavformat
  1169. - noX handling for OPT_BOOL X options
  1170. - Wave64 demuxer
  1171. - IEC-61937 compatible Muxer
  1172. - TwinVQ decoder
  1173. - Bluray (PGS) subtitle decoder
  1174. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  1175. - WMA Pro decoder
  1176. - Core Audio Format demuxer
  1177. - ATRAC1 decoder
  1178. - MD STUDIO audio demuxer
  1179. - RF64 support in WAV demuxer
  1180. - MPEG-4 Audio Lossless Coding (ALS) decoder
  1181. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  1182. - IV8 demuxer
  1183. - CDG demuxer and decoder
  1184. - R210 decoder
  1185. - Auravision Aura 1 and 2 decoders
  1186. - Deluxe Paint Animation playback system
  1187. - SIPR decoder
  1188. - Adobe Filmstrip muxer and demuxer
  1189. - RTP depacketization of H.263
  1190. - Bink demuxer and audio/video decoders
  1191. - enable symbol versioning by default for linkers that support it
  1192. - IFF PBM/ILBM bitmap decoder
  1193. - concat protocol
  1194. - Indeo 5 decoder
  1195. - RTP depacketization of AMR
  1196. - WMA Voice decoder
  1197. - ffprobe tool
  1198. - AMR-NB decoder
  1199. - RTSP muxer
  1200. - HE-AAC v1 decoder
  1201. - Kega Game Video (KGV1) decoder
  1202. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  1203. - RTP depacketization of Theora
  1204. - HTTP Digest authentication
  1205. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  1206. - Psygnosis YOP demuxer and video decoder
  1207. - spectral extension support in the E-AC-3 decoder
  1208. - unsharp video filter
  1209. - RTP hinting in the mov/3gp/mp4 muxer
  1210. - Dirac in Ogg demuxing
  1211. - seek to keyframes in Ogg
  1212. - 4:2:2 and 4:4:4 Theora decoding
  1213. - 35% faster VP3/Theora decoding
  1214. - faster AAC decoding
  1215. - faster H.264 decoding
  1216. - RealAudio 1.0 (14.4K) encoder
  1217. version 0.5:
  1218. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  1219. - TechSmith Camtasia (TSCC) video decoder
  1220. - IBM Ultimotion (ULTI) video decoder
  1221. - Sierra Online audio file demuxer and decoder
  1222. - Apple QuickDraw (qdrw) video decoder
  1223. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  1224. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  1225. - Miro VideoXL (VIXL) video decoder
  1226. - H.261 video encoder
  1227. - QPEG video decoder
  1228. - Nullsoft Video (NSV) file demuxer
  1229. - Shorten audio decoder
  1230. - LOCO video decoder
  1231. - Apple Lossless Audio Codec (ALAC) decoder
  1232. - Winnov WNV1 video decoder
  1233. - Autodesk Animator Studio Codec (AASC) decoder
  1234. - Indeo 2 video decoder
  1235. - Fraps FPS1 video decoder
  1236. - Snow video encoder/decoder
  1237. - Sonic audio encoder/decoder
  1238. - Vorbis audio decoder
  1239. - Macromedia ADPCM decoder
  1240. - Duck TrueMotion 2 video decoder
  1241. - support for decoding FLX and DTA extensions in FLIC files
  1242. - H.264 custom quantization matrices support
  1243. - ffserver fixed, it should now be usable again
  1244. - QDM2 audio decoder
  1245. - Real Cooker audio decoder
  1246. - TrueSpeech audio decoder
  1247. - WMA2 audio decoder fixed, now all files should play correctly
  1248. - RealAudio 14.4 and 28.8 decoders fixed
  1249. - JPEG-LS decoder
  1250. - build system improvements
  1251. - tabs and trailing whitespace removed from the codebase
  1252. - CamStudio video decoder
  1253. - AIFF/AIFF-C audio format, encoding and decoding
  1254. - ADTS AAC file reading and writing
  1255. - Creative VOC file reading and writing
  1256. - American Laser Games multimedia (*.mm) playback system
  1257. - Zip Motion Blocks Video decoder
  1258. - improved Theora/VP3 decoder
  1259. - True Audio (TTA) decoder
  1260. - AVS demuxer and video decoder
  1261. - JPEG-LS encoder
  1262. - Smacker demuxer and decoder
  1263. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  1264. - KMVC decoder
  1265. - MPEG-2 intra VLC support
  1266. - MPEG-2 4:2:2 encoder
  1267. - Flash Screen Video decoder
  1268. - GXF demuxer
  1269. - Chinese AVS decoder
  1270. - GXF muxer
  1271. - MXF demuxer
  1272. - VC-1/WMV3/WMV9 video decoder
  1273. - MacIntel support
  1274. - AviSynth support
  1275. - VMware video decoder
  1276. - VP5 video decoder
  1277. - VP6 video decoder
  1278. - WavPack lossless audio decoder
  1279. - Targa (.TGA) picture decoder
  1280. - Vorbis audio encoder
  1281. - Delphine Software .cin demuxer/audio and video decoder
  1282. - Tiertex .seq demuxer/video decoder
  1283. - MTV demuxer
  1284. - TIFF picture encoder and decoder
  1285. - GIF picture decoder
  1286. - Intel Music Coder decoder
  1287. - Zip Motion Blocks Video encoder
  1288. - Musepack decoder
  1289. - Flash Screen Video encoder
  1290. - Theora encoding via libtheora
  1291. - BMP encoder
  1292. - WMA encoder
  1293. - GSM-MS encoder and decoder
  1294. - DCA decoder
  1295. - DXA demuxer and decoder
  1296. - DNxHD decoder
  1297. - Gamecube movie (.THP) playback system
  1298. - Blackfin optimizations
  1299. - Interplay C93 demuxer and video decoder
  1300. - Bethsoft VID demuxer and video decoder
  1301. - CRYO APC demuxer
  1302. - ATRAC3 decoder
  1303. - V.Flash PTX decoder
  1304. - RoQ muxer, RoQ audio encoder
  1305. - Renderware TXD demuxer and decoder
  1306. - extern C declarations for C++ removed from headers
  1307. - sws_flags command line option
  1308. - codebook generator
  1309. - RoQ video encoder
  1310. - QTRLE encoder
  1311. - OS/2 support removed and restored again
  1312. - AC-3 decoder
  1313. - NUT muxer
  1314. - additional SPARC (VIS) optimizations
  1315. - Matroska muxer
  1316. - slice-based parallel H.264 decoding
  1317. - Monkey's Audio demuxer and decoder
  1318. - AMV audio and video decoder
  1319. - DNxHD encoder
  1320. - H.264 PAFF decoding
  1321. - Nellymoser ASAO decoder
  1322. - Beam Software SIFF demuxer and decoder
  1323. - libvorbis Vorbis decoding removed in favor of native decoder
  1324. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  1325. - Ogg (Theora, Vorbis and FLAC) muxer
  1326. - The "device" muxers and demuxers are now in a new libavdevice library
  1327. - PC Paintbrush PCX decoder
  1328. - Sun Rasterfile decoder
  1329. - TechnoTrend PVA demuxer
  1330. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  1331. - AVM2 (Flash 9) SWF muxer
  1332. - QT variant of IMA ADPCM encoder
  1333. - VFW grabber
  1334. - iPod/iPhone compatible mp4 muxer
  1335. - Mimic decoder
  1336. - MSN TCP Webcam stream demuxer
  1337. - RL2 demuxer / decoder
  1338. - IFF demuxer
  1339. - 8SVX audio decoder
  1340. - non-recursive Makefiles
  1341. - BFI demuxer
  1342. - MAXIS EA XA (.xa) demuxer / decoder
  1343. - BFI video decoder
  1344. - OMA demuxer
  1345. - MLP/TrueHD decoder
  1346. - Electronic Arts CMV decoder
  1347. - Motion Pixels Video decoder
  1348. - Motion Pixels MVI demuxer
  1349. - removed animated GIF decoder/demuxer
  1350. - D-Cinema audio muxer
  1351. - Electronic Arts TGV decoder
  1352. - Apple Lossless Audio Codec (ALAC) encoder
  1353. - AAC decoder
  1354. - floating point PCM encoder/decoder
  1355. - MXF muxer
  1356. - DV100 AKA DVCPRO HD decoder and demuxer
  1357. - E-AC-3 support added to AC-3 decoder
  1358. - Nellymoser ASAO encoder
  1359. - ASS and SSA demuxer and muxer
  1360. - liba52 wrapper removed
  1361. - SVQ3 watermark decoding support
  1362. - Speex decoding via libspeex
  1363. - Electronic Arts TGQ decoder
  1364. - RV40 decoder
  1365. - QCELP / PureVoice decoder
  1366. - RV30 decoder
  1367. - hybrid WavPack support
  1368. - R3D REDCODE demuxer
  1369. - ALSA support for playback and record
  1370. - Electronic Arts TQI decoder
  1371. - OpenJPEG based JPEG 2000 decoder
  1372. - NC (NC4600) camera file demuxer
  1373. - Gopher client support
  1374. - MXF D-10 muxer
  1375. - generic metadata API
  1376. - flash ScreenVideo2 encoder
  1377. version 0.4.9-pre1:
  1378. - DV encoder, DV muxer
  1379. - Microsoft RLE video decoder
  1380. - Microsoft Video-1 decoder
  1381. - Apple Animation (RLE) decoder
  1382. - Apple Graphics (SMC) decoder
  1383. - Apple Video (RPZA) decoder
  1384. - Cinepak decoder
  1385. - Sega FILM (CPK) file demuxer
  1386. - Westwood multimedia support (VQA & AUD files)
  1387. - Id Quake II CIN playback support
  1388. - 8BPS video decoder
  1389. - FLIC playback support
  1390. - RealVideo 2.0 (RV20) decoder
  1391. - Duck TrueMotion v1 (DUCK) video decoder
  1392. - Sierra VMD demuxer and video decoder
  1393. - MSZH and ZLIB decoder support
  1394. - SVQ1 video encoder
  1395. - AMR-WB support
  1396. - PPC optimizations
  1397. - rate distortion optimal cbp support
  1398. - rate distorted optimal ac prediction for MPEG-4
  1399. - rate distorted optimal lambda->qp support
  1400. - AAC encoding with libfaac
  1401. - Sunplus JPEG codec (SP5X) support
  1402. - use Lagrange multiplier instead of QP for ratecontrol
  1403. - Theora/VP3 decoding support
  1404. - XA and ADX ADPCM codecs
  1405. - export MPEG-2 active display area / pan scan
  1406. - Add support for configuring with IBM XLC
  1407. - floating point AAN DCT
  1408. - initial support for zygo video (not complete)
  1409. - RGB ffv1 support
  1410. - new audio/video parser API
  1411. - av_log() system
  1412. - av_read_frame() and av_seek_frame() support
  1413. - missing last frame fixes
  1414. - seek by mouse in ffplay
  1415. - noise reduction of DCT coefficients
  1416. - H.263 OBMC & 4MV support
  1417. - H.263 alternative inter vlc support
  1418. - H.263 loop filter
  1419. - H.263 slice structured mode
  1420. - interlaced DCT support for MPEG-2 encoding
  1421. - stuffing to stay above min_bitrate
  1422. - MB type & QP visualization
  1423. - frame stepping for ffplay
  1424. - interlaced motion estimation
  1425. - alternate scantable support
  1426. - SVCD scan offset support
  1427. - closed GOP support
  1428. - SSE2 FDCT
  1429. - quantizer noise shaping
  1430. - G.726 ADPCM audio codec
  1431. - MS ADPCM encoding
  1432. - multithreaded/SMP motion estimation
  1433. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  1434. - multithreaded/SMP decoding for MPEG-2
  1435. - FLAC decoder
  1436. - Metrowerks CodeWarrior suppport
  1437. - H.263+ custom pcf support
  1438. - nicer output for 'ffmpeg -formats'
  1439. - Matroska demuxer
  1440. - SGI image format, encoding and decoding
  1441. - H.264 loop filter support
  1442. - H.264 CABAC support
  1443. - nicer looking arrows for the motion vector visualization
  1444. - improved VCD support
  1445. - audio timestamp drift compensation
  1446. - MPEG-2 YUV 422/444 support
  1447. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  1448. - better image scaling
  1449. - H.261 support
  1450. - correctly interleave packets during encoding
  1451. - VIS optimized motion compensation
  1452. - intra_dc_precision>0 encoding support
  1453. - support reuse of motion vectors/MB types/field select values of the source video
  1454. - more accurate deblock filter
  1455. - padding support
  1456. - many optimizations and bugfixes
  1457. - FunCom ISS audio file demuxer and according ADPCM decoding
  1458. version 0.4.8:
  1459. - MPEG-2 video encoding (Michael)
  1460. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  1461. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  1462. and Mario Brito)
  1463. - Xan DPCM audio decoder (Mario Brito)
  1464. - Interplay MVE playback subsystem (Mike Melanson)
  1465. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  1466. version 0.4.7:
  1467. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  1468. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  1469. - current version now also compiles with older GCC (Fabrice)
  1470. - 4X multimedia playback system including 4xm file demuxer (Mike
  1471. Melanson), and 4X video and audio codecs (Michael)
  1472. - Creative YUV (CYUV) decoder (Mike Melanson)
  1473. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  1474. than HuffYUV) (Michael)
  1475. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  1476. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  1477. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  1478. - ffplay has been replaced with a newer version which uses SDL (optionally)
  1479. for multiplatform support (Fabrice)
  1480. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  1481. by anonymous
  1482. - AMR format has been added (Johannes Carlsson)
  1483. - 3GP support has been added (Johannes Carlsson)
  1484. - VP3 codec has been added (Mike Melanson)
  1485. - more MPEG-1/2 fixes
  1486. - better multiplatform support, MS Visual Studio fixes (various)
  1487. - AltiVec optimizations (Magnus Damn and others)
  1488. - SH4 processor support has been added (BERO)
  1489. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  1490. - VOB streaming support (Brian Foley)
  1491. - better MP3 autodetection (Andriy Rysin)
  1492. - qpel encoding (Michael)
  1493. - 4mv+b frames encoding finally fixed (Michael)
  1494. - chroma ME (Michael)
  1495. - 5 comparison functions for ME (Michael)
  1496. - B-frame encoding speedup (Michael)
  1497. - WMV2 codec (unfinished - Michael)
  1498. - user specified diamond size for EPZS (Michael)
  1499. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  1500. - ASV2 codec (Michael)
  1501. - CLJR decoder (Alex)
  1502. .. And lots more new enhancements and fixes.
  1503. version 0.4.6:
  1504. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  1505. from scratch
  1506. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  1507. - fix quantization bug in AC3 encoder
  1508. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  1509. - added prototype ffplay program
  1510. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  1511. - bug fix on MCBPC tables of H.263 (Juanjo)
  1512. - bug fix on DC coefficients of H.263 (Juanjo)
  1513. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  1514. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  1515. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  1516. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  1517. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  1518. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  1519. - added first regression tests
  1520. - added MPEG-2 TS demuxer
  1521. - new demux API for libav
  1522. - more accurate and faster IDCT (Michael)
  1523. - faster and entropy-controlled motion search (Michael)
  1524. - two pass video encoding (Michael)
  1525. - new video rate control (Michael)
  1526. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  1527. - great performance improvement of video encoders and decoders (Michael)
  1528. - new and faster bit readers and vlc parsers (Michael)
  1529. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  1530. - added DV video decoder
  1531. - preliminary RTP/RTSP support in ffserver and libavformat
  1532. - H.263+ AIC decoding/encoding support (Juanjo)
  1533. - VCD MPEG-PS mode (Juanjo)
  1534. - PSNR stuff (Juanjo)
  1535. - simple stats output (Juanjo)
  1536. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  1537. version 0.4.5:
  1538. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  1539. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  1540. - added configure system (actually a small shell script)
  1541. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  1542. Michael Hipp (temporary solution - waiting for integer only
  1543. decoder)
  1544. - fixed VIDIOCSYNC interrupt
  1545. - added Intel H.263 decoding support ('I263' AVI fourCC)
  1546. - added Real Video 1.0 decoding (needs further testing)
  1547. - simplified image formats again. Added PGM format (=grey
  1548. pgm). Renamed old PGM to PGMYUV.
  1549. - fixed msmpeg4 slice issues (tell me if you still find problems)
  1550. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  1551. - added support for MPlayer interface
  1552. - added macroblock skip optimization
  1553. - added MJPEG decoder
  1554. - added mmx/mmxext IDCT from libmpeg2
  1555. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  1556. <celer at shell.scrypt.net>)
  1557. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  1558. - added deinterlacing option
  1559. - MPEG-1/2 fixes
  1560. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  1561. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  1562. - Windows porting of file converter
  1563. - added MJPEG raw format (input/output)
  1564. - added JPEG image format support (input/output)
  1565. version 0.4.4:
  1566. - fixed some std header definitions (Bjorn Lindgren
  1567. <bjorn.e.lindgren at telia.com>).
  1568. - added MPEG demuxer (MPEG-1 and 2 compatible).
  1569. - added ASF demuxer
  1570. - added prototype RM demuxer
  1571. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  1572. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  1573. header does not include them)
  1574. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  1575. play them (only tested video)
  1576. - fixed H.263 white bug
  1577. - fixed phase rounding in img resample filter
  1578. - add MMX code for polyphase img resample filter
  1579. - added CPU autodetection
  1580. - added generic title/author/copyright/comment string handling (ASF and RM
  1581. use them)
  1582. - added SWF demux to extract MP3 track (not usable yet because no MP3
  1583. decoder)
  1584. - added fractional frame rate support
  1585. - codecs are no longer searched by read_header() (should fix ffserver
  1586. segfault)
  1587. version 0.4.3:
  1588. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  1589. - fixed raw yuv output
  1590. - added motion rounding support in MPEG-4
  1591. - fixed motion bug rounding in MSMPEG4
  1592. - added B-frame handling in video core
  1593. - added full MPEG-1 decoding support
  1594. - added partial (frame only) MPEG-2 support
  1595. - changed the FOURCC code for H.263 to "U263" to be able to see the
  1596. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  1597. this +codec ;) (JuanJo).
  1598. - Halfpel motion estimation after MB type selection (JuanJo)
  1599. - added pgm and .Y.U.V output format
  1600. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  1601. output.
  1602. - added pgmpipe I/O format (original patch from Martin Aumueller
  1603. <lists at reserv.at>, but changed completely since we use a format
  1604. instead of a protocol)
  1605. version 0.4.2:
  1606. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  1607. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  1608. missing. MSMPEG4 support is complete.
  1609. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  1610. can decode ffmpeg MPEGs :-)).
  1611. - added libavcodec API documentation (see apiexample.c).
  1612. - fixed image polyphase bug (the bottom of some images could be
  1613. greenish)
  1614. - added support for non clipped motion vectors (decoding only)
  1615. and image sizes non-multiple of 16
  1616. - added support for AC prediction (decoding only)
  1617. - added file overwrite confirmation (can be disabled with -y)
  1618. - added custom size picture to H.263 using H.263+ (Juanjo)
  1619. version 0.4.1:
  1620. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  1621. of AVI and ASF to DIV3.
  1622. - added -me option to set motion estimation method
  1623. (default=log). suppressed redundant -hq option.
  1624. - added options -acodec and -vcodec to force a given codec (useful for
  1625. AVI for example)
  1626. - fixed -an option
  1627. - improved dct_quantize speed
  1628. - factorized some motion estimation code
  1629. version 0.4.0:
  1630. - removing grab code from ffserver and moved it to ffmpeg. Added
  1631. multistream support to ffmpeg.
  1632. - added timeshifting support for live feeds (option ?date=xxx in the
  1633. URL)
  1634. - added high quality image resize code with polyphase filter (need
  1635. mmx/see optimization). Enable multiple image size support in ffserver.
  1636. - added multi live feed support in ffserver
  1637. - suppressed master feature from ffserver (it should be done with an
  1638. external program which opens the .ffm url and writes it to another
  1639. ffserver)
  1640. - added preliminary support for video stream parsing (WAV and AVI half
  1641. done). Added proper support for audio/video file conversion in
  1642. ffmpeg.
  1643. - added preliminary support for video file sending from ffserver
  1644. - redesigning I/O subsystem: now using URL based input and output
  1645. (see avio.h)
  1646. - added WAV format support
  1647. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  1648. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  1649. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  1650. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  1651. - added new motion estimation algorithms, log and phods (Juanjo)
  1652. - changed directories: libav for format handling, libavcodec for
  1653. codecs
  1654. version 0.3.4:
  1655. - added stereo in MPEG audio encoder
  1656. version 0.3.3:
  1657. - added 'high quality' mode which use motion vectors. It can be used in
  1658. real time at low resolution.
  1659. - fixed rounding problems which caused quality problems at high
  1660. bitrates and large GOP size
  1661. version 0.3.2: small fixes
  1662. - ASF fixes
  1663. - put_seek bug fix
  1664. version 0.3.1: added avi/divx support
  1665. - added AVI support
  1666. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  1667. - added sound for flash format (not tested)
  1668. version 0.3: initial public release