Changelog 48 KB

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