Changelog 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930
  1. Entries are sorted chronologically from oldest to youngest within each release,
  2. releases are sorted from youngest to oldest.
  3. version next:
  4. version 0.11.2:
  5. - Several bugs and crashes have been fixed as well as build problems
  6. with recent mingw64
  7. version 0.11:
  8. Fixes:CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
  9. CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
  10. CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
  11. CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
  12. CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
  13. CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
  14. - v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
  15. - setfield filter
  16. - CDXL demuxer and decoder
  17. - Apple ProRes encoder
  18. - ffprobe -count_packets and -count_frames options
  19. - Sun Rasterfile Encoder
  20. - ID3v2 attached pictures reading and writing
  21. - WMA Lossless decoder
  22. - bluray protocol
  23. - blackdetect filter
  24. - libutvideo encoder wrapper (--enable-libutvideo)
  25. - swapuv filter
  26. - bbox filter
  27. - XBM encoder and decoder
  28. - RealAudio Lossless decoder
  29. - ZeroCodec decoder
  30. - tile video filter
  31. - Metal Gear Solid: The Twin Snakes demuxer
  32. - OpenEXR image decoder
  33. - removelogo filter
  34. - drop support for ffmpeg without libavfilter
  35. - drawtext video filter: fontconfig support
  36. - ffmpeg -benchmark_all option
  37. - super2xsai filter ported from libmpcodecs
  38. - add libavresample audio conversion library for compatibility
  39. - MicroDVD decoder
  40. - Avid Meridien (AVUI) encoder and decoder
  41. - accept + prefix to -pix_fmt option to disable automatic conversions.
  42. - complete audio filtering in libavfilter and ffmpeg
  43. - add fps filter
  44. - audio split filter
  45. - vorbis parser
  46. - png parser
  47. - audio mix filter
  48. version 0.10:
  49. - Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
  50. CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
  51. CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
  52. CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
  53. - v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
  54. - SBaGen (SBG) binaural beats script demuxer
  55. - OpenMG Audio muxer
  56. - Timecode extraction in DV and MOV
  57. - thumbnail video filter
  58. - XML output in ffprobe
  59. - asplit audio filter
  60. - tinterlace video filter
  61. - astreamsync audio filter
  62. - amerge audio filter
  63. - ISMV (Smooth Streaming) muxer
  64. - GSM audio parser
  65. - SMJPEG muxer
  66. - XWD encoder and decoder
  67. - Automatic thread count based on detection number of (available) CPU cores
  68. - y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
  69. - ffprobe -show_error option
  70. - Avid 1:1 10-bit RGB Packer codec
  71. - v308 Quicktime Uncompressed 4:4:4 encoder and decoder
  72. - yuv4 libquicktime packed 4:2:0 encoder and decoder
  73. - ffprobe -show_frames option
  74. - silencedetect audio filter
  75. - ffprobe -show_program_version, -show_library_versions, -show_versions options
  76. - rv34: frame-level multi-threading
  77. - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
  78. - Improved PGS subtitle decoder
  79. - dumpgraph option to lavfi device
  80. - r210 and r10k encoders
  81. - ffwavesynth decoder
  82. - aviocat tool
  83. - ffeval tool
  84. version 0.9:
  85. - openal input device added
  86. - boxblur filter added
  87. - BWF muxer
  88. - Flash Screen Video 2 decoder
  89. - lavfi input device added
  90. - added avconv, which is almost the same for now, except
  91. for a few incompatible changes in the options, which will hopefully make them
  92. easier to use. The changes are:
  93. * The options placement is now strictly enforced! While in theory the
  94. options for ffmpeg should be given in [input options] -i INPUT [output
  95. options] OUTPUT order, in practice it was possible to give output options
  96. before the -i and it mostly worked. Except when it didn't - the behavior was
  97. a bit inconsistent. In avconv, it is not possible to mix input and output
  98. options. All non-global options are reset after an input or output filename.
  99. * All per-file options are now truly per-file - they apply only to the next
  100. input or output file and specifying different values for different files
  101. will now work properly (notably -ss and -t options).
  102. * All per-stream options are now truly per-stream - it is possible to
  103. specify which stream(s) should a given option apply to. See the Stream
  104. specifiers section in the avconv manual for details.
  105. * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
  106. sense that they're specified after the output filename instead of before,
  107. like all other options. In avconv this irregularity is removed, all options
  108. apply to the next input or output file.
  109. * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
  110. irregular and highly confusing, they were also redundant. In avconv the -map
  111. option will create new streams in the output file and map input streams to
  112. them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
  113. each stream in the first input file.
  114. * The -map option now has slightly different and more powerful syntax:
  115. + Colons (':') are used to separate file index/stream type/stream index
  116. instead of dots. Comma (',') is used to separate the sync stream instead
  117. of colon.. This is done for consistency with other options.
  118. + It's possible to specify stream type. E.g. -map 0:a:2 creates an
  119. output stream from the third input audio stream.
  120. + Omitting the stream index now maps all the streams of the given type,
  121. not just the first. E.g. -map 0:s creates output streams for all the
  122. subtitle streams in the first input file.
  123. + Since -map can now match multiple streams, negative mappings were
  124. introduced. Negative mappings disable some streams from an already
  125. defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
  126. all the stream in the first input file, except for the second audio
  127. stream'.
  128. * There is a new option -c (or -codec) for choosing the decoder/encoder to
  129. use, which allows to precisely specify target stream(s) consistently with
  130. other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
  131. libvorbis sets the codec for the first audio stream and -c copy copies all
  132. the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
  133. aliases to -c:v/a/s
  134. * It is now possible to precisely specify which stream should an AVOption
  135. apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
  136. -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
  137. syntax is deprecated and will stop working soon.
  138. * -map_chapters now takes only an input file index and applies to the next
  139. output file. This is consistent with how all the other options work.
  140. * -map_metadata now takes only an input metadata specifier and applies to
  141. the next output file. Output metadata specifier is now part of the option
  142. name, similarly to the AVOptions/map/codec feature above.
  143. * -metadata can now be used to set metadata on streams and chapters, e.g.
  144. -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
  145. This made -vlang/-alang/-slang options redundant, so they were removed.
  146. * -qscale option now uses stream specifiers and applies to all streams, not
  147. just video. I.e. plain -qscale number would now apply to all streams. To get
  148. the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
  149. and -aq is now an alias for -q:a.
  150. * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
  151. uses stream specifiers. Use -bsf:v/a/s instead of the old options.
  152. * -itsscale option now uses stream specifiers, so its argument is only the
  153. scale parameter.
  154. * -intra option was removed, use -g 0 for the same effect.
  155. * -psnr option was removed, use -flags +psnr for the same effect.
  156. * -vf option is now an alias to the new -filter option, which uses stream specifiers.
  157. * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
  158. * -vtag/-atag/-stag options are now aliases to the new -tag option.
  159. - XMV demuxer
  160. - LOAS demuxer
  161. - ashowinfo filter added
  162. - Windows Media Image decoder
  163. - amovie source added
  164. - LATM muxer/demuxer
  165. - Speex encoder via libspeex
  166. - JSON output in ffprobe
  167. - WTV muxer
  168. - Optional C++ Support (needed for libstagefright)
  169. - H.264 Decoding on Android via Stagefright
  170. - Prores decoder
  171. - BIN/XBIN/ADF/IDF text file decoder
  172. - aconvert audio filter added
  173. - audio support to lavfi input device added
  174. - libcdio-paranoia input device for audio CD grabbing
  175. - Apple ProRes decoder
  176. - CELT in Ogg demuxing
  177. - G.723.1 demuxer and decoder
  178. - libmodplug support (--enable-libmodplug)
  179. - VC-1 interlaced decoding
  180. - libutvideo wrapper (--enable-libutvideo)
  181. - aevalsrc audio source added
  182. - Ut Video decoder
  183. - Speex encoding via libspeex
  184. - 4:2:2 H.264 decoding support
  185. - 4:2:2 and 4:4:4 H.264 encoding with libx264
  186. - Pulseaudio input device
  187. - Prores encoder
  188. - Video Decoder Acceleration (VDA) HWAccel module.
  189. - replacement Indeo 3 decoder
  190. - new ffmpeg option: -map_channel
  191. - volume audio filter added
  192. - earwax audio filter added
  193. - libv4l2 support (--enable-libv4l2)
  194. - TLS/SSL and HTTPS protocol support
  195. - AVOptions API rewritten and documented
  196. - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  197. AVCodecContext deprecated. Codec private options should be used instead.
  198. - Properly working defaults in libx264 wrapper, support for native presets.
  199. - Encrypted OMA files support
  200. - Discworld II BMV decoding support
  201. - VBLE Decoder
  202. - OS X Video Decoder Acceleration (VDA) support
  203. - compact and csv output in ffprobe
  204. - pan audio filter
  205. - IFF Amiga Continuous Bitmap (ACBM) decoder
  206. - ass filter
  207. - CRI ADX audio format muxer and demuxer
  208. - Playstation Portable PMP format demuxer
  209. - Microsoft Windows ICO demuxer
  210. - life source
  211. - PCM format support in OMA demuxer
  212. - CLJR encoder
  213. - new option: -report
  214. - Dxtory capture format decoder
  215. - cellauto source
  216. - Simple segmenting muxer
  217. - Indeo 4 decoder
  218. - SMJPEG demuxer
  219. version 0.8:
  220. - many many things we forgot because we rather write code than changelogs
  221. - WebM support in Matroska de/muxer
  222. - low overhead Ogg muxing
  223. - MMS-TCP support
  224. - VP8 de/encoding via libvpx
  225. - Demuxer for On2's IVF format
  226. - Pictor/PC Paint decoder
  227. - HE-AAC v2 decoder
  228. - HE-AAC v2 encoding with libaacplus
  229. - libfaad2 wrapper removed
  230. - DTS-ES extension (XCh) decoding support
  231. - native VP8 decoder
  232. - RTSP tunneling over HTTP
  233. - RTP depacketization of SVQ3
  234. - -strict inofficial replaced by -strict unofficial
  235. - ffplay -exitonkeydown and -exitonmousedown options added
  236. - native GSM / GSM MS decoder
  237. - RTP depacketization of QDM2
  238. - ANSI/ASCII art playback system
  239. - Lego Mindstorms RSO de/muxer
  240. - libavcore added (and subsequently removed)
  241. - SubRip subtitle file muxer and demuxer
  242. - Chinese AVS encoding via libxavs
  243. - ffprobe -show_packets option added
  244. - RTP packetization of Theora and Vorbis
  245. - RTP depacketization of MP4A-LATM
  246. - RTP packetization and depacketization of VP8
  247. - hflip filter
  248. - Apple HTTP Live Streaming demuxer
  249. - a64 codec
  250. - MMS-HTTP support
  251. - G.722 ADPCM audio encoder/decoder
  252. - R10k video decoder
  253. - ocv_smooth filter
  254. - frei0r wrapper filter
  255. - change crop filter syntax to width:height:x:y
  256. - make the crop filter accept parametric expressions
  257. - make ffprobe accept AVFormatContext options
  258. - yadif filter
  259. - blackframe filter
  260. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  261. - RTP depacketization of the X-QT QuickTime format
  262. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  263. - cropdetect filter
  264. - ffmpeg -crop* options removed
  265. - transpose filter added
  266. - ffmpeg -force_key_frames option added
  267. - demuxer for receiving raw rtp:// URLs without an SDP description
  268. - single stream LATM/LOAS decoder
  269. - setpts filter added
  270. - Win64 support for optimized x86 assembly functions
  271. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  272. - ASS subtitle encoder and decoder
  273. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  274. - overlay filter added
  275. - rename aspect filter to setdar, and pixelaspect to setsar
  276. - IEC 61937 demuxer
  277. - Mobotix .mxg demuxer
  278. - frei0r source added
  279. - hqdn3d filter added
  280. - RTP depacketization of QCELP
  281. - FLAC parser added
  282. - gradfun filter added
  283. - AMR-WB decoder
  284. - replace the ocv_smooth filter with a more generic ocv filter
  285. - Windows Televison (WTV) demuxer
  286. - FFmpeg metadata format muxer and demuxer
  287. - SubRip (srt) subtitle encoder and decoder
  288. - floating-point AC-3 encoder added
  289. - Lagarith decoder
  290. - ffmpeg -copytb option added
  291. - IVF muxer added
  292. - Wing Commander IV movies decoder added
  293. - movie source added
  294. - Bink version 'b' audio and video decoder
  295. - Bitmap Brothers JV playback system
  296. - Apple HTTP Live Streaming protocol handler
  297. - sndio support for playback and record
  298. - Linux framebuffer input device added
  299. - Chronomaster DFA decoder
  300. - DPX image encoder
  301. - MicroDVD subtitle file muxer and demuxer
  302. - Playstation Portable PMP format demuxer
  303. - fieldorder video filter added
  304. - AAC encoding via libvo-aacenc
  305. - AMR-WB encoding via libvo-amrwbenc
  306. - xWMA demuxer
  307. - Mobotix MxPEG decoder
  308. - VP8 frame-multithreading
  309. - NEON optimizations for VP8
  310. - Lots of deprecated API cruft removed
  311. - fft and imdct optimizations for AVX (Sandy Bridge) processors
  312. - showinfo filter added
  313. - SMPTE 302M AES3 audio decoder
  314. - Apple Core Audio Format muxer
  315. - 9bit and 10bit per sample support in the H.264 decoder
  316. - 9bit and 10bit FFV1 encoding / decoding
  317. - split filter added
  318. - select filter added
  319. - sdl output device added
  320. - libmpcodecs video filter support (3 times as many filters than before)
  321. - mpeg2 aspect ratio dection fixed
  322. - libxvid aspect pickiness fixed
  323. - Frame multithreaded decoding
  324. - E-AC-3 audio encoder
  325. - ac3enc: add channel coupling support
  326. - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
  327. - H264/MPEG frame-level multi-threading
  328. - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
  329. - 4:4:4 H.264 decoding support
  330. - 10-bit H.264 optimizations for x86
  331. - lut, lutrgb, and lutyuv filters added
  332. - buffersink libavfilter sink added
  333. - Bump libswscale for recently reported ABI break
  334. - New J2K encoder (via OpenJPEG)
  335. version 0.7:
  336. - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
  337. version 0.6:
  338. - PB-frame decoding for H.263
  339. - deprecated vhook subsystem removed
  340. - deprecated old scaler removed
  341. - VQF demuxer
  342. - Alpha channel scaler
  343. - PCX encoder
  344. - RTP packetization of H.263
  345. - RTP packetization of AMR
  346. - RTP depacketization of Vorbis
  347. - CorePNG decoding support
  348. - Cook multichannel decoding support
  349. - introduced avlanguage helpers in libavformat
  350. - 8088flex TMV demuxer and decoder
  351. - per-stream language-tags extraction in asfdec
  352. - V210 decoder and encoder
  353. - remaining GPL parts in AC-3 decoder converted to LGPL
  354. - QCP demuxer
  355. - SoX native format muxer and demuxer
  356. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  357. - DPX image decoder
  358. - Electronic Arts Madcow decoder
  359. - DivX (XSUB) subtitle encoder
  360. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  361. - experimental AAC encoder
  362. - RTP depacketization of ASF and RTSP from WMS servers
  363. - RTMP support in libavformat
  364. - noX handling for OPT_BOOL X options
  365. - Wave64 demuxer
  366. - IEC-61937 compatible Muxer
  367. - TwinVQ decoder
  368. - Bluray (PGS) subtitle decoder
  369. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  370. - WMA Pro decoder
  371. - Core Audio Format demuxer
  372. - Atrac1 decoder
  373. - MD STUDIO audio demuxer
  374. - RF64 support in WAV demuxer
  375. - MPEG-4 Audio Lossless Coding (ALS) decoder
  376. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  377. - IV8 demuxer
  378. - CDG demuxer and decoder
  379. - R210 decoder
  380. - Auravision Aura 1 and 2 decoders
  381. - Deluxe Paint Animation playback system
  382. - SIPR decoder
  383. - Adobe Filmstrip muxer and demuxer
  384. - RTP depacketization of H.263
  385. - Bink demuxer and audio/video decoders
  386. - enable symbol versioning by default for linkers that support it
  387. - IFF PBM/ILBM bitmap decoder
  388. - concat protocol
  389. - Indeo 5 decoder
  390. - RTP depacketization of AMR
  391. - WMA Voice decoder
  392. - ffprobe tool
  393. - AMR-NB decoder
  394. - RTSP muxer
  395. - HE-AAC v1 decoder
  396. - Kega Game Video (KGV1) decoder
  397. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  398. - RTP depacketization of Theora
  399. - HTTP Digest authentication
  400. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  401. - Psygnosis YOP demuxer and video decoder
  402. - spectral extension support in the E-AC-3 decoder
  403. - unsharp video filter
  404. - RTP hinting in the mov/3gp/mp4 muxer
  405. - Dirac in Ogg demuxing
  406. - seek to keyframes in Ogg
  407. - 4:2:2 and 4:4:4 Theora decoding
  408. - 35% faster VP3/Theora decoding
  409. - faster AAC decoding
  410. - faster H.264 decoding
  411. - RealAudio 1.0 (14.4K) encoder
  412. version 0.5:
  413. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  414. - TechSmith Camtasia (TSCC) video decoder
  415. - IBM Ultimotion (ULTI) video decoder
  416. - Sierra Online audio file demuxer and decoder
  417. - Apple QuickDraw (qdrw) video decoder
  418. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  419. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  420. - Miro VideoXL (VIXL) video decoder
  421. - H.261 video encoder
  422. - QPEG video decoder
  423. - Nullsoft Video (NSV) file demuxer
  424. - Shorten audio decoder
  425. - LOCO video decoder
  426. - Apple Lossless Audio Codec (ALAC) decoder
  427. - Winnov WNV1 video decoder
  428. - Autodesk Animator Studio Codec (AASC) decoder
  429. - Indeo 2 video decoder
  430. - Fraps FPS1 video decoder
  431. - Snow video encoder/decoder
  432. - Sonic audio encoder/decoder
  433. - Vorbis audio decoder
  434. - Macromedia ADPCM decoder
  435. - Duck TrueMotion 2 video decoder
  436. - support for decoding FLX and DTA extensions in FLIC files
  437. - H.264 custom quantization matrices support
  438. - ffserver fixed, it should now be usable again
  439. - QDM2 audio decoder
  440. - Real Cooker audio decoder
  441. - TrueSpeech audio decoder
  442. - WMA2 audio decoder fixed, now all files should play correctly
  443. - RealAudio 14.4 and 28.8 decoders fixed
  444. - JPEG-LS decoder
  445. - build system improvements
  446. - tabs and trailing whitespace removed from the codebase
  447. - CamStudio video decoder
  448. - AIFF/AIFF-C audio format, encoding and decoding
  449. - ADTS AAC file reading and writing
  450. - Creative VOC file reading and writing
  451. - American Laser Games multimedia (*.mm) playback system
  452. - Zip Motion Blocks Video decoder
  453. - improved Theora/VP3 decoder
  454. - True Audio (TTA) decoder
  455. - AVS demuxer and video decoder
  456. - JPEG-LS encoder
  457. - Smacker demuxer and decoder
  458. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  459. - KMVC decoder
  460. - MPEG-2 intra VLC support
  461. - MPEG-2 4:2:2 encoder
  462. - Flash Screen Video decoder
  463. - GXF demuxer
  464. - Chinese AVS decoder
  465. - GXF muxer
  466. - MXF demuxer
  467. - VC-1/WMV3/WMV9 video decoder
  468. - MacIntel support
  469. - AVISynth support
  470. - VMware video decoder
  471. - VP5 video decoder
  472. - VP6 video decoder
  473. - WavPack lossless audio decoder
  474. - Targa (.TGA) picture decoder
  475. - Vorbis audio encoder
  476. - Delphine Software .cin demuxer/audio and video decoder
  477. - Tiertex .seq demuxer/video decoder
  478. - MTV demuxer
  479. - TIFF picture encoder and decoder
  480. - GIF picture decoder
  481. - Intel Music Coder decoder
  482. - Zip Motion Blocks Video encoder
  483. - Musepack decoder
  484. - Flash Screen Video encoder
  485. - Theora encoding via libtheora
  486. - BMP encoder
  487. - WMA encoder
  488. - GSM-MS encoder and decoder
  489. - DCA decoder
  490. - DXA demuxer and decoder
  491. - DNxHD decoder
  492. - Gamecube movie (.THP) playback system
  493. - Blackfin optimizations
  494. - Interplay C93 demuxer and video decoder
  495. - Bethsoft VID demuxer and video decoder
  496. - CRYO APC demuxer
  497. - Atrac3 decoder
  498. - V.Flash PTX decoder
  499. - RoQ muxer, RoQ audio encoder
  500. - Renderware TXD demuxer and decoder
  501. - extern C declarations for C++ removed from headers
  502. - sws_flags command line option
  503. - codebook generator
  504. - RoQ video encoder
  505. - QTRLE encoder
  506. - OS/2 support removed and restored again
  507. - AC-3 decoder
  508. - NUT muxer
  509. - additional SPARC (VIS) optimizations
  510. - Matroska muxer
  511. - slice-based parallel H.264 decoding
  512. - Monkey's Audio demuxer and decoder
  513. - AMV audio and video decoder
  514. - DNxHD encoder
  515. - H.264 PAFF decoding
  516. - Nellymoser ASAO decoder
  517. - Beam Software SIFF demuxer and decoder
  518. - libvorbis Vorbis decoding removed in favor of native decoder
  519. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  520. - Ogg (Theora, Vorbis and FLAC) muxer
  521. - The "device" muxers and demuxers are now in a new libavdevice library
  522. - PC Paintbrush PCX decoder
  523. - Sun Rasterfile decoder
  524. - TechnoTrend PVA demuxer
  525. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  526. - AVM2 (Flash 9) SWF muxer
  527. - QT variant of IMA ADPCM encoder
  528. - VFW grabber
  529. - iPod/iPhone compatible mp4 muxer
  530. - Mimic decoder
  531. - MSN TCP Webcam stream demuxer
  532. - RL2 demuxer / decoder
  533. - IFF demuxer
  534. - 8SVX audio decoder
  535. - non-recursive Makefiles
  536. - BFI demuxer
  537. - MAXIS EA XA (.xa) demuxer / decoder
  538. - BFI video decoder
  539. - OMA demuxer
  540. - MLP/TrueHD decoder
  541. - Electronic Arts CMV decoder
  542. - Motion Pixels Video decoder
  543. - Motion Pixels MVI demuxer
  544. - removed animated GIF decoder/demuxer
  545. - D-Cinema audio muxer
  546. - Electronic Arts TGV decoder
  547. - Apple Lossless Audio Codec (ALAC) encoder
  548. - AAC decoder
  549. - floating point PCM encoder/decoder
  550. - MXF muxer
  551. - DV100 AKA DVCPRO HD decoder and demuxer
  552. - E-AC-3 support added to AC-3 decoder
  553. - Nellymoser ASAO encoder
  554. - ASS and SSA demuxer and muxer
  555. - liba52 wrapper removed
  556. - SVQ3 watermark decoding support
  557. - Speex decoding via libspeex
  558. - Electronic Arts TGQ decoder
  559. - RV40 decoder
  560. - QCELP / PureVoice decoder
  561. - RV30 decoder
  562. - hybrid WavPack support
  563. - R3D REDCODE demuxer
  564. - ALSA support for playback and record
  565. - Electronic Arts TQI decoder
  566. - OpenJPEG based JPEG 2000 decoder
  567. - NC (NC4600) camera file demuxer
  568. - Gopher client support
  569. - MXF D-10 muxer
  570. - generic metadata API
  571. - flash ScreenVideo2 encoder
  572. version 0.4.9-pre1:
  573. - DV encoder, DV muxer
  574. - Microsoft RLE video decoder
  575. - Microsoft Video-1 decoder
  576. - Apple Animation (RLE) decoder
  577. - Apple Graphics (SMC) decoder
  578. - Apple Video (RPZA) decoder
  579. - Cinepak decoder
  580. - Sega FILM (CPK) file demuxer
  581. - Westwood multimedia support (VQA & AUD files)
  582. - Id Quake II CIN playback support
  583. - 8BPS video decoder
  584. - FLIC playback support
  585. - RealVideo 2.0 (RV20) decoder
  586. - Duck TrueMotion v1 (DUCK) video decoder
  587. - Sierra VMD demuxer and video decoder
  588. - MSZH and ZLIB decoder support
  589. - SVQ1 video encoder
  590. - AMR-WB support
  591. - PPC optimizations
  592. - rate distortion optimal cbp support
  593. - rate distorted optimal ac prediction for MPEG-4
  594. - rate distorted optimal lambda->qp support
  595. - AAC encoding with libfaac
  596. - Sunplus JPEG codec (SP5X) support
  597. - use Lagrange multipler instead of QP for ratecontrol
  598. - Theora/VP3 decoding support
  599. - XA and ADX ADPCM codecs
  600. - export MPEG-2 active display area / pan scan
  601. - Add support for configuring with IBM XLC
  602. - floating point AAN DCT
  603. - initial support for zygo video (not complete)
  604. - RGB ffv1 support
  605. - new audio/video parser API
  606. - av_log() system
  607. - av_read_frame() and av_seek_frame() support
  608. - missing last frame fixes
  609. - seek by mouse in ffplay
  610. - noise reduction of DCT coefficients
  611. - H.263 OBMC & 4MV support
  612. - H.263 alternative inter vlc support
  613. - H.263 loop filter
  614. - H.263 slice structured mode
  615. - interlaced DCT support for MPEG-2 encoding
  616. - stuffing to stay above min_bitrate
  617. - MB type & QP visualization
  618. - frame stepping for ffplay
  619. - interlaced motion estimation
  620. - alternate scantable support
  621. - SVCD scan offset support
  622. - closed GOP support
  623. - SSE2 FDCT
  624. - quantizer noise shaping
  625. - G.726 ADPCM audio codec
  626. - MS ADPCM encoding
  627. - multithreaded/SMP motion estimation
  628. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  629. - multithreaded/SMP decoding for MPEG-2
  630. - FLAC decoder
  631. - Metrowerks CodeWarrior suppport
  632. - H.263+ custom pcf support
  633. - nicer output for 'ffmpeg -formats'
  634. - Matroska demuxer
  635. - SGI image format, encoding and decoding
  636. - H.264 loop filter support
  637. - H.264 CABAC support
  638. - nicer looking arrows for the motion vector visualization
  639. - improved VCD support
  640. - audio timestamp drift compensation
  641. - MPEG-2 YUV 422/444 support
  642. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  643. - better image scaling
  644. - H.261 support
  645. - correctly interleave packets during encoding
  646. - VIS optimized motion compensation
  647. - intra_dc_precision>0 encoding support
  648. - support reuse of motion vectors/MB types/field select values of the source video
  649. - more accurate deblock filter
  650. - padding support
  651. - many optimizations and bugfixes
  652. - FunCom ISS audio file demuxer and according ADPCM decoding
  653. version 0.4.8:
  654. - MPEG-2 video encoding (Michael)
  655. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  656. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  657. and Mario Brito)
  658. - Xan DPCM audio decoder (Mario Brito)
  659. - Interplay MVE playback subsystem (Mike Melanson)
  660. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  661. version 0.4.7:
  662. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  663. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  664. - current version now also compiles with older GCC (Fabrice)
  665. - 4X multimedia playback system including 4xm file demuxer (Mike
  666. Melanson), and 4X video and audio codecs (Michael)
  667. - Creative YUV (CYUV) decoder (Mike Melanson)
  668. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  669. than HuffYUV) (Michael)
  670. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  671. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  672. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  673. - ffplay has been replaced with a newer version which uses SDL (optionally)
  674. for multiplatform support (Fabrice)
  675. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  676. by anonymous
  677. - AMR format has been added (Johannes Carlsson)
  678. - 3GP support has been added (Johannes Carlsson)
  679. - VP3 codec has been added (Mike Melanson)
  680. - more MPEG-1/2 fixes
  681. - better multiplatform support, MS Visual Studio fixes (various)
  682. - AltiVec optimizations (Magnus Damn and others)
  683. - SH4 processor support has been added (BERO)
  684. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  685. - VOB streaming support (Brian Foley)
  686. - better MP3 autodetection (Andriy Rysin)
  687. - qpel encoding (Michael)
  688. - 4mv+b frames encoding finally fixed (Michael)
  689. - chroma ME (Michael)
  690. - 5 comparison functions for ME (Michael)
  691. - B-frame encoding speedup (Michael)
  692. - WMV2 codec (unfinished - Michael)
  693. - user specified diamond size for EPZS (Michael)
  694. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  695. - ASV2 codec (Michael)
  696. - CLJR decoder (Alex)
  697. .. And lots more new enhancements and fixes.
  698. version 0.4.6:
  699. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  700. from scratch
  701. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  702. - fix quantization bug in AC3 encoder
  703. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  704. - added prototype ffplay program
  705. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  706. - bug fix on MCBPC tables of H.263 (Juanjo)
  707. - bug fix on DC coefficients of H.263 (Juanjo)
  708. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  709. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  710. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  711. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  712. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  713. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  714. - added first regression tests
  715. - added MPEG-2 TS demuxer
  716. - new demux API for libav
  717. - more accurate and faster IDCT (Michael)
  718. - faster and entropy-controlled motion search (Michael)
  719. - two pass video encoding (Michael)
  720. - new video rate control (Michael)
  721. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  722. - great performance improvement of video encoders and decoders (Michael)
  723. - new and faster bit readers and vlc parsers (Michael)
  724. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  725. - added DV video decoder
  726. - preliminary RTP/RTSP support in ffserver and libavformat
  727. - H.263+ AIC decoding/encoding support (Juanjo)
  728. - VCD MPEG-PS mode (Juanjo)
  729. - PSNR stuff (Juanjo)
  730. - simple stats output (Juanjo)
  731. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  732. version 0.4.5:
  733. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  734. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  735. - added configure system (actually a small shell script)
  736. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  737. Michael Hipp (temporary solution - waiting for integer only
  738. decoder)
  739. - fixed VIDIOCSYNC interrupt
  740. - added Intel H.263 decoding support ('I263' AVI fourCC)
  741. - added Real Video 1.0 decoding (needs further testing)
  742. - simplified image formats again. Added PGM format (=grey
  743. pgm). Renamed old PGM to PGMYUV.
  744. - fixed msmpeg4 slice issues (tell me if you still find problems)
  745. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  746. - added support for MPlayer interface
  747. - added macroblock skip optimization
  748. - added MJPEG decoder
  749. - added mmx/mmxext IDCT from libmpeg2
  750. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  751. <celer at shell.scrypt.net>)
  752. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  753. - added deinterlacing option
  754. - MPEG-1/2 fixes
  755. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  756. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  757. - Windows porting of file converter
  758. - added MJPEG raw format (input/output)
  759. - added JPEG image format support (input/output)
  760. version 0.4.4:
  761. - fixed some std header definitions (Bjorn Lindgren
  762. <bjorn.e.lindgren at telia.com>).
  763. - added MPEG demuxer (MPEG-1 and 2 compatible).
  764. - added ASF demuxer
  765. - added prototype RM demuxer
  766. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  767. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  768. header does not include them)
  769. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  770. play them (only tested video)
  771. - fixed H.263 white bug
  772. - fixed phase rounding in img resample filter
  773. - add MMX code for polyphase img resample filter
  774. - added CPU autodetection
  775. - added generic title/author/copyright/comment string handling (ASF and RM
  776. use them)
  777. - added SWF demux to extract MP3 track (not usable yet because no MP3
  778. decoder)
  779. - added fractional frame rate support
  780. - codecs are no longer searched by read_header() (should fix ffserver
  781. segfault)
  782. version 0.4.3:
  783. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  784. - fixed raw yuv output
  785. - added motion rounding support in MPEG-4
  786. - fixed motion bug rounding in MSMPEG4
  787. - added B-frame handling in video core
  788. - added full MPEG-1 decoding support
  789. - added partial (frame only) MPEG-2 support
  790. - changed the FOURCC code for H.263 to "U263" to be able to see the
  791. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  792. this +codec ;) (JuanJo).
  793. - Halfpel motion estimation after MB type selection (JuanJo)
  794. - added pgm and .Y.U.V output format
  795. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  796. output.
  797. - added pgmpipe I/O format (original patch from Martin Aumueller
  798. <lists at reserv.at>, but changed completely since we use a format
  799. instead of a protocol)
  800. version 0.4.2:
  801. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  802. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  803. missing. MSMPEG4 support is complete.
  804. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  805. can decode ffmpeg MPEGs :-)).
  806. - added libavcodec API documentation (see apiexample.c).
  807. - fixed image polyphase bug (the bottom of some images could be
  808. greenish)
  809. - added support for non clipped motion vectors (decoding only)
  810. and image sizes non-multiple of 16
  811. - added support for AC prediction (decoding only)
  812. - added file overwrite confirmation (can be disabled with -y)
  813. - added custom size picture to H.263 using H.263+ (Juanjo)
  814. version 0.4.1:
  815. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  816. of AVI and ASF to DIV3.
  817. - added -me option to set motion estimation method
  818. (default=log). suppressed redundant -hq option.
  819. - added options -acodec and -vcodec to force a given codec (useful for
  820. AVI for example)
  821. - fixed -an option
  822. - improved dct_quantize speed
  823. - factorized some motion estimation code
  824. version 0.4.0:
  825. - removing grab code from ffserver and moved it to ffmpeg. Added
  826. multistream support to ffmpeg.
  827. - added timeshifting support for live feeds (option ?date=xxx in the
  828. URL)
  829. - added high quality image resize code with polyphase filter (need
  830. mmx/see optimization). Enable multiple image size support in ffserver.
  831. - added multi live feed support in ffserver
  832. - suppressed master feature from ffserver (it should be done with an
  833. external program which opens the .ffm url and writes it to another
  834. ffserver)
  835. - added preliminary support for video stream parsing (WAV and AVI half
  836. done). Added proper support for audio/video file conversion in
  837. ffmpeg.
  838. - added preliminary support for video file sending from ffserver
  839. - redesigning I/O subsystem: now using URL based input and output
  840. (see avio.h)
  841. - added WAV format support
  842. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  843. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  844. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  845. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  846. - added new motion estimation algorithms, log and phods (Juanjo)
  847. - changed directories: libav for format handling, libavcodec for
  848. codecs
  849. version 0.3.4:
  850. - added stereo in MPEG audio encoder
  851. version 0.3.3:
  852. - added 'high quality' mode which use motion vectors. It can be used in
  853. real time at low resolution.
  854. - fixed rounding problems which caused quality problems at high
  855. bitrates and large GOP size
  856. version 0.3.2: small fixes
  857. - ASF fixes
  858. - put_seek bug fix
  859. version 0.3.1: added avi/divx support
  860. - added AVI support
  861. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  862. - added sound for flash format (not tested)
  863. version 0.3: initial public release