CHANGES 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. libvorbis 1.2.2 (2009-06-24) -- "Xiph.Org libVorbis I 20090624"
  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. * additional decoder hardening against malicious streams
  7. * substantially reduce amount of seeking performed by Vorbisfile
  8. * Multichannel decode bugfix
  9. * build system updates
  10. * minor specification clarifications/fixes
  11. libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"
  12. * Improved robustness with corrupt streams.
  13. * New ov_read_filter() vorbisfile call allows filtering decoded
  14. audio as floats before converting to integer samples.
  15. * Fix an encoder bug with multichannel streams.
  16. * Replaced RTP payload format draft with RFC 5215.
  17. * Bare bones self test under 'make check'.
  18. * Fix a problem encoding some streams between 14 and 28 kHz.
  19. * Fix a numerical instability in the edge extrapolation filter.
  20. * Build system improvements.
  21. * Specification correction.
  22. libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"
  23. * new ov_fopen() convenience call that avoids the common
  24. stdio conflicts with ov_open() and MSVC runtimes.
  25. * libvorbisfile now handles multiplexed streams
  26. * improve robustness to corrupt input streams
  27. * fix a minor encoder bug
  28. * updated RTP draft
  29. * build system updates
  30. * minor corrections to the specification
  31. libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304"
  32. * fix a serious encoder bug with gcc 4 optimized builds
  33. * documentation and spec fixes
  34. * updated VS2003 and XCode builds
  35. * new draft RTP encapsulation spec
  36. libvorbis 1.1.1 (2005-06-27) -- "Xiph.Org libVorbis I 20050304"
  37. * bug fix to the bitrate management encoder interface
  38. * bug fix to properly set packetno field in the encoder
  39. * new draft RTP encapsulation spec
  40. * library API documentation improvements
  41. libvorbis 1.1.0 (2004-09-22) -- "Xiph.Org libVorbis I 20040629"
  42. * merges tuning improvements from Aoyumi's aoTuV with fixups
  43. * new managed bitrate (CBR) mode support
  44. * new vorbis_encoder_ctl() interface
  45. * extensive documentation updates
  46. * application/ogg mimetype is now official
  47. * autotools cleanup from Thomas Vander Stichele
  48. * SymbianOS build support from Colin Ward at CSIRO
  49. * various bugfixes
  50. * various packaging improvements
  51. libvorbis 1.0.1 (2003-11-17) -- "Xiph.Org libVorbis I 20030909"
  52. * numerous bug fixes
  53. * specification corrections
  54. * new crosslap and halfrate APIs for game use
  55. * packaging and build updates
  56. libvorbis 1.0.0 (2002-07-19) -- "Xiph.Org libVorbis I 20020717"
  57. * first stable release