CHANGES 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. libvorbis 1.3.3 (2012-02-03) -- "Xiph.Org libVorbis I 20120203 (Omnipresent)"
  2. * vorbis: additional proofing against invalid/malicious
  3. streams in decode (see SVN for details).
  4. * vorbis: fix a memory leak in vorbis_commentheader_out().
  5. * updates, corrections and clarifications in the Vorbis I specification
  6. document
  7. * win32: fixed project configuration which referenced two CRT versions
  8. in output binaries.
  9. * build warning fixes
  10. libvorbis 1.3.2 (2010-11-01) -- "Xiph.Org libVorbis I 20101101 (Schaufenugget)"
  11. * vorbis: additional proofing against invalid/malicious
  12. streams in floor, residue, and bos/eos packet trimming
  13. code (see SVN for details).
  14. * vorbis: Added programming documentation tree for the
  15. low-level calls
  16. * vorbisfile: Correct handling of serial numbers array
  17. element [0] on non-seekable streams
  18. * vorbisenc: Back out an [old] AoTuV HF weighting that was
  19. first enabled in 1.3.0; there are a few samples where I
  20. really don't like the effect it causes.
  21. * vorbis: return correct timestamp for granule positions
  22. with high bit set.
  23. * vorbisfile: the [undocumented] half-rate decode api made no
  24. attempt to keep the pcm offset tracking consistent in seeks.
  25. Fix and add a testing mode to seeking_example.c to torture
  26. test seeking in halfrate mode. Also remove requirement that
  27. halfrate mode only work with seekable files.
  28. * vorbisfile: Fix a chaining bug in raw_seeks where seeking
  29. out of the current link would fail due to not
  30. reinitializing the decode machinery.
  31. * vorbisfile: improve seeking strategy. Reduces the
  32. necessary number of seek callbacks in an open or seek
  33. operation by well over 2/3.
  34. libvorbis 1.3.1 (2010-02-26) -- "Xiph.Org libVorbis I 20100325 (Everywhere)"
  35. * tweak + minor arithmetic fix in floor1 fit
  36. * revert noise norm to conservative 1.2.3 behavior pending
  37. more listening testing
  38. libvorbis 1.3.0 (2010-02-25) -- unreleased staging snapshot
  39. * Optimized surround support for 5.1 encoding at 44.1/48kHz
  40. * Added encoder control call to disable channel coupling
  41. * Correct an overflow bug in very low-bitrate encoding on 32 bit
  42. machines that caused inflated bitrates
  43. * Numerous API hardening, leak and build fixes
  44. * Correct bug in 22kHz compand setup that could cause a crash
  45. * Correct bug in 16kHz codebooks that could cause unstable pure
  46. tones at high bitrates
  47. libvorbis 1.2.3 (2009-07-09) -- "Xiph.Org libVorbis I 20090709"
  48. * correct a vorbisfile bug that prevented proper playback of
  49. Vorbis files where all audio in a logical stream is in a
  50. single page
  51. * Additional decode setup hardening against malicious streams
  52. * Add 'OV_EXCLUDE_STATIC_CALLBACKS' define for developers who
  53. wish to avoid unused symbol warnings from the static callbacks
  54. defined in vorbisfile.h
  55. libvorbis 1.2.2 (2009-06-24) -- "Xiph.Org libVorbis I 20090624"
  56. * define VENDOR and ENCODER strings
  57. * seek correctly in files bigger than 2 GB (Windows)
  58. * fix regression from CVE-2008-1420; 1.0b1 files work again
  59. * mark all tables as constant to reduce memory occupation
  60. * additional decoder hardening against malicious streams
  61. * substantially reduce amount of seeking performed by Vorbisfile
  62. * Multichannel decode bugfix
  63. * build system updates
  64. * minor specification clarifications/fixes
  65. libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"
  66. * Improved robustness with corrupt streams.
  67. * New ov_read_filter() vorbisfile call allows filtering decoded
  68. audio as floats before converting to integer samples.
  69. * Fix an encoder bug with multichannel streams.
  70. * Replaced RTP payload format draft with RFC 5215.
  71. * Bare bones self test under 'make check'.
  72. * Fix a problem encoding some streams between 14 and 28 kHz.
  73. * Fix a numerical instability in the edge extrapolation filter.
  74. * Build system improvements.
  75. * Specification correction.
  76. libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"
  77. * new ov_fopen() convenience call that avoids the common
  78. stdio conflicts with ov_open() and MSVC runtimes.
  79. * libvorbisfile now handles multiplexed streams
  80. * improve robustness to corrupt input streams
  81. * fix a minor encoder bug
  82. * updated RTP draft
  83. * build system updates
  84. * minor corrections to the specification
  85. libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304"
  86. * fix a serious encoder bug with gcc 4 optimized builds
  87. * documentation and spec fixes
  88. * updated VS2003 and XCode builds
  89. * new draft RTP encapsulation spec
  90. libvorbis 1.1.1 (2005-06-27) -- "Xiph.Org libVorbis I 20050304"
  91. * bug fix to the bitrate management encoder interface
  92. * bug fix to properly set packetno field in the encoder
  93. * new draft RTP encapsulation spec
  94. * library API documentation improvements
  95. libvorbis 1.1.0 (2004-09-22) -- "Xiph.Org libVorbis I 20040629"
  96. * merges tuning improvements from Aoyumi's aoTuV with fixups
  97. * new managed bitrate (CBR) mode support
  98. * new vorbis_encoder_ctl() interface
  99. * extensive documentation updates
  100. * application/ogg mimetype is now official
  101. * autotools cleanup from Thomas Vander Stichele
  102. * SymbianOS build support from Colin Ward at CSIRO
  103. * various bugfixes
  104. * various packaging improvements
  105. libvorbis 1.0.1 (2003-11-17) -- "Xiph.Org libVorbis I 20030909"
  106. * numerous bug fixes
  107. * specification corrections
  108. * new crosslap and halfrate APIs for game use
  109. * packaging and build updates
  110. libvorbis 1.0.0 (2002-07-19) -- "Xiph.Org libVorbis I 20020717"
  111. * first stable release