Changelog 48 KB

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