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.

1702 lines
58KB

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