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.

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