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.

987 lines
35KB

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