summaryrefslogtreecommitdiff
path: root/util/spkmodem_recv/spkmodem-recv.c
AgeCommit message (Expand)Author
12 hoursutil/spkmodem-recv: extensive commentingLeah Rowe
13 hoursutil/spkmodem: explain what the defines areLeah Rowe
13 hoursuseful commentsLeah Rowe
14 hoursutil/spkmodem-recv: also cache sep_pos in decodeLeah Rowe
14 hoursutil/spkmodem-recv: optimise decode_pulseLeah Rowe
14 hoursutil/spkmodem-recv: clean up decode_pulseLeah Rowe
14 hoursutil/spkmodem-recv: byte swap on big endian CPULeah Rowe
15 hoursutil/spkmodem-recv: remove errno defineLeah Rowe
15 hoursadd endianness check to spkmodem-recvLeah Rowe
15 hoursutil/spkmodem-recv: properly handle stdin errLeah Rowe
26 hoursutil/spkmodem-recv: code cleanupLeah Rowe
28 hoursutil/spkmodem-recv: optimise pulse checkLeah Rowe
28 hoursutil/spkmodem-recv: clearer pulse decodingLeah Rowe
28 hoursutil/spkmodem-recv: say what freq_sep/data areLeah Rowe
28 hoursutil/spkmodem-recv: add a usage functionLeah Rowe
28 hoursutil/spkmodem-recv: tidy up the getopt loopLeah Rowe
28 hoursutil/spkmodem-recv: allow short sample readsLeah Rowe
28 hoursutil/spkmodem-recv: don't exit in print_statsLeah Rowe
28 hoursutil/spkmodem-recv: buffer calls to fread()Leah Rowe
28 hoursutil/spkmodem-recv: make new pulse calculation clearerLeah Rowe
29 hoursutil/spkmodem-recv: tidy up pulse decodingLeah Rowe
29 hoursutil/spkmodem-recv: split up handle_audio()Leah Rowe
29 hoursutil/spkmodem-recv: tidy up handle_audioLeah Rowe
29 hoursutil/spkmodem-recv: optimise ring buffer pos calcLeah Rowe
29 hoursutil/spkmodem-recv: don't use modulus on decodeLeah Rowe
29 hoursutil/spkmodem-recv: further portability / cleanupLeah Rowe
34 hoursutil/nvmutil: further clean up decode_pulse()Leah Rowe
34 hoursutil/spkmodem-recv: tidy up frame decodingLeah Rowe
34 hoursutil/spkmodem-recv: handle fread errorsLeah Rowe
34 hoursutil/spkmodem-recv: fix getopt prototypeLeah Rowe
34 hoursremoved some unnecessary thingsLeah Rowe
34 hoursanother fixLeah Rowe
34 hourstiny fixLeah Rowe
35 hoursutil/spkmodem-recv: portability and code cleanupLeah Rowe
2026-02-19util/spkmodem_recv: general code cleanupLeah Rowe
2023-10-17util/spkmodem-recv: detailed copyright historyLeah Rowe
2023-09-25util/: use SPDX license and copyright headersLeah Rowe
2023-06-14util/spkmodem-recv: rename function for clarityLeah Rowe
2023-06-13util/spkmodem-recv: remove unnecessary error checkLeah Rowe
2023-06-13util/spkmodem-recv: say cc, not gcc, in commentLeah Rowe
2023-06-13util/spkmodem-recv: fix bad commentLeah Rowe
2023-06-13util/spkmodem-recv: remove unnecessary assignmentLeah Rowe
2023-06-13util/spkmodem-recv: simplify getopt handlingLeah Rowe
2023-06-13util/spkmodem-recv: cleaner ring buffer handlingLeah Rowe
2023-06-12util/spkmodem-recv: re-add full license headerLeah Rowe
2023-06-08util/spkmodem-recv: fix regressionLeah Rowe
2023-06-05util/spkmodem-recv: make ringpos a global variableLeah Rowe
2023-06-05util/spkmodem-recv: simplify sample_cnt/char resetLeah Rowe
2023-06-05util/spkmodem-recv: print stats in other functionLeah Rowe
2023-06-05util/spkmodem-recv: only print unhandled err on -dLeah Rowe