Changelog 35 KB

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