libsigrok/src/input
Gerhard Sittig f9bc17d4c0 input/vcd: fixup VCD timestamp to sigrok samplenum mapping
When processing of large VCD input files was spread across multiple
parse_contents() invocations, the resulting sigrok stream of sample data
had gaps in them and total timing was off. For instance 74ms of input
data were interpreted as spanning some 600ms or 300ms, depending on the
number of channels in the input stream.

Move the "previous timestamp" variable to the input module context. This
eliminates the inappropriate gaps and fixes the translation of VCD file
timestamps to sigrok sample numbers.

This fixes bug #1075.
2017-12-22 11:47:03 +01:00
..
binary.c drivers/input: Remove some hardcoded values. 2017-07-31 16:23:31 +02:00
chronovu_la8.c drivers/input: Remove some hardcoded values. 2017-07-31 16:23:31 +02:00
csv.c input/csv: Eliminate remaining memory leaks in error paths 2017-06-09 23:21:03 +02:00
input.c sr_dev_inst_free(): Allow NULL as argument. 2017-03-10 11:38:12 +01:00
raw_analog.c input/raw_analog: Fix gcc 7 compiler warnings. 2017-06-24 17:23:56 +02:00
trace32_ad.c drivers/input: Remove some hardcoded values. 2017-07-31 16:23:31 +02:00
vcd.c input/vcd: fixup VCD timestamp to sigrok samplenum mapping 2017-12-22 11:47:03 +01:00
wav.c drivers/input: Remove some hardcoded values. 2017-07-31 16:23:31 +02:00