-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
291 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2022-09-04 (v1.3.2) Robin Gareus <[email protected]> | ||
* Fixed decoder ringbuffer off by one (allow queue-size of 1) | ||
* Add interface to end encoding, add a final transition | ||
(https://github.com/x42/libltc/issues/65) | ||
* Add unit-test for ltc_encoder_end_encode() | ||
|
||
2019-04-04 (v1.3.1) Robin Gareus <[email protected]> | ||
* Added methods to write and read numbers from user bytes | ||
* Fix compilation for Ardunio/AVR (missing rint) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
libltc (1.3.1-1) unstable; urgency=low | ||
libltc (1.3.2-1) unstable; urgency=low | ||
|
||
* Robin's private package. see ../ChangeLog | ||
* official debian package at | ||
http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libltc.git | ||
|
||
-- Robin Gareus <[email protected]> Thu, 04 Apr 2019 03:36:09 +0200 | ||
-- Robin Gareus <[email protected]> Sun, 04 Sep 2022 17:16:33 +0200 | ||
|
||
libltc (1.0.1-1) unstable; urgency=low | ||
|
||
|
Oops, something went wrong.