]> sigrok.org Git - libsigrokdecode.git/history - decoders/i2s
instance.c: Fix a memory leak reported by scan-build.
[libsigrokdecode.git] / decoders / i2s /
2018-02-13 Gerhard Sittigi2s: make samplerate meta data optional
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-12-09 Marcus Comstedti2s: Fix unportable use of struct.pack
2017-11-11 Joel Holdsworthi2s: Set file size to 4Gb
2017-11-11 Joel Holdsworthi2s: Make 32-bit wav files
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-07 Uwe Hermanni2s: Convert to PD API version 3.
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2015-12-24 Uwe HermannUse self.out_binary naming consistently across all...
2015-12-24 Uwe HermannUse a Python list (not tuple) for OUT_BINARY.
2014-10-13 Uwe HermannAll PDs: More consistent names for ss/es variables.
2014-10-13 Uwe HermannAll PDs: Only import the 'Decoder' object.
2014-09-01 Uwe HermannPD tests moved into the sigrok-test repo.
2014-08-14 Uwe Hermannpdtests: Check for SamplerateError in all PDs that...
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-09 Uwe HermannVarious PDs: Throw SamplerateError instead of Exception.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-09 Bert VermeulenRemove unused probes and options
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2014-01-28 Uwe HermannAll PDs: Improve/fix descriptions.
2014-01-23 Uwe Hermanni2s: Add WAV dump support, drop obsolete 'i2s_dump...
2013-12-28 Uwe Hermanni2s: Fix typo.
2013-12-28 Joel Holdsworthi2s: Replace I2S with I²S
2013-11-27 Bert VermeulenAutomate protocol decoder installation.
2013-11-15 Bert VermeulenUse the new Decoder.register() API
2013-11-07 Bert VermeulenRename inter-PD output type to SRD_OUTPUT_PYTHON
2013-10-30 Bert VermeulenReceive samplerate via metadata(), not start()
2013-10-07 Uwe Hermanni2s: Add shorter and longer annotations for GUI use.
2013-10-07 Uwe Hermanni2s: Define/use common proto out format.
2013-10-07 Uwe Hermanni2s: Add helper methods for annotation/proto output.
2013-10-07 Uwe Hermanni2s: Use annotation types.
2013-09-03 Joel Holdsworthi2s: Fixed annotation sample numbers
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2012-11-24 Uwe HermannAll PDs: Name the files pd.py consistently.
2012-05-08 Uwe Hermannsrd: Add usable one-liner descriptions for all PDs.
2012-05-08 Uwe Hermannsrd: Remove TODOs from annotation format names.
2012-04-06 Joel Holdsworthsrd/i2s: Added links to documentation
2012-04-06 Joel Holdsworthsrd/i2s: Added sample-rate and bit-depth to report
2012-04-06 Joel Holdsworthsrd/i2s: Print a warning on receiving a malformed word
2012-04-06 Joel Holdsworthsrd/i2s: Initial implementation