- update to 1.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() OBS-URL: https://build.opensuse.org/request/show/1039780 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libltc?expand=0&rev=10
146 lines
5.2 KiB
Plaintext
146 lines
5.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Dec 3 10:44:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.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()
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 14 10:54:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 1.3.1:
|
|
* Added methods to write and read numbers from user bytes
|
|
* Fix compilation for Ardunio/AVR (missing rint)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 12 11:44:52 UTC 2018 - mpluskal@suse.com
|
|
|
|
- Update to version 1.3.0
|
|
* fix potential offset overflow (user provided relative position)
|
|
* add link examples and bindings/wrapper code to documentation
|
|
* documentation spelling fixes
|
|
* fix endianess detection (gcc-4.4 compat)
|
|
* improve realtime safety, don't even print errors
|
|
- Drop oxygen buildrequirement and libltc_doxyfile_no_timestamp.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 21 23:44:08 UTC 2016 - jengelh@inai.de
|
|
|
|
- Avoid building static libs since they get removed anyway.
|
|
Requires uses one equals sign.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 12 07:57:24 UTC 2016 - mpluskal@suse.com
|
|
|
|
- Do not ship static library
|
|
- Update dependencies/provides
|
|
* add pkg-config
|
|
* remove manual provides
|
|
- Cleanup spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 14 23:25:23 UTC 2014 - virtuousfox@gmail.com
|
|
|
|
- Update to 1.1.4
|
|
|
|
2014-05-16 (v1.1.4) Robin Gareus <robin@gareus.org>
|
|
* rework endianess detection
|
|
* fix compile on systems w/o endian.h
|
|
* remove obsolte autotools macros
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 4 18:08:12 UTC 2014 - dnh@opensuse.org
|
|
|
|
- Initial build.
|
|
|
|
Changes from previous versions:
|
|
|
|
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.
|
|
|
|
2013-09-06 (v1.1.2) Robin Gareus <robin@gareus.org>
|
|
* better 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_*
|
|
|
|
2012-11-18 (v1.1.1) Robin Gareus <robin@gareus.org>
|
|
* start LTC frame with rising edge
|
|
* fix typo in variable name and clarify documentation
|
|
|
|
2012-11-17 (v1.1.0) Robin Gareus <robin@gareus.org>
|
|
* non-backwards compatible API update for 12M-1999 spec additions
|
|
- rework encoder and frame inc/dec API.
|
|
- add support for TV-standard offset and binary-group-flags
|
|
* fix LTCFrame struct for big-endian architectures
|
|
* fix volume db calculation
|
|
* update default rise-time - 40us
|
|
* fix timezone 0x0a -> -0030
|
|
|
|
2012-11-09 (v1.0.3) Robin Gareus <robin@gareus.org>
|
|
* fix version-number in header (was stuck at 1.0.1)
|
|
* fix internal buffer size of non-integer fps
|
|
* add API call to reset encoder state
|
|
* reset encoder-state when calling reinit()
|
|
|
|
2012-11-06 (v1.0.2) Robin Gareus <robin@gareus.org>
|
|
* fix man-page doxygen minus vs hyphen issue
|
|
* allow to reset date parameters when assigning timecode|frame
|
|
* improve decoder audio-sample position accuracy:
|
|
take difference of current biphase count to nominal period
|
|
duration into account.
|
|
(thanks to Chris Goddard for OSC sample-sync measurements)
|
|
|
|
2012-11-03 (v1.0.1) Robin Gareus <robin@gareus.org>
|
|
* fix release tar-ball: remove cruft from test/
|
|
* fix typo in README and update description
|
|
* no code changes.
|
|
|
|
2012-11-02 (v1.0.0) Robin Gareus <robin@gareus.org>
|
|
* freeze interface defition - 1.0.0
|
|
* update doc
|
|
* minor tweaks and typos (OSX build,
|
|
printf size_t warning, LPGL boilerplate)
|
|
|
|
2012-10-25 (v0.8.1) Robin Gareus <robin@gareus.org>
|
|
* add interface to decode 16bit and 32bit float data
|
|
(wrappers around ltc_decoder_write() - internally 8 bit)
|
|
|
|
2012-10-24 (v0.8.0) Robin Gareus <robin@gareus.org>
|
|
* add input signal level to data-structure
|
|
* add interfaces to set encoder volume and filter
|
|
* adjust decoder biphase tracking (allow rounding down to 1 sample)
|
|
* use ltc_off_t for all (long long int)
|
|
|
|
2012-10-21 (v0.7.0) Robin Gareus <robin@gareus.org>
|
|
* add support for reverse encoding
|
|
* add interface to decrement encoder timecode
|
|
* rename interface to increment encoder timecode
|
|
|
|
2012-10-21 (v0.6.2) Robin Gareus <robin@gareus.org>
|
|
* fix ltc_encoder_encode_byte() return value
|
|
|
|
2012-10-21 (v0.6.1) Robin Gareus <robin@gareus.org>
|
|
* add realtime safe interface to change fps
|
|
* fix: set parity also when decrementing frame numbers
|
|
* update documentation - fix typos, clarificaions
|
|
|
|
2012-10-13 (v0.6.0) Robin Gareus <robin@gareus.org>
|
|
* set parity bit on encoding - keep polarity of the waveform constant
|
|
|
|
2012-10-09 (v0.5.3) Robin Gareus <robin@gareus.org>
|
|
* add interface to decrement timecode
|
|
|
|
2012-10-04 (v0.5.2) Robin Gareus <robin@gareus.org>
|
|
* expose detailed timing info in extended LTC Frame
|
|
allow to re-construct the phase of the signal
|
|
|
|
2012-08-23 (v0.5.1) Robin Gareus <robin@gareus.org>
|
|
* add ability to read reverse LTC
|
|
* use 64bit values (long long) for position offset
|
|
* minor fixes, typos, doc
|
|
|
|
2012-08-15 (v0.5.0) Robin Gareus <robin@gareus.org>
|
|
* refactored libltcsmpte.sf.net into libltc
|