]> sigrok.org Git - libsigrok.git/history - src/input/wav.c
Build: Set local include directories in Makefile.am
[libsigrok.git] / src / input / wav.c
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.