]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2016-10-19 Gerhard Sittiguart: minor nit, rename the "databyte" variable
2016-10-12 Rudolf ReuterAdd an initial GPIB decoder.
2016-09-24 Uwe Hermannmidi: Add missing copyright lines.
2016-09-24 Uwe Hermannmidi: Random cosmetic cleanups.
2016-09-24 Uwe Hermannmidi: Simplify some boolean tests.
2016-09-24 Uwe Hermannmidi: Use "is" or "is not" with None.
2016-09-24 Uwe Hermannusb_request: Use "is" or "is not" with None.
2016-09-24 Chrismidi: Add support for complex MIDI message formats...
2016-09-24 Chrismidi: chromatic_notes in list.py was off by 1 octave
2016-09-24 Uwe Hermannuart: Fix a bug in the output for stacked PDs.
2016-09-04 Uwe Hermannmidi: Some annotation consistency changes.
2016-09-04 ChrisUpdates each annotation with multiple strings ranging...
2016-08-26 Uwe Hermannusb_power_delivery: Drop problematic exception in us2sa...
2016-08-25 Uwe Hermannsrd_inst_decode(): Return SRD_ERR_ARG if unitsize is 0.
2016-08-25 Uwe Hermannsrd_inst_decode(): Make the code API version dependent.
2016-08-25 Uwe HermannFactor out srd_decoder_apiver().
2016-08-25 Uwe Hermannsrd_inst_decode(): Improve comments and log messages.
2016-08-25 Uwe Hermannsrd_session_send(): Improve Doxygen comments.
2016-08-23 Uwe Hermannssi32: Slightly more descriptive naming.
2016-08-23 Chris Drehermidi: Substantially improve decoding of MIDI messages.
2016-08-21 Uwe Hermannssi32: Minor cosmetics, add full license header (for...
2016-08-21 Oleksij RempelAdd Bosch SSI32 protocol decoder.
2016-07-06 cbdevAdd a DMX512 protocol decoder
2016-06-28 Uwe Hermanntiming: Add frequency and averaging support.
2016-06-22 Uwe Hermannspiflash: Add a 'format' option.
2016-06-22 Angus Grattonspiflash: Perf tweak: Build handler lookup table once...
2016-06-22 Angus Grattonspiflash: Handle "Fast Read Dual I/O"
2016-06-22 Angus Grattonspiflash: Handle CS# transitions, allow variable-length...
2016-05-26 Uwe HermannConsistency renames of {ss,es}_ variables.
2016-05-25 Uwe HermannMove common/ directory into decoders/.
2016-05-18 Benjamin LarssonAdd decoder for em4305 RFID protocol
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2016-05-11 Uwe Hermannusb_request: Drop hardcoded samplerate.
2016-05-11 Stefan BrünsSupply metadata to stacked decoders
2016-05-11 Uwe Hermannwiegand: Make bitwidth_ms option values integer (not...
2016-05-11 Sean BurfordAdd wiegand decoder.
2016-05-09 Uwe HermannConsistently use ' instead of " for strings in all...
2016-05-09 Uwe HermannFactor out SD card lists into common/sdcard.
2016-05-05 Uwe HermannFactor out bcd2int() into common/srdhelper.
2016-05-05 Uwe HermannHave one subdirectory per module in common/ as well.
2016-05-04 Bert VermeulenMove constants out of xfp to common/plugtrx.
2016-05-04 Bert VermeulenAdd common directory for shared modules.
2016-05-04 Uwe Hermannmdio: Add 'TURNAROUND' long/full annotation.
2016-05-04 Uwe Hermannmdio: Factor out self.putff().
2016-05-04 Elias OenalAdd an MDIO protocol decoder.
2016-04-27 Uwe HermannDrop mdio decoder (to be replaced with another implemen...
2016-04-20 Uwe Hermannpwm: Use self.{ss,es}_block for consistency across...
2016-04-20 Uwe Hermanntiming: Use self.samplenum for consistency across PDs.
2016-03-20 fenugrecAdd initial Renesas Advanced User Debugger (AUD) decoder.
2016-03-04 Uwe Hermannem4100/t55xx: Fix accidentally broken wording in licens...
2016-03-04 Uwe HermannFix various incorrect PD license metadata fields.
2016-03-03 Uwe HermannAdd an rgb_led_ws281x decoder.
2016-03-03 Benjamin LarssonAdd decoder for the t55xx RFID protocol
2016-03-03 Uwe Hermannconfigure.ac: Bump package version to 0.5.0.
2016-01-29 Uwe HermannBump libtool version (not package version) to 3:0:0.
2016-01-29 Uwe HermannNEWS: Update for upcoming 0.4.0 release.
2016-01-28 Martijn van... configure.ac: Also check for Python 3.5.
2016-01-28 Daniel Thompsonuart: Optimize handling of samples when tx and rx are...
2016-01-28 Petteri Aimonenarm_itm: Use objdump instead of addr2line.
2015-12-25 Uwe Hermannusb_power_delivery: Raise SamplerateError instead of...
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.
2015-12-23 Uwe HermannDrop obsolete support for annotation tuples (only suppo...
2015-12-18 Uwe Hermannem4100: Simplify the code a bit.
2015-12-18 Uwe Hermannem4100: Use ss/es naming for consistency across PDs.
2015-12-18 Uwe Hermannem4100: Eliminate some unnecessary int()s.
2015-12-18 Uwe Hermannem4100: Change annotation setup a bit, decode more...
2015-12-18 Benjamin LarssonAdd RFID EM4100 protocol decoding
2015-12-16 Uwe Hermannusb_power_delivery: Use "if not self.samplerate" form.
2015-12-16 Vincent Palatinusb_power_delivery: convert double quotes to single...
2015-12-07 Marcus Comstedtinit: Don't let Python override signal handlers
2015-12-04 Uwe Hermannusb*: Minor cosmetics.
2015-12-01 Stefan Brünsusb_signalling: detect PREamble PID
2015-12-01 Stefan Brünsusb_signalling: add signaling states needed after LS...
2015-12-01 Stefan Brünsusb_{packet,request}: handle PREamble transmissions
2015-11-29 Stefan Brünsusb_signalling: fix SOP detection after an error condition
2015-11-29 Stefan Brünsusb_packet: handle errors from usb_signalling
2015-11-29 Stefan Brünsusb_request: Handle transmission timeouts
2015-11-29 Stefan Brünsusb_signalling: add option to automatically set signall...
2015-11-29 Stefan Brünsusb_signalling: decode RESET and Keep-Alive signalling...
2015-11-29 Stefan Brünsusb_signalling: use explicit positions for packet start/end
2015-11-29 Stefan Brünsusb_signalling: handle symbol errors in EOP state
2015-11-29 Stefan Brünsusb_signalling: remove unneeded syms array
2015-11-29 Stefan Brünsusb_signalling: remove unused ss_sop member
2015-11-29 Stefan Brünsusb_signalling: detect bit stuffing errors
2015-11-29 Stefan Brünsusb_signalling: consolidate symbol output
2015-11-22 Paul "LeoNerd... spi: Add a 'TRANSFER' output type.
2015-11-22 Paul "LeoNerd... Fix documentation comment in SPI decoder
2015-11-21 Uwe Hermannusb_power_delivery: Minor typo and whitespace fixes.
2015-11-21 Uwe Hermannusb_power_delivery: Use the same license header format...
2015-11-21 Vincent PalatinUSB Power Delivery protocol decoder
2015-11-21 Uwe Hermannspiflash: Fix incorrect 'inputs' field.
2015-11-12 Paul "LeoNerd... Initial attempt at MAX7219/MAX7221 decoder
2015-11-03 Uwe Hermannsrd_decoder_unload(): Remove PD from the internal list.
2015-11-03 Uwe Hermanntests/decoder.c: Add some srd_decoder_unload*() tests.
2015-10-22 ElrondUART: Handle framing errors better
2015-10-06 Daniel Elstnerexception: Decorate catch function with format attribute
2015-10-06 Daniel Elstnerbuild: Require GLib 2.28.0
2015-10-06 Daniel Elstnerutil: Factor out Python module load
2015-10-06 Daniel Elstnerdecoder: Refactor loading code and plug leaks
next