| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-12 | const-ify lookup tables; ok ratchov@ |  naddy | 4 | -25/+25 |
| 2021-01-11 | Use sndiod's 8-th order FIR low-pass filter for resampling |  ratchov | 2 | -9/+149 |
| 2020-12-10 | Check sample signedness when setting up format conversions. |  ratchov | 1 | -2/+4 |
| 2020-04-22 | sort SEE ALSO; |  jmc | 1 | -4/+4 |
| 2020-04-21 | move mixerctl and audioctl man pages to section 8, as these work |  deraadt | 1 | -4/+4 |
| 2020-02-09 | Rename WAV_H "include guard" macro of afile.h to AFILE_H. |  ratchov | 1 | -4/+4 |
| 2019-07-28 | 16 channels is not enough to handle all common uaudio(4) devices, so |  ratchov | 1 | -2/+2 |
| 2019-07-05 | Fix spacing and comments, no code change. |  ratchov | 1 | -4/+6 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2 | -11/+11 |
| 2019-05-19 | Fix integer overflow in block size calculation. |  ratchov | 1 | -12/+22 |
| 2019-02-21 | Use reallocarray in place of malloc(a * b) to handle possible |  ratchov | 1 | -1/+5 |
| 2018-11-07 | Fix clipping during float to integer conversions. |  ratchov | 1 | -3/+3 |
| 2018-09-18 | clear p->ctx array with memset(); ok ratchov@ |  miko | 1 | -4/+4 |
| 2018-05-13 | Add missing pledge(). From Jesper Wallin <jesper at ifconfig.se>. |  ratchov | 1 | -0/+9 |
| 2017-11-23 | Remove useless variable assignments in .au header parsing code. From |  ratchov | 1 | -3/+0 |
| 2017-11-07 | prefill with silence the buffer where cmap_copy() stores samples |  ratchov | 1 | -1/+14 |
| 2017-11-03 | Prefill rec buffer with silence. This is necessary because certain |  ratchov | 1 | -0/+4 |
| 2017-07-20 | Fix integer overflow that would causes >12 hours files |  ratchov | 1 | -5/+5 |
| 2017-04-24 | Fix typos. From Michael W. Bombardieri <mb at ii.net>. Thanks! |  ratchov | 1 | -4/+4 |
| 2017-03-24 | Use the right header sizes for reading .aiff and .au files, ok ratchov |  nicm | 1 | -2/+2 |
| 2017-01-03 | Assert we're not freeing buffers we didn't allocate (DEBUG mode). |  ratchov | 2 | -10/+10 |
| 2017-01-03 | Log play volume together with other play parameters. |  ratchov | 1 | -0/+4 |
| 2017-01-03 | Sync utils.c and utils.h to sndiod. |  ratchov | 2 | -4/+21 |
| 2016-09-30 | Set the device rate to the calculated rate. Otherwise, the signal |  ratchov | 1 | -0/+1 |
| 2016-09-30 | Remove unnecessary includes. From Michael W. Bombardieri <mb at ii.net>. |  ratchov | 5 | -11/+3 |
| 2016-09-27 | Don't rely on the resampling code to calculate the number of samples |  ratchov | 1 | -0/+4 |
| 2016-09-23 | Fix many typos, from Michael W. Bombardieri <mb at ii.net>, thanks |  ratchov | 1 | -6/+6 |
| 2016-06-10 | Simplify the sample rate converter, no behaviour change. |  ratchov | 1 | -54/+18 |
| 2016-06-08 | removed unused fields of resamp structure |  ratchov | 2 | -5/+2 |
| 2016-06-07 | Add -g and -p options to control device and file start position. |  ratchov | 2 | -12/+79 |
| 2016-06-07 | Add resamp_getcnt() routine to calculate the exact number of samples |  ratchov | 3 | -44/+52 |
| 2016-06-02 | remove forgotten debug printfs |  ratchov | 1 | -4/+0 |
| 2016-06-02 | set exit status to 1 if -n is used without -i and -o |  ratchov | 1 | -1/+1 |
| 2016-05-31 | Pass hr:min:sec:frame.cent to dev_mmcloc() directly and remove the |  ratchov | 2 | -18/+24 |
| 2016-05-31 | To store MMC position, use samples (at device rate) as time units |  ratchov | 1 | -15/+25 |
| 2016-05-28 | Fix file block size rounding and ensure it's large enough to store a |  ratchov | 1 | -1/+1 |
| 2016-05-27 | When resampling, use the exact resampling factor instead of the ratio |  ratchov | 2 | -4/+32 |
| 2016-05-27 | Flush rec buffer if there's less than one block space left and refill |  ratchov | 1 | -2/+4 |
| 2016-05-27 | Simplify slot_fill() and slot_flush(). No behaviour change |  ratchov | 1 | -12/+8 |
| 2016-05-27 | Make resamp_do() get the exact number input and output samples and |  ratchov | 3 | -53/+118 |
| 2016-05-26 | Make format conversion routines return the number of frames |  ratchov | 3 | -54/+57 |
| 2016-01-29 | Check that byte order is native only if we're using more than one |  ratchov | 1 | -2/+2 |
| 2016-01-10 | trailing spaces, fit in 80 columns |  ratchov | 5 | -24/+31 |
| 2016-01-07 | Move sndiod man page to section 8. |  ratchov | 1 | -5/+5 |
| 2015-12-25 | follwing -> following |  bentley | 1 | -3/+3 |
| 2015-11-09 | Remove xfree(). From Michael W. Bombardieri. |  mmcc | 4 | -24/+12 |
| 2015-10-17 | remove some unneccessary macros; from michael reed |  jmc | 1 | -13/+10 |
| 2015-09-14 | typo resultung in a markup error |  schwarze | 1 | -3/+3 |
| 2015-08-27 | fix typos in comments and error messages |  ratchov | 1 | -5/+5 |
| 2015-08-27 | Allow sparse blocks to be used as silence if samples are encoded |  ratchov | 1 | -1/+1 |