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.

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