0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Oct 31, 2024 — Oct 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added M4 - actually required for libtool.
rgareus
as x42
More... over 15 years ago
fixed debian packaging (to check via lintian).
rgareus
as x42
More... over 15 years ago
started updaing documenation.
rgareus
as x42
More... over 15 years ago
fixed compiler warning in test-code.
rgareus
as x42
More... over 15 years ago
some notes on testing..
rgareus
as x42
More... over 15 years ago
cleaned up LGPL licensing.
rgareus
as x42
More... over 15 years ago
disabled offset output
rgareus
as x42
More... over 15 years ago
test smaple offset output
rgareus
as x42
More... over 15 years ago
added sndfile-timeref
rgareus
as x42
More... over 15 years ago
refactored output routines.
rgareus
as x42
More... over 15 years ago
basic ltcdumper using libsndfile
rgareus
as x42
More... over 15 years ago
re-added ltc2amidi
rgareus
as x42
More... over 15 years ago
updated version number in debian/changelog
rgareus
as x42
More... over 15 years ago
Changed frame.posinfo to frame.endpos to keep in sync with libltcsmpte. More... over 15 years ago
Renamed SMPTEFrameExt's posinfo to endpos to make it clear what the value actually contains. More... over 15 years ago
Cleaned up decoder test and it's output. More... over 15 years ago
Added tons of comments to audio_to_biphase() to explain how the algorithm works. More... over 15 years ago
Clarification: the offset values in SMPTEDecoderWrite mark the last sample belonging to the respective value. More... over 15 years ago
Extended DIAGNOSTICS_OUTPUT. Now writes two additional files, both for use with Audacity. One contains the positions of the detected biphase phase changes. The other contains the resulting bits. These files are only written if DIAGNOSTICS_OUTPUT is defined. More... over 15 years ago
Added DIAGNOSTICS_OUTPUT and DIAGNOSTICS_FILEPATH. They enable writing a diagnostics file currently containing data to track the behaviour of audio_to_biphase(). More... over 15 years ago
Moved tests' config macros to tests.h. More... over 15 years ago
Improved decoder test. It now attempts to detect frames that were not decoded. More... over 15 years ago
Date support in decoder test is now printing the date in ISO format: YEAR-MO-DA. It will also add 2000 if year is below 67 and 1900 otherwise. This is a bit arbitrary, but at least it is the year SMPTE was introduced. More... over 15 years ago
fixed #if -> #ifdef
rgareus
as x42
More... about 16 years ago
Added option to build libltcsmpte for use with 32-bit float (#define USE_FLOAT), 16-bit signed integer samples (#define USE16BIT). The library still defaults to 8-bit unsigned and should produce output identical to previous versions on most architectures. More... over 16 years ago
encoder test improvements More... over 16 years ago
decoder and encoder test improvements More... over 16 years ago
added function to query current encoder time
rgareus
as x42
More... over 16 years ago
more doxygen comments fixed.
rgareus
as x42
More... over 16 years ago
updated docs to LGPL.
rgareus
as x42
More... over 16 years ago