You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1038 lines
37KB

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