]> sigrok.org Git - libsigrok.git/history - src/input
scpi-pps: Support for the EEZ PSU series
[libsigrok.git] / src / input /
2021-08-04 Gerhard Sittiginput/saleae: silence overzealous compiler warning
2021-04-25 Gerhard Sittiginput/csv: trim surrounding whitespace from header...
2020-10-22 Gerhard Sittiginput/vcd: fix a divide by zero bug in the analog-only...
2020-10-18 Gerhard Sittiginput/vcd: suggest downsampling to users for reduced...
2020-10-18 Gerhard Sittiginput/vcd: unbreak U and - values for single bit input...
2020-10-04 Gerhard Sittiginput/csv: trim cell content before conversion
2020-09-18 Gerhard Sittiginput/csv: provide double precision values to session...
2020-09-02 Gerhard Sittiginput/saleae: improve L2D undersampling, do provide...
2020-08-26 Gerhard Sittiginput/saleae: keep previous channels across cleanup...
2020-07-24 Gerhard Sittiginput: use common support to send samplerate meta packet
2020-07-24 Gerhard Sittiginput/saleae: reduce the format match routine's greed
2020-07-24 Gerhard Sittiginput/saleae: introduce input module for Saleae Logic...
2020-07-24 Gerhard Sittiginput/vcd: unbreak the logic which skips a user specifi...
2020-07-24 Gerhard Sittiginput/vcd: rework VCD file import logic (vector, intege...
2020-07-24 Gerhard Sittiginput: introduce helper for buffered submission of...
2020-07-23 Gerhard Sittiginput/binary: align sr_session_send() chunks to unit...
2020-04-08 Uwe HermannUse std_session_send_df_trigger() where possible.
2020-04-04 Andreas Sandberginput/trace32_ad: Fix pod_data uninitialised warning
2020-03-25 Uwe HermannDoxygen: Properly mark a few symbols as private.
2020-02-28 Soeren ApelFix #1509 by providing alternate sample format scales
2019-12-22 Uwe Hermanninput/csv: Set default "header" option value to true.
2019-12-22 Uwe Hermanninput/csv: Consistently use a newline before the last...
2019-12-22 Gerhard Sittiginput/csv: style nits, drop @brief and DIAG in debug...
2019-12-21 Gerhard Sittiginput/csv: re-calculate samplerate after file re-import
2019-12-21 Gerhard Sittiginput/csv: expand cleanup (resource release) and unbrea...
2019-12-21 Gerhard Sittiginput/csv: improve reliabilty of text line isolation
2019-12-21 Gerhard Sittiginput/csv: update developer comments and TODO list
2019-12-21 Gerhard Sittiginput/csv: move channel creation to after format parsing
2019-12-21 Gerhard Sittiginput/csv: add automatic format match support
2019-12-21 Gerhard Sittiginput/csv: another stab at option help texts
2019-12-21 Gerhard Sittiginput/csv: add support for timestamp columns, auto...
2019-12-21 Gerhard Sittiginput/csv: robustness nits in column format dispatching
2019-12-21 Gerhard Sittiginput/csv: update comments/helptext for analog input...
2019-12-21 Gerhard Sittiginput/csv: work around undesired logic/analog group...
2019-12-21 Gerhard Sittiginput/csv: accept user provided analog resolution in...
2019-12-21 Gerhard Sittiginput/csv: add support for analog input data
2019-12-21 Gerhard Sittiginput/csv: address unassorted nits
2019-12-21 Gerhard Sittiginput/csv: move channel creation to column processing...
2019-12-21 Gerhard Sittiginput/csv: update TODO comments
2019-12-21 Gerhard Sittiginput/csv: rework user accessible options for consistency
2019-12-21 Gerhard Sittiginput/csv: extend column-formats support for backwards...
2019-12-21 Gerhard Sittiginput/csv: introduce column-formats option (flexible...
2019-12-21 Gerhard Sittiginput/csv: fixup input file line number handling
2019-12-21 Gerhard Sittiginput/csv: unassorted adjustment, mostly "column proces...
2019-12-21 Gerhard Sittiginput/csv: improve "channel name from header line"...
2019-12-21 Gerhard Sittiginput/csv: introduce generic "column processing" support
2019-12-21 Gerhard Sittiginput/csv: improve robustness of "use header for channe...
2019-12-21 Gerhard Sittiginput/csv: move samplerate meta packet to logic data...
2019-12-21 Gerhard Sittiginput/csv: rearrange text to logic data conversion...
2019-12-21 Gerhard Sittiginput/csv: stricter input data test for multi column...
2019-12-21 Gerhard Sittiginput/csv: slightly shuffle text routines, add bin...
2019-12-21 Gerhard Sittiginput/csv: unobfuscate text line to column splitting
2019-12-21 Gerhard Sittiginput/csv: trim whitespace after eliminating comments
2019-12-21 Gerhard Sittiginput/csv: eliminate magic numbers in options declaration
2019-12-21 Gerhard Sittiginput/csv: data type nits (sizes, enums)
2019-12-21 Gerhard Sittiginput/csv: include section nits
2019-12-21 Gerhard Sittiginput/csv: add channel list checks for file re-read
2019-12-21 Gerhard Sittiginput/csv: improve cleanup code path, unbreak re-import
2019-03-24 Soeren Apelinput/trace32_ad: Add support for new file format ...
2019-03-24 Soeren Apelinput/trace32_ad: Use only hex offsets
2018-10-13 Gerhard Sittiginput/vcd: add channel list checks for file re-read
2018-10-13 Gerhard Sittiginput/vcd: Expand the reset() logic
2018-09-20 Martin Lingraw_analog: Set appropriate precision digits for sample...
2018-09-03 Gerhard Sittiginput: improve robustness, avoid NULL dereference in...
2018-07-22 Uwe Hermanninput/wav: Fix potential buffer overflow (and compiler...
2018-07-22 Gerhard Sittiginput/vcd: abort VCD import when timestamp counts backwards
2018-06-06 Soeren Apelwav: Don't assume CHUNK_SIZE >= total_samples
2018-06-03 Soeren ApelFix #1167 by not creating sigrok channels twice
2018-06-03 Gerhard Sittiginput/logicport: remove obsolete reset/cleanup assignments
2018-06-03 Gerhard Sittiginput/logicport: don't re-create channels after input...
2018-06-03 Gerhard Sittiginput/logicport: silence a non-fatal glib runtime assertion
2018-06-03 Gerhard Sittiginput: clear sdi_ready flag and receive() buffer in...
2018-05-25 Gerhard Sittiginput/chronovu_la8: claim responsibility for LA16 files...
2018-05-25 Gerhard Sittiginput/chronovu_la8: only send data to the session,...
2018-05-21 Gerhard Sittiginput/logicport: unobfuscate 64-bit-clean bit mask...
2018-05-21 Gerhard Sittiginput/trace32_ad: fix potential buffer overflow for...
2018-05-19 Uwe Hermanninput/logicport: Fix outdated format_match().
2018-05-17 Gerhard Sittiginput: provide accessor routine for (struct sr_input...
2018-05-17 Gerhard Sittiginput/trace32_ad: data type nits, log verbosity in...
2018-05-17 Gerhard Sittiginput/trace32_ad: rephrase the header parse logic
2018-05-17 Gerhard Sittiginput/trace32_ad: silence format match logging, improve...
2018-05-17 Gerhard Sittiginput/chronovu_la8: address file size data type nits
2018-05-17 Gerhard Sittiginput: pass larger buffer to auto format detection
2018-05-17 Gerhard Sittiginput: add confidence (detection strength) to format_ma...
2018-05-17 Uwe Hermanninput/logicport: Drop some unneeded allocation checks.
2018-05-17 Gerhard Sittiginput/logicport: introduce input module for LogicPort...
2018-04-28 Gerhard Sittiginput/trace32_ad: silence format errors during input...
2018-04-21 Uwe Hermanninput/csv: Make the data format option a list.
2018-04-19 Uwe Hermanninput/null: Add a null module that discards all data.
2018-04-19 Uwe Hermanninput/output: Slightly improved module descriptions.
2018-04-19 Uwe Hermanninput modules: Increase chunk size to 4MB for all modules.
2018-04-19 Uwe Hermanninput modules: Name chunk size #defines CHUNK_SIZE...
2018-04-19 Uwe Hermanninput/trace32_ad: Drop unused #define.
2018-04-19 Uwe Hermanninput/wav: Put internal buffer on the heap instead...
2018-04-14 Uwe Hermanninput/binary: Increase chunk size from 4KB to 4MB.
2018-04-14 Uwe Hermanninput/binary: Only calculate unitsize once.
2018-04-14 Uwe Hermanninput modules: Improve option names and descriptions.
2018-02-08 Gerhard Sittiginput/raw_analog: silence "use after free" compiler...
2017-12-22 Gerhard Sittiginput/vcd: fixup VCD timestamp to sigrok samplenum...
2017-07-31 Uwe Hermanndrivers/input: Remove some hardcoded values.
next