]> sigrok.org Git - libsigrok.git/history - src/input/wav.c
wav: Don't assume CHUNK_SIZE >= total_samples
[libsigrok.git] / src / input / wav.c
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-05-17 Gerhard Sittiginput: add confidence (detection strength) to format_ma...
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/wav: Put internal buffer on the heap instead...
2017-07-31 Uwe Hermanndrivers/input: Remove some hardcoded values.
2017-06-24 Uwe Hermanninput/wav: Fix incorrect memset() call.
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/wav: Add reset() function
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
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-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
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-04-28 Aurelien Jacobswav: Stricter check for valid chunk ID.
2015-04-12 Uwe Hermanninput/wav: windows: Fix a compiler warning.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-19 Martin LingSimplify channel creation.
2015-01-27 Joel Holdsworthinput: Added preferred file extension field
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-02 Bert Vermeuleninput/csv: Code cleanup.
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-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-27 Bert Vermeuleninput: sr_input_scan_*() now return a status code.
2014-08-27 Bert Vermeuleninput/wav: Support for WAVE_FORMAT_EXTENSIBLE.
2014-08-26 Bert Vermeuleninput/wav: use our own endian macros.
2014-08-25 Bert Vermeuleninput/wav: Send END packet on cleanup.
2014-08-25 Bert Vermeuleninput: Fixes and VCD.
2014-08-25 Bert Vermeuleninput: Introduce new input module API.
2014-08-25 Bert Vermeuleninput: s/format/module in all naming.
2014-08-01 Bert Vermeuleninput/wav: Deal with IEEE float samples in WAV files.
2014-07-22 Bert VermeulenReorganize project tree.