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.

1415 lines
48KB

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