NEWS 1.1 KB

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