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

1664 lines
56KB

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