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.

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