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.

126 lines
3.6KB

  1. Release Notes
  2. =============
  3. * 0.6 "Works with HTML5" June, 2010
  4. General notes
  5. -------------
  6. This release features a lot of improvements that are relevant for HTML5 video.
  7. The H.264 and Theora decoders are now significantly faster, the Vorbis decoder
  8. has seen important updates and this release supports Google's newly released
  9. libvpx library for the VP8 codec and WebM container.
  10. Other important changes are additions of decoders including, but not limited to,
  11. Intel Indeo 5, WMA Pro, WMA Voice and HE-AAC.
  12. See the Changelog file for a list of significant changes.
  13. Please note that our policy on bug reports has not changed. We still only accept
  14. bug reports against HEAD of the FFmpeg trunk repository. If you are experiencing
  15. any issues with any formally released version of FFmpeg, please try a current
  16. version of the development code to check if the issue still exists. If it does,
  17. make your report against the development code following the usual bug reporting
  18. guidelines.
  19. API and other notable Changes
  20. -----------------------------
  21. Please see the file doc/APIchanges for programmer-centric information.
  22. Notable changes:
  23. - deprecated vhook subsystem removed
  24. - deprecated old scaler removed
  25. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  26. - RTMP support in libavformat
  27. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  28. - ffprobe tool
  29. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  30. - CODEC_CAP_EXPERIMENTAL added
  31. Added Codecs:
  32. -------------
  33. - VQF demuxer
  34. - PCX encoder
  35. - CorePNG decoding support
  36. - 8088flex TMV demuxer and decoder
  37. - enable symbol versioning by default for linkers that support it
  38. - V210 decoder and encoder
  39. - QCP demuxer
  40. - SoX native format muxer and demuxer
  41. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  42. - DPX image decoder
  43. - Electronic Arts Madcow decoder
  44. - DivX (XSUB) subtitle encoder
  45. - experimental AAC encoder
  46. - Wave64 demuxer
  47. - IEC-61937 compatible Muxer
  48. - TwinVQ decoder
  49. - Bluray (PGS) subtitle decoder
  50. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  51. - WMA Pro decoder
  52. - Core Audio Format demuxer
  53. - Atrac1 decoder
  54. - MD STUDIO audio demuxer
  55. - RF64 support in WAV demuxer
  56. - MPEG-4 Audio Lossless Coding (ALS) decoder
  57. - IV8 demuxer
  58. - CDG demuxer and decoder
  59. - R210 decoder
  60. - Auravision Aura 1 and 2 decoders
  61. - Deluxe Paint Animation playback system
  62. - SIPR decoder
  63. - Adobe Filmstrip muxer and demuxer
  64. - RTP packetization and depacketization of H.263 and AMR
  65. - Bink demuxer and audio/video decoders
  66. - IFF PBM/ILBM bitmap decoder
  67. - Indeo 5 decoder
  68. - WMA Voice decoder
  69. - AMR-NB decoder
  70. - RTSP muxer
  71. - HE-AAC v1 decoder
  72. - Kega Game Video (KGV1) decoder
  73. - Psygnosis YOP demuxer and video decoder
  74. - RTP hinting in the mov/3gp/mp4 muxer
  75. - VP8 decoding via libvpx
  76. Notable license related changes
  77. -------------------------------
  78. - remaining GPL parts in AC-3 decoder converted to LGPL
  79. - libswscale can now be compiled in LGPL mode
  80. * 0.6.1
  81. General notes
  82. -------------
  83. This point release includes some minor updates to make the 0.6 release series
  84. usable for users that need to retain the existing behavior as closely as
  85. possible. The changes follow below:
  86. General Bugfixes
  87. ----------------
  88. Included are some general, minor bugfixes:
  89. - fix autodetection of E-AC-3 substream samples
  90. - performance fix for seekable http
  91. - Add missing VP80 fourcc code for the VP8 codec
  92. - smaller documentation fixes
  93. - fix several potentially exploitable issues in the FLIC decoder
  94. (addresses CVE-2010-3429)
  95. HE-AAC v2 backport
  96. ------------------
  97. This release includes a backport of the AAC decoder from trunk. This
  98. enables proper playback of HE-AAC v2 media.