]> sigrok.org Git - libsigrok.git/history - src/input
configure.ac: Bump package version to 0.5.1.
[libsigrok.git] / src / input /
2018-10-14 Uwe HermannDoxygen: Update relevant @since tags to 0.5.1.
2018-10-14 Uwe HermannBackport recent changes from mainline.
2017-06-09 Gerhard Sittiginput/csv: Eliminate remaining memory leaks in error...
2017-06-09 Gerhard Sittiginput/csv: Fixup datafeed chunk size calculation
2017-06-08 Gerhard Sittiginput/csv: Send larger datafeed chunks, to speedup...
2017-06-06 Gerhard Sittiginput/csv: Update developer comment (fix for last EOL...
2017-06-06 Gerhard Sittiginput/csv: Accept absence of last end-of-line terminati...
2017-06-06 Gerhard Sittiginput/csv: Skip leading UTF-8 BOM in the input stream
2017-06-06 Gerhard Sittiginput/csv: Add developer comment with TODO items
2017-06-06 Gerhard Sittiginput/csv: Correctly skip over last processed end-of...
2017-06-06 Gerhard Sittiginput/csv: Fix a false negative after successful import
2017-06-06 Gerhard Sittiginput/csv: Re-order processing steps (column mode vs...
2017-06-06 Gerhard Sittiginput/csv: Concentrate text line encoding in a single...
2017-06-06 Gerhard Sittiginput/csv: Improve readability (bool expr vs assign...
2017-06-06 Uwe HermannDrop trailing whitespace in various files.
2017-03-10 Uwe Hermannsr_dev_inst_free(): Allow NULL as argument.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-08-28 Uwe HermannHave remaining drivers default to digits=2 for analog...
2016-06-15 Uwe Hermanninput/wav: Convert to SR_DF_ANALOG.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-09 Soeren ApelInput/trace32_ad: Make the sample rate an option
2016-05-09 Soeren ApelInput/wav: Add reset() function
2016-05-09 Soeren ApelInput/vcd: Add reset() function
2016-05-09 Soeren ApelInput/trace32_ad: Add reset() function
2016-05-09 Soeren ApelInput/raw_analog: Add reset() function
2016-05-09 Soeren ApelInput/csv: Add reset() function
2016-05-09 Soeren ApelInput/chronovu_la8: Add reset() function
2016-05-09 Soeren ApelInput/binary: Add reset() function
2016-05-09 Soeren ApelInput: Add reset() function
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2016-04-13 Wolfram Sanginput: vcd: skip BOM at beginning of file
2016-03-22 Soeren Apelinput/raw_analog: Prevent "duplicate const decl specifi...
2016-01-28 Wolfram Sanginput: vcd: by default do not limit number of channels
2016-01-28 Wolfram Sanginput: vcd: register channels when parsing header not...
2016-01-28 Wolfram Sanginput: vcd: support 1 bit vectors
2016-01-28 Wolfram Sanginput: vcd: refactor parsing a bit
2016-01-28 Wolfram Sanginput: vcd: avoid needless copying
2016-01-28 Wolfram Sanginput: vcd: try to continue when a vector was found
2016-01-28 Wolfram Sanginput: vcd: properly bail out on missing identifiers
2016-01-28 Wolfram Sanginput: vcd: allow optional index item
2016-01-28 Soeren ApelTrace32 import module: Send trigger only once
2015-12-21 Soeren ApelAdd the Lauterbach Trace32 logic analyzer data import...
2015-12-21 Uwe Hermanninput/raw_analog: Fix two compiler warnings.
2015-12-21 Uwe Hermanninput/raw_analog: Use ARRAY_SIZE.
2015-12-21 Stefan Brünsinput/raw_analog: set scale and offset appropriately
2015-12-21 Stefan Brünsinput/raw_analog: Add input module for raw analog signals
2015-12-21 Stefan Brünsinput/wav: initialize channel list before going into...
2015-11-29 Stefan Brünsinput/wav: fix and simplify conversion of integer samples
2015-11-29 Stefan Brünsinput/wav: increase search range for data chunk, report...
2015-11-29 Stefan Brünsinput/wav: fix error in offset calculation
2015-11-29 Stefan Brünsinput: fix leak of config data in several input modules
2015-11-26 Petteri AimonenVCD input: Chunk up the samples in 1MB blocks.
2015-11-08 Uwe HermannConstify a lot more items.
2015-10-31 Bert Vermeuleninput/csv: Remove obsolete mimetype format match.
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-10-01 Daniel Elstnerresource: Move sr_file_get_size() to resource.c
2015-10-01 Daniel Elstnerinput: Use fseeko/ftello to get the size of a file
2015-10-01 Daniel Elstnerinput: Clean up input file scanning
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-09-09 Uwe Hermannportability: Use g_strerror() in favor of strerror().
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Uwe HermannDoxygen consistency fixes (@foo instead of \foo).
2015-04-28 Aurelien Jacobswav: Stricter check for valid chunk ID.
2015-04-12 Uwe Hermanninput/wav: windows: Fix a compiler warning.
2015-03-31 Uwe HermannDon't check g_free() arguments for NULL.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-19 Martin LingSimplify channel creation.
2015-02-17 Uwe HermannVarious Doxygen updates.
2015-02-12 Aurelien Jacobsinput/vcd: fix parse_header() return value check.
2015-01-27 Uwe Hermannin/out: Minor consistency renames.
2015-01-27 Joel Holdsworthinput: Added preferred file extension field
2015-01-19 Uwe Hermannsr_input_new(): Add missing @param comment.
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-19 Jens Steinhauserinput/csv: Skip header line.
2014-10-04 Bert Vermeuleninput/csv: Fix size_t printing.
2014-10-02 Bert Vermeuleninput/csv: Code cleanup.
2014-10-02 Bert Vermeuleninput/chronovu_la8: Code cleanup.
2014-10-02 Bert Vermeuleninput/binary: Code cleanup.
2014-10-02 Bert Vermeuleninput: Avoid NULL dereference.
2014-09-29 Bert Vermeuleninput: Use SR_ERR_NA instead of SR_OK_CONTINUE.
2014-09-29 Bert Vermeuleninput: sr_input_free() is now a void function.
2014-09-29 Bert Vermeuleninput: Add sr_input_end().
2014-09-29 Bert Vermeuleninput: Free instance-private storage at instance free.
2014-09-29 Bert Vermeuleninput: Add sdi_ready flag to struct sr_input.
2014-09-29 Soeren ApelRemoval of sdi->index, step 3: sr_dev_inst_new() calls...
2014-09-21 Bert Vermeuleninput/chronovu_la8: Fix broken I/O loop.
2014-09-10 Bert Vermeuleninput: Add debug output.
2014-09-10 Bert Vermeuleninput/binary: Fix broken I/O loop.
2014-09-02 Bert Vermeuleninput/wav: Now really correctly check supported sample...
2014-09-02 Bert Vermeuleninput/wav: Correctly check supported sample size.
2014-09-02 Marcus Comstedtinput/wav: Fix broken handling of float32 samples on...
2014-08-30 Bert Vermeuleninput/csv: Use uint64 for samplerate option.
2014-08-30 Bert Vermeuleninput/chronovu_la8: Use uint64 for samplerate option.
2014-08-30 Bert Vermeuleninput/binary: Use uint64 for samplerate option.
next