Age | Commit message (Expand) | Author |
2013-11-15 | Drop obsolete report() method. | Bert Vermeulen |
2013-11-15 | Drop outdated report: this should be handled by a frontend. | Bert Vermeulen |
2013-11-15 | Use the new Decoder.register() API | Bert Vermeulen |
2013-11-15 | Emit meta bitrate | Bert Vermeulen |
2013-11-15 | Emit meta bitrate | Bert Vermeulen |
2013-11-15 | Prune dead code | Bert Vermeulen |
2013-11-15 | Implement OUTPUT_META | Bert Vermeulen |
2013-11-14 | Split annotation-specific output to another struct | Bert Vermeulen |
2013-11-07 | Minor code cleanup | Bert Vermeulen |
2013-11-07 | Rename inter-PD output type to SRD_OUTPUT_PYTHON | Bert Vermeulen |
2013-10-31 | unittests: Update to recent API changes. | Uwe Hermann |
2013-10-30 | The start() method no longer takes a metadata parameter | Bert Vermeulen |
2013-10-30 | Receive samplerate via metadata(), not start() | Bert Vermeulen |
2013-10-30 | Pass metadata to PDs only at runtime, not at decoder start | Bert Vermeulen |
2013-10-30 | Documentation and coding style fixes | Bert Vermeulen |
2013-10-25 | Add a 'guess_bitrate' protocol decoder. | Uwe Hermann |
2013-10-24 | controller.c: Add checks for srd_inst_option_set(). | Uwe Hermann |
2013-10-24 | testsuite: Add some decoder instance related tests. | Uwe Hermann |
2013-10-21 | parallel: Limit number of probes to 8 for now. | Uwe Hermann |
2013-10-20 | session: Add some more parameter checks, minor other fixes. | Uwe Hermann |
2013-10-20 | testsuite: Add a few session related unit tests. | Uwe Hermann |
2013-10-20 | Add initial sync parallel bus decoder. | Uwe Hermann |
2013-10-18 | Report invalid module name on decoder load | Bert Vermeulen |
2013-10-18 | testsuite: Add a few more unit tests. | Uwe Hermann |
2013-10-17 | Minor cosmetics, typos, Doxygen updates/fixes. | Uwe Hermann |
2013-10-17 | Avoid clobbering class variables when setting instance options | Bert Vermeulen |
2013-10-17 | Don't release borrowed reference | Bert Vermeulen |
2013-10-17 | .gitignore: Add some missing entries. | Uwe Hermann |
2013-10-17 | testsuite: Add some basic tests for loading PDs. | Uwe Hermann |
2013-10-17 | Add a testsuite for libsigrokdecode. | Uwe Hermann |
2013-10-16 | Properly return error on exception in srd_inst_option_set() | Bert Vermeulen |
2013-10-14 | Move all decoder instances and callbacks into a session struct | Bert Vermeulen |
2013-10-14 | Code cleanup | Bert Vermeulen |
2013-10-13 | i2s_dump: Fix bug in the WAV output format generation. | Uwe Hermann |
2013-10-13 | Add new i2s_dump protocol decoder. | Uwe Hermann |
2013-10-13 | tlc5620: Output short/long annotations. | Uwe Hermann |
2013-10-13 | tlc5620: Use annotation types. | Uwe Hermann |
2013-10-13 | lpc: Initial start-/end-sample support. | Uwe Hermann |
2013-10-13 | lpc: Use annotation types. | Uwe Hermann |
2013-10-13 | lpc: Make the RESET# pin optional. | Uwe Hermann |
2013-10-13 | lpc: Fix handling of optional probes. | Uwe Hermann |
2013-10-13 | lpc: Add annotation helper method. | Uwe Hermann |
2013-10-11 | usb_signalling: Drop packet handling. | Uwe Hermann |
2013-10-11 | usb_packet: Major rewrite, e.g. to prepare for GUI usage. | Uwe Hermann |
2013-10-11 | Rename usb_protocol to usb_packet. | Uwe Hermann |
2013-10-11 | usb_signalling: Document protocol output format. | Uwe Hermann |
2013-10-09 | onewire_link: Provide short/long annotations. | Uwe Hermann |
2013-10-09 | onewire_link: Fix typos. | Uwe Hermann |
2013-10-09 | onewire_link: Split "reset" and "presence" annotations. | Uwe Hermann |
2013-10-09 | onewire_link: Default the 'overdrive' option to 'no'. | Uwe Hermann |