NEWS 880 B

1234567891011121314151617181920212223242526272829303132333435
  1. Overview of Changes in audiowmark-0.4.2:
  2. * compile fixes for g++-9 and clang++-10
  3. * add experimental support for short payload
  4. Overview of Changes in audiowmark-0.4.1:
  5. * initial public release
  6. Overview of Changes in audiowmark-0.4.0:
  7. * add initial video watermarking support (videowmark)
  8. Overview of Changes in audiowmark-0.3.0:
  9. * replace padding at start with a partial B block
  10. * add algorithm for decoding the watermark from short clips
  11. Overview of Changes in audiowmark-0.2.1:
  12. * add limiter to avoid clipping during watermark generation
  13. Overview of Changes in audiowmark-0.2.0:
  14. * support input/output streams
  15. * support raw streams
  16. * some performance optimizations
  17. * unified logging and --quiet option
  18. * improved mp3 detection to avoid false positives
  19. * split up watermarking source (wmadd/wmget/wmcommon)
  20. Overview of Changes in audiowmark-0.1.0:
  21. * initial release