]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2013-11-16 Bert VermeulenMinor cleanup
2013-11-15 Bert VermeulenMove versioning info out to separate header
2013-11-15 Bert VermeulenUse OUTPUT_BINARY with four classes.
2013-11-15 Bert VermeulenImplement OUTPUT_BINARY
2013-11-15 Bert VermeulenDrop obsolete report() method.
2013-11-15 Bert VermeulenDrop outdated report: this should be handled by a frontend.
2013-11-15 Bert VermeulenUse the new Decoder.register() API
2013-11-15 Bert VermeulenEmit meta bitrate
2013-11-15 Bert VermeulenEmit meta bitrate
2013-11-15 Bert VermeulenPrune dead code
2013-11-15 Bert VermeulenImplement OUTPUT_META
2013-11-14 Bert VermeulenSplit annotation-specific output to another struct
2013-11-07 Bert VermeulenMinor code cleanup
2013-11-07 Bert VermeulenRename inter-PD output type to SRD_OUTPUT_PYTHON
2013-10-31 Uwe Hermannunittests: Update to recent API changes.
2013-10-30 Bert VermeulenThe start() method no longer takes a metadata parameter
2013-10-30 Bert VermeulenReceive samplerate via metadata(), not start()
2013-10-30 Bert VermeulenPass metadata to PDs only at runtime, not at decoder...
2013-10-30 Bert VermeulenDocumentation and coding style fixes
2013-10-25 Uwe HermannAdd a 'guess_bitrate' protocol decoder.
2013-10-24 Uwe Hermanncontroller.c: Add checks for srd_inst_option_set().
2013-10-24 Uwe Hermanntestsuite: Add some decoder instance related tests.
2013-10-21 Uwe Hermannparallel: Limit number of probes to 8 for now.
2013-10-20 Uwe Hermannsession: Add some more parameter checks, minor other...
2013-10-20 Uwe Hermanntestsuite: Add a few session related unit tests.
2013-10-20 Uwe HermannAdd initial sync parallel bus decoder.
2013-10-17 Bert VermeulenReport invalid module name on decoder load
2013-10-17 Uwe Hermanntestsuite: Add a few more unit tests.
2013-10-17 Uwe HermannMinor cosmetics, typos, Doxygen updates/fixes.
2013-10-17 Bert VermeulenAvoid clobbering class variables when setting instance...
2013-10-17 Bert VermeulenDon't release borrowed reference
2013-10-17 Uwe Hermann.gitignore: Add some missing entries.
2013-10-16 Uwe Hermanntestsuite: Add some basic tests for loading PDs.
2013-10-16 Uwe HermannAdd a testsuite for libsigrokdecode.
2013-10-16 Bert VermeulenProperly return error on exception in srd_inst_option_set()
2013-10-14 Bert VermeulenMove all decoder instances and callbacks into a session...
2013-10-14 Bert VermeulenCode cleanup
2013-10-13 Uwe Hermanni2s_dump: Fix bug in the WAV output format generation.
2013-10-13 Uwe HermannAdd new i2s_dump protocol decoder.
2013-10-13 Uwe Hermanntlc5620: Output short/long annotations.
2013-10-13 Uwe Hermanntlc5620: Use annotation types.
2013-10-13 Uwe Hermannlpc: Initial start-/end-sample support.
2013-10-13 Uwe Hermannlpc: Use annotation types.
2013-10-13 Uwe Hermannlpc: Make the RESET# pin optional.
2013-10-13 Uwe Hermannlpc: Fix handling of optional probes.
2013-10-13 Uwe Hermannlpc: Add annotation helper method.
2013-10-10 Uwe Hermannusb_signalling: Drop packet handling.
2013-10-10 Uwe Hermannusb_packet: Major rewrite, e.g. to prepare for GUI...
2013-10-10 Uwe HermannRename usb_protocol to usb_packet.
2013-10-10 Uwe Hermannusb_signalling: Document protocol output format.
2013-10-08 Uwe Hermannonewire_link: Provide short/long annotations.
2013-10-08 Uwe Hermannonewire_link: Fix typos.
2013-10-08 Uwe Hermannonewire_link: Split "reset" and "presence" annotations.
2013-10-08 Uwe Hermannonewire_link: Default the 'overdrive' option to 'no'.
2013-10-08 Uwe Hermannonewire_link: Use defaults for the PD options.
2013-10-08 Uwe Hermannonewire_link: Drop PD info not useful for the user.
2013-10-08 Uwe Hermannonewire_link: Use annotation types.
2013-10-08 Uwe Hermannonewire_link: Add/use annotation helpers.
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-10-06 Uwe HermannAdd initial MIDI protocol decoder.
2013-09-29 Uwe Hermannusb_signalling: Fix packet annotation.
2013-09-29 Uwe Hermannusb_signalling: Fix EOP handling and annotation.
2013-09-29 Uwe Hermannusb_signalling: Properly use different annotation types.
2013-09-29 Uwe Hermannusb_signalling: Fix decode of individual bits.
2013-09-20 Uwe Hermannusb_signalling: Simplify symbols handling a bit.
2013-09-20 Uwe Hermannusb_signalling: Refactor/simplify bitrate/bitwidth...
2013-09-15 Uwe Hermannusb_signalling: Fix start/end sample numbers.
2013-09-15 Uwe Hermanndcf77: Fix date parity check.
2013-09-15 Uwe Hermanndcf77: Provide short and long annotations.
2013-09-15 Uwe Hermanndcf77: Fix multi-bit DCF77 field annotations.
2013-09-15 Uwe Hermanndcf77: Consistency renames.
2013-09-15 Uwe Hermanndcf77: Drop PON pin handling.
2013-09-15 Uwe Hermanndcf77: Use proper annotations for DCF77 components.
2013-09-15 Uwe Hermanndcf77: Fix bug in handling of DCF77 bit 0.
2013-09-15 Uwe Hermanndcf77: Fix start-/end-sample numbers.
2013-09-14 Uwe Hermanni2c: Drop unneeded 'addressing' option.
2013-09-14 Uwe Hermanni2c: Drop obsolete TODOs.
2013-09-14 Uwe Hermanni2c: Move OUTPUT_PROTO docs to pd.py.
2013-09-14 Uwe Hermanni2c: Moved extensive protocol docs to the wiki.
2013-09-14 Uwe Hermanni2c: Various fixes to make the PD suitable for GUIs.
2013-09-12 Uwe Hermannspi: Add some documentation, move OUTPUT_PROTO docs.
2013-09-12 Uwe Hermannspi: Make CS# optional and use it if supplied.
2013-09-12 Uwe Hermannspi: Refactor code, use a state machine.
2013-09-12 Uwe Hermannspi: Provide multiple annotation types.
2013-09-12 Uwe Hermannspi: Fix start-/end-sample numbers.
2013-09-12 Uwe Hermannspi: Make data format a PD option, add annotation types.
2013-09-12 Uwe Hermanncan: Use proper annotation types for the CAN fields.
2013-09-12 Uwe Hermannuart: Output data in separate RX and TX annotation...
2013-09-12 Uwe Hermannuart: Use same length for data output in all cases.
2013-09-12 Uwe Hermannuart: Put annotations into proper annotation types.
2013-09-12 Uwe Hermannuart: Move OUTPUT_PROTO format description to pd.py.
2013-09-12 Uwe Hermannuart: Drop extensive protocol info (moved to wiki).
2013-09-12 Uwe Hermannuart: Make data format selection a PD option.
2013-09-12 Uwe Hermannuart: Use T for stop bit, P for parity bit.
2013-09-12 Uwe Hermannuart: Don't prefix databyte output numbers.
2013-09-12 Uwe Hermannuart: Fix corner-case that can occur with LA triggers.
2013-09-12 Uwe Hermannuart: Fix start-/end-sample numbers.
next