Releases: x42/libltc
Releases · x42/libltc
libltc v1.3.2
- 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 [email protected]
libltc v1.3.1
- 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 [email protected]
libltc v1.3.0
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 [email protected]
libltc v1.2.0
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 [email protected]
- support older MSVC without C99
- fix endianess detection (gcc-4.4 compat)
- improve realtime safety, don't even print errors
libltc v1.1.4
2014-05-16 (v1.1.4) Robin Gareus [email protected]
- rework endianess detection (by MartinDelille)
- fix compile on systems w/o endian.h
- remove obsolte autotools macros
v1.1.3
2013-11-09 (v1.1.3) Robin Gareus [email protected]
- fixes for the release & test scripts (by Nils Philippsen)
- update links to releases in doc.
v1.1.2
Changelog
2013-09-06 (v1.1.2) Robin Gareus [email protected]
- 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_*