Changelog 35 KB

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