CHANGES 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. libvorbis 1.2.2 (unreleased) -- "Xiph.Org libVorbis I 20081127"
  2. * define VENDOR and ENCODER strings
  3. * seek correctly in files bigger than 2 GB (Windows)
  4. * fix regression from CVE-2008-1420; 1.0b1 files work again
  5. * mark all tables as constant to reduce memory occupation
  6. libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"
  7. * Improved robustness with corrupt streams.
  8. * New ov_read_filter() vorbisfile call allows filtering decoded
  9. audio as floats before converting to integer samples.
  10. * Fix an encoder bug with multichannel streams.
  11. * Replaced RTP payload format draft with RFC 5215.
  12. * Bare bones self test under 'make check'.
  13. * Fix a problem encoding some streams between 14 and 28 kHz.
  14. * Fix a numerical instability in the edge extrapolation filter.
  15. * Build system improvements.
  16. * Specification correction.
  17. libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"
  18. * new ov_fopen() convenience call that avoids the common
  19. stdio conflicts with ov_open() and MSVC runtimes.
  20. * libvorbisfile now handles multiplexed streams
  21. * improve robustness to corrupt input streams
  22. * fix a minor encoder bug
  23. * updated RTP draft
  24. * build system updates
  25. * minor corrections to the specification
  26. libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304"
  27. * fix a serious encoder bug with gcc 4 optimized builds
  28. * documentation and spec fixes
  29. * updated VS2003 and XCode builds
  30. * new draft RTP encapsulation spec
  31. libvorbis 1.1.1 (2005-06-27) -- "Xiph.Org libVorbis I 20050304"
  32. * bug fix to the bitrate management encoder interface
  33. * bug fix to properly set packetno field in the encoder
  34. * new draft RTP encapsulation spec
  35. * library API documentation improvements
  36. libvorbis 1.1.0 (2004-09-22) -- "Xiph.Org libVorbis I 20040629"
  37. * merges tuning improvements from Aoyumi's aoTuV with fixups
  38. * new managed bitrate (CBR) mode support
  39. * new vorbis_encoder_ctl() interface
  40. * extensive documentation updates
  41. * application/ogg mimetype is now official
  42. * autotools cleanup from Thomas Vander Stichele
  43. * SymbianOS build support from Colin Ward at CSIRO
  44. * various bugfixes
  45. * various packaging improvements
  46. libvorbis 1.0.1 (2003-11-17) -- "Xiph.Org libVorbis I 20030909"
  47. * numerous bug fixes
  48. * specification corrections
  49. * new crosslap and halfrate APIs for game use
  50. * packaging and build updates
  51. libvorbis 1.0.0 (2002-07-19) -- "Xiph.Org libVorbis I 20020717"
  52. * first stable release