summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/afile.c
AgeCommit message (Expand)Author
2023-03-27typo: filed -> failed; ok ratchov@Omar Polo
2023-03-27reading aid: explicitly check for memcmp() != 0; no functional changeOmar Polo
2023-01-13Use extended header format for .wav files.Alexandre Ratchov
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-01-12const-ify lookup tables; ok ratchov@Christian Weisgerber
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-11-23Remove useless variable assignments in .au header parsing code. FromAlexandre Ratchov
2017-03-24Use the right header sizes for reading .aiff and .au files, ok ratchovNicholas Marriott
2016-09-30Remove unnecessary includes. From Michael W. Bombardieri <mb at ii.net>.Alexandre Ratchov
2016-01-10trailing spaces, fit in 80 columnsAlexandre Ratchov
2015-08-27Allow sparse blocks to be used as silence if samples are encodedAlexandre Ratchov
2015-01-21Simplify internals and rewrite file header parsing code:Alexandre Ratchov