Skip to content

Releases: x42/libltc

libltc v1.3.2

04 Sep 15:23
@x42 x42
bf84b01
Compare
Choose a tag to compare
  • Fixed decoder ringbuffer off by one (allow queue-size of 1)
  • Add interface to end encoding, add a final transition (#65)
  • Add unit-test for ltc_encoder_end_encode()

2022-09-04 (v1.3.2) Robin Gareus robin@gareus.org

libltc v1.3.1

04 Apr 01:40
@x42 x42
ea3b250
Compare
Choose a tag to compare
  • Added methods to write and read numbers from user bytes
  • Fix compilation for Ardunio/AVR (missing rint)

2019-04-04 (v1.3.1) Robin Gareus robin@gareus.org

libltc v1.3.0

23 Dec 03:49
@x42 x42
Compare
Choose a tag to compare

Another release with only internal changes. Neither API nor ABI has been changed since the last release.

  • fix potential offset overflow (user provided relative position) #25
  • further improve MSVC compatibility (-infinity)
  • fix self-test for windows (binary file i/o)
  • add link examples and bindings/wrapper code to documentation
  • documentation spelling fixes

2016-12-23 (v1.3.0) Robin Gareus robin@gareus.org

libltc v1.2.0

26 Nov 20:49
@x42 x42
Compare
Choose a tag to compare

Conclude 1.1.X release cycle with some compiler compatibly (older MSVC and gcc) fixes.
Neither API nor ABI has been changed since the last release.

2015-11-26 (v1.2.0) Robin Gareus robin@gareus.org

  • support older MSVC without C99
  • fix endianess detection (gcc-4.4 compat)
  • improve realtime safety, don't even print errors

libltc v1.1.4

16 May 17:03
@x42 x42
Compare
Choose a tag to compare

2014-05-16 (v1.1.4) Robin Gareus robin@gareus.org

  • rework endianess detection (by MartinDelille)
  • fix compile on systems w/o endian.h
  • remove obsolte autotools macros

v1.1.3

09 Nov 15:20
@x42 x42
Compare
Choose a tag to compare

2013-11-09 (v1.1.3) Robin Gareus robin@gareus.org

  • fixes for the release & test scripts (by Nils Philippsen)
  • update links to releases in doc.

v1.1.2

09 Nov 14:43
@x42 x42
Compare
Choose a tag to compare

Changelog

2013-09-06 (v1.1.2) Robin Gareus robin@gareus.org

  • improve BIG_ENDIAN detection (should fix mips, sparc, s390 builds)
  • fix decoder_write_u16() -- use unsigned short
  • allow to use buffersizes larger than 1024 samples with ltc_decoder_write_*