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.

1033 lines
36KB

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