Age | Commit message (Expand) | Author |
2018-08-30 | srd_decoder_unload_all(): Fix a -Wcast-function-type compiler warning. | Uwe Hermann |
2018-05-18 | Random whitespace/cosmetic/consistency fixes. | Uwe Hermann |
2018-05-16 | srd_decoder_load_all_zip_path(): Fix a compiler warning (-Wshadow). | Uwe Hermann |
2018-05-16 | decoder.c: Fix a scan-build warning. | Uwe Hermann |
2018-05-15 | Convert some g_malloc0() to g_malloc(). | Uwe Hermann |
2018-04-08 | Drop overly verbose log messages about (un)loading PDs. | Uwe Hermann |
2018-03-07 | Minor whitespace/typo fixes. | Uwe Hermann |
2017-06-30 | Acquire/release the Python GIL where needed to avoid threading issues. | Uwe Hermann |
2017-06-16 | Drop support for PD API version 2. | Uwe Hermann |
2017-06-12 | Various Doxygen fixes. | Uwe Hermann |
2017-05-31 | struct srd_decoder: Add list of input/output decoder IDs. | Uwe Hermann |
2017-03-31 | Don't show a harmless/confusing warning on stdout. | Uwe Hermann |
2017-02-28 | srd_decoder_load(): Drop dead code. | Uwe Hermann |
2017-02-20 | Support adding multiple instances of a decoder | Karl Palsson |
2016-12-07 | Add support for the new query-based PD v3 decoder API. | Uwe Hermann |
2016-12-06 | valgrind: safely iterate lists | Karl Palsson |
2016-11-02 | Print error messages when decoders fail load time checks | Gerhard Sittig |
2016-08-25 | Factor out srd_decoder_apiver(). | Uwe Hermann |
2015-11-04 | srd_decoder_unload(): Remove PD from the internal list. | Uwe Hermann |
2015-10-06 | util: Factor out Python module load | Daniel Elstner |
2015-10-06 | decoder: Refactor loading code and plug leaks | Daniel Elstner |
2015-10-06 | Python: Restrict code to stable ABI subset | Daniel Elstner |
2015-09-13 | Build: Include <config.h> first in all source files | Daniel Elstner |
2015-09-13 | Fix srd_log() format warnings | Daniel Elstner |
2015-04-01 | Use g_malloc*() consistently, simplify error handling. | Uwe Hermann |
2014-07-20 | Fix incorrect doxygen comment for srd_decoder_list(). | Uwe Hermann |
2014-07-08 | Remove dependency on Python.h from public API header | Marcus Comstedt |
2014-07-08 | srd_decoder_load_all_path: Support zipimport paths | Marcus Comstedt |
2014-05-04 | Only load and use PDs of API version 2. | Uwe Hermann |
2014-05-04 | Mark some variables more consistently as SRD_PRIV. | Uwe Hermann |
2014-05-04 | Update a few Doxygen @since tags. | Uwe Hermann |
2014-05-03 | Move srd_check_init() to decoder.c and make it static. | Uwe Hermann |
2014-05-03 | Make 'pd_list' static, it's only used in one file. | Uwe Hermann |
2014-04-13 | Rename 'probe' to 'channel' everywhere. | Uwe Hermann |
2014-03-11 | Fix enumeration of option values. | Bert Vermeulen |
2014-03-10 | Probes, optional probes and annotations now take a tuple. | Bert Vermeulen |
2014-03-10 | Change PD options to be a tuple of dictionaries. | Bert Vermeulen |
2014-01-31 | Add support for annotation rows. | Uwe Hermann |
2013-12-12 | Binary classes are now defined as (name, description). | Bert Vermeulen |
2013-12-11 | Easier access to sequences of strings, not just lists. | Bert Vermeulen |
2013-12-11 | Load decoders from all search paths, not just the default. | Bert Vermeulen |
2013-12-11 | Clear decoder list after unloading, not just at exit. | Bert Vermeulen |
2013-12-09 | Avoid GError warning when unloading decoders. | Bert Vermeulen |
2013-11-18 | Don't try to load an already-loaded module | Bert Vermeulen |
2013-11-18 | Don't decrease borrowed reference to probe definition dict | Bert Vermeulen |
2013-11-18 | Check library initialization before handling decoders | Bert Vermeulen |
2013-11-15 | Implement OUTPUT_BINARY | Bert Vermeulen |
2013-10-18 | Report invalid module name on decoder load | Bert Vermeulen |
2013-10-14 | Move all decoder instances and callbacks into a session struct | Bert Vermeulen |
2013-05-08 | Fix double free | Bert Vermeulen |