Changelog 37 KB

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