Bug 449

Summary: Convert session loader to input module
Product: libsigrok Reporter: Bert Vermeulen <bert>
Component: OtherAssignee: Nobody <nobody>
Status: CONFIRMED ---    
Severity: normal CC: Gerhard.Sittig
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Bert Vermeulen 2014-10-17 12:35:21 CEST
The input API is finally flexible enough to handle this, and the "special" session and sdi are troublesome to support, causing memory leaks among other things.
Comment 1 Gerhard Sittig 2019-12-21 20:19:27 CET
Status update:

The "srzip" input file format requires random access to the ZIP archive while 
applications currently assume strictly sequential access for input files. 
There is WIP code to prepare local file I/O in input modules but it's not yet 
in mainline. The libsigrok library as well as applications need adjustment.

  git://repo.or.cz/libsigrok/gsi.git wip/input-internal-io-v4