summaryrefslogtreecommitdiff
path: root/decoder.c
AgeCommit message (Expand)Author
2017-05-31struct srd_decoder: Add list of input/output decoder IDs.Uwe Hermann
2017-03-31Don't show a harmless/confusing warning on stdout.Uwe Hermann
2017-02-28srd_decoder_load(): Drop dead code.Uwe Hermann
2017-02-20Support adding multiple instances of a decoderKarl Palsson
2016-12-07Add support for the new query-based PD v3 decoder API.Uwe Hermann
2016-12-06valgrind: safely iterate listsKarl Palsson
2016-11-02Print error messages when decoders fail load time checksGerhard Sittig
2016-08-25Factor out srd_decoder_apiver().Uwe Hermann
2015-11-04srd_decoder_unload(): Remove PD from the internal list.Uwe Hermann
2015-10-06util: Factor out Python module loadDaniel Elstner
2015-10-06decoder: Refactor loading code and plug leaksDaniel Elstner
2015-10-06Python: Restrict code to stable ABI subsetDaniel Elstner
2015-09-13Build: Include <config.h> first in all source filesDaniel Elstner
2015-09-13Fix srd_log() format warningsDaniel Elstner
2015-04-01Use g_malloc*() consistently, simplify error handling.Uwe Hermann
2014-07-20Fix incorrect doxygen comment for srd_decoder_list().Uwe Hermann
2014-07-08Remove dependency on Python.h from public API headerMarcus Comstedt
2014-07-08srd_decoder_load_all_path: Support zipimport pathsMarcus Comstedt
2014-05-04Only load and use PDs of API version 2.Uwe Hermann
2014-05-04Mark some variables more consistently as SRD_PRIV.Uwe Hermann
2014-05-04Update a few Doxygen @since tags.Uwe Hermann
2014-05-03Move srd_check_init() to decoder.c and make it static.Uwe Hermann
2014-05-03Make 'pd_list' static, it's only used in one file.Uwe Hermann
2014-04-13Rename 'probe' to 'channel' everywhere.Uwe Hermann
2014-03-11Fix enumeration of option values.Bert Vermeulen
2014-03-10Probes, optional probes and annotations now take a tuple.Bert Vermeulen
2014-03-10Change PD options to be a tuple of dictionaries.Bert Vermeulen
2014-01-31Add support for annotation rows.Uwe Hermann
2013-12-12Binary classes are now defined as (name, description).Bert Vermeulen
2013-12-11Easier access to sequences of strings, not just lists.Bert Vermeulen
2013-12-11Load decoders from all search paths, not just the default.Bert Vermeulen
2013-12-11Clear decoder list after unloading, not just at exit.Bert Vermeulen
2013-12-09Avoid GError warning when unloading decoders.Bert Vermeulen
2013-11-18Don't try to load an already-loaded moduleBert Vermeulen
2013-11-18Don't decrease borrowed reference to probe definition dictBert Vermeulen
2013-11-18Check library initialization before handling decodersBert Vermeulen
2013-11-15Implement OUTPUT_BINARYBert Vermeulen
2013-10-18Report invalid module name on decoder loadBert Vermeulen
2013-10-14Move all decoder instances and callbacks into a session structBert Vermeulen
2013-05-08Fix double freeBert Vermeulen
2013-05-05Fix various memory leaksBert Vermeulen
2013-05-03Doxygen: Various fixes.Uwe Hermann
2013-05-03Main header is <libsigrokdecode/libsigrokdecode.h> now.Uwe Hermann
2013-05-03Doxygen: Add @since markers to API functions.Uwe Hermann
2013-04-23GPL headers: Use correct project name.Uwe Hermann
2013-03-19use GVariant for passing decoder options and probesBert Vermeulen
2013-02-09Doxygen: Initial groups and topic short descriptions.Uwe Hermann
2013-02-09Doxygen: Add @file items for the relevant files.Uwe Hermann
2013-02-09Doxygen: Mark private functions/variables properly.Uwe Hermann
2013-02-02Bring back temporarily reverted changes.Uwe Hermann