]> sigrok.org Git - libsigrok.git/history - src/output/wav.c
uni-t-ut181a: silence compiler warning, use of uninitialized variable
[libsigrok.git] / src / output / wav.c
2018-04-19 Uwe Hermanninput/output: Slightly improved module descriptions.
2018-02-09 Gerhard Sittigoutput/wav: fixup coding style nits, adjust data types
2018-02-09 Gerhard Sittigoutput/wav: change default for scale factor from 0...
2017-06-06 Uwe HermannDrop trailing whitespace in various files.
2016-06-17 Uwe Hermannoutput/wav: Drop support for SR_DF_ANALOG_OLD.
2015-11-29 Stefan Brünsoutput/wav: use the right buffer for SR_DF_ANALOG
2015-11-29 Stefan Brünsoutput/wav: track and free memory for float conversion...
2015-11-29 Stefan Brünsoutput: fix options memory leak
2015-10-20 Uwe HermannSR_DF_ANALOG2 and sr_datafeed_analog2 renames.
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-10-20 Martin Lingoutput/wav: Support SR_DF_ANALOG2.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Soeren ApelIntroduce OutputFlag
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-01-27 Joel Holdsworthoutput/wav: Improved description
2015-01-27 Joel Holdsworthoutput: Added preferred file extension field
2014-08-25 Bert VermeulenAvoid warnings on all-zero static struct entries.
2014-08-15 Bert Vermeulenoutput: Constify module options.
2014-08-13 Bert Vermeulenoutput/wav: Minor code cleanup.
2014-08-02 Bert Vermeulenoutput: Move option checks to the wrapper.
2014-08-02 Bert Vermeulenoutput: Modules can keep track of option resources...
2014-08-02 Bert Vermeulenoutput/wav: Add 'scale' option.
2014-08-01 Bert Vermeulenoutput/wav: Fix channel deinterleaving.
2014-07-29 Bert Vermeulenoutput/wav: Initial module implementation.
2014-07-29 Bert Vermeulenoutput/wav: Initial module skeleton.