Changelog 45 KB

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