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.

994 lines
35KB

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