Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-19 | Fix integer overflow in block size calculation. | Alexandre Ratchov |
2019-02-21 | Use reallocarray in place of malloc(a * b) to handle possible | Alexandre Ratchov |
2018-11-07 | Fix clipping during float to integer conversions. | Alexandre Ratchov |
2018-09-18 | clear p->ctx array with memset(); ok ratchov@ | miko |
2018-05-13 | Add missing pledge(). From Jesper Wallin <jesper at ifconfig.se>. | Alexandre Ratchov |
2017-11-23 | Remove useless variable assignments in .au header parsing code. From | Alexandre Ratchov |
2017-11-07 | prefill with silence the buffer where cmap_copy() stores samples | Alexandre Ratchov |
2017-11-03 | Prefill rec buffer with silence. This is necessary because certain | Alexandre Ratchov |
2017-07-20 | Fix integer overflow that would causes >12 hours files | Alexandre Ratchov |
2017-04-24 | Fix typos. From Michael W. Bombardieri <mb at ii.net>. Thanks! | Alexandre Ratchov |
2017-03-24 | Use the right header sizes for reading .aiff and .au files, ok ratchov | Nicholas Marriott |
2017-01-03 | Assert we're not freeing buffers we didn't allocate (DEBUG mode). | Alexandre Ratchov |
2017-01-03 | Log play volume together with other play parameters. | Alexandre Ratchov |
2017-01-03 | Sync utils.c and utils.h to sndiod. | Alexandre Ratchov |
2016-09-30 | Set the device rate to the calculated rate. Otherwise, the signal | Alexandre Ratchov |
2016-09-30 | Remove unnecessary includes. From Michael W. Bombardieri <mb at ii.net>. | Alexandre Ratchov |
2016-09-27 | Don't rely on the resampling code to calculate the number of samples | Alexandre Ratchov |
2016-09-23 | Fix many typos, from Michael W. Bombardieri <mb at ii.net>, thanks | Alexandre Ratchov |
2016-06-10 | Simplify the sample rate converter, no behaviour change. | Alexandre Ratchov |
2016-06-08 | removed unused fields of resamp structure | Alexandre Ratchov |
2016-06-07 | Add -g and -p options to control device and file start position. | Alexandre Ratchov |
2016-06-07 | Add resamp_getcnt() routine to calculate the exact number of samples | Alexandre Ratchov |
2016-06-02 | remove forgotten debug printfs | Alexandre Ratchov |
2016-06-02 | set exit status to 1 if -n is used without -i and -o | Alexandre Ratchov |
2016-05-31 | Pass hr:min:sec:frame.cent to dev_mmcloc() directly and remove the | Alexandre Ratchov |
2016-05-31 | To store MMC position, use samples (at device rate) as time units | Alexandre Ratchov |
2016-05-28 | Fix file block size rounding and ensure it's large enough to store a | Alexandre Ratchov |
2016-05-27 | When resampling, use the exact resampling factor instead of the ratio | Alexandre Ratchov |
2016-05-27 | Flush rec buffer if there's less than one block space left and refill | Alexandre Ratchov |
2016-05-27 | Simplify slot_fill() and slot_flush(). No behaviour change | Alexandre Ratchov |
2016-05-27 | Make resamp_do() get the exact number input and output samples and | Alexandre Ratchov |
2016-05-26 | Make format conversion routines return the number of frames | Alexandre Ratchov |
2016-01-29 | Check that byte order is native only if we're using more than one | Alexandre Ratchov |
2016-01-10 | trailing spaces, fit in 80 columns | Alexandre Ratchov |
2016-01-07 | Move sndiod man page to section 8. | Alexandre Ratchov |
2015-12-25 | follwing -> following | Anthony J. Bentley |
2015-11-09 | Remove xfree(). From Michael W. Bombardieri. | mmcc |
2015-10-17 | remove some unneccessary macros; from michael reed | Jason McIntyre |
2015-09-14 | typo resultung in a markup error | Ingo Schwarze |
2015-08-27 | fix typos in comments and error messages | Alexandre Ratchov |
2015-08-27 | Allow sparse blocks to be used as silence if samples are encoded | Alexandre Ratchov |
2015-05-16 | Call slot_stop() after the play buffer is drained to properly cleanup | Alexandre Ratchov |
2015-05-04 | Fix clipping bug in float to fixed point conversion, causing | Alexandre Ratchov |
2015-01-21 | fix macro breakage and update usage(); | Jason McIntyre |
2015-01-21 | Simplify internals and rewrite file header parsing code: | Alexandre Ratchov |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-08-10 | typo in debug message | Alexandre Ratchov |
2014-08-10 | initialize mmcpos, found by guenther | Alexandre Ratchov |
2014-02-08 | more Va -> Cm fixes from Jan Stary <hans at stare.cz>, thanks! | Alexandre Ratchov |