NEWS 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Overview of Changes in audiowmark-0.6.0:
  2. * implement speed detection/correction (--detect-speed)
  3. Overview of Changes in audiowmark-0.5.0:
  4. * support HTTP Live Streaming for audio/video streaming
  5. * fix floating point wav input
  6. * improve command line option handling (ArgParser)
  7. * support seeking on internal watermark state
  8. Overview of Changes in audiowmark-0.4.2:
  9. * compile fixes for g++-9 and clang++-10
  10. * add experimental support for short payload
  11. Overview of Changes in audiowmark-0.4.1:
  12. * initial public release
  13. Overview of Changes in audiowmark-0.4.0:
  14. * add initial video watermarking support (videowmark)
  15. Overview of Changes in audiowmark-0.3.0:
  16. * replace padding at start with a partial B block
  17. * add algorithm for decoding the watermark from short clips
  18. Overview of Changes in audiowmark-0.2.1:
  19. * add limiter to avoid clipping during watermark generation
  20. Overview of Changes in audiowmark-0.2.0:
  21. * support input/output streams
  22. * support raw streams
  23. * some performance optimizations
  24. * unified logging and --quiet option
  25. * improved mp3 detection to avoid false positives
  26. * split up watermarking source (wmadd/wmget/wmcommon)
  27. Overview of Changes in audiowmark-0.1.0:
  28. * initial release