2021-01-21 19:01 | Re-format code | sin | 2 | +1 | -5 |
2021-01-21 14:11 | Use #define macros to simplify configuration | Spenser Truex | 2 | +38 | -6 |
2021-01-21 10:03 | Re-format code | sin | 21 | +1994 | -2240 |
2021-01-20 21:52 | Bugfix: important part of volume change in error catch | Spenser Truex | 1 | +2 | -1 |
2021-01-20 21:02 | Add support for the 'status volume' PROTOCOL | Spenser Truex | 7 | +37 | -4 |
2021-01-20 13:24 | No to "pause [0|1]" toggles pause | Spenser Truex | 2 | +36 | -31 |
2015-02-01 01:14 | Use proper type for isrunning | sin | 1 | +1 | -1 |
2015-01-23 14:07 | sad.h: dont include limits.h here | Hiltjo Posthuma | 1 | +0 | -2 |
2015-01-23 13:02 | fix some warnings | Hiltjo Posthuma | 8 | +41 | -37 |
2015-01-23 12:21 | scripts/sad-add: check if path is a unix domain socket before trying stuff | Hiltjo Posthuma | 1 | +7 | -2 |
2015-01-23 12:19 | sad: cleanup fds and unlink socket on exit | Hiltjo Posthuma | 1 | +42 | -10 |
2015-01-23 09:53 | Minor fix in PROTOCOL | sin | 1 | +1 | -1 |
2015-01-19 20:39 | Use 'r' for return value instead of 'ok' | sin | 1 | +7 | -7 |
2015-01-14 23:17 | "%s: %s\n", statevar, infomsg | dcat | 2 | +8 | -5 |
2015-01-14 20:01 | Remove useless blank line | sin | 1 | +0 | -1 |
2015-01-14 19:49 | Use else-if as only one of these is possible at a time | sin | 1 | +4 | -12 |
2015-01-14 19:47 | Add missing prototype | sin | 1 | +1 | -0 |
2015-01-14 19:44 | Implement initial status command | dcat | 3 | +70 | -2 |
2015-01-07 17:05 | Bring up alsa latency - some audio tracks stutter | sin | 1 | +1 | -1 |
2015-01-03 20:05 | Remove useless include | sin | 1 | +0 | -1 |
2015-01-02 18:21 | Disable alsa resampling and bring down latency to 50ms instead of 500ms | sin | 2 | +4 | -4 |
2015-01-02 18:05 | No need for a separate init callback for decoders | sin | 6 | +27 | -72 |
2015-01-02 17:50 | Align vars | sin | 1 | +1 | -1 |
2015-01-02 17:48 | Style fix | sin | 1 | +2 | -1 |
2015-01-02 17:06 | Remove cmdsearch() | sin | 3 | +0 | -51 |
2015-01-02 16:12 | Remove the concept of library entirely | sin | 7 | +99 | -236 |
2015-01-02 15:59 | Style fix | sin | 1 | +5 | -4 |
2015-01-02 15:53 | Fix memory leak + size calculations when removing an element from the playlist | sin | 1 | +8 | -4 |
2015-01-02 15:48 | Add support to remove playlist entries | sin | 3 | +44 | -0 |
2015-01-02 15:32 | Update wording in PROTOCOL | sin | 1 | +1 | -1 |
2015-01-02 15:31 | Update PROTOCOL and rename delete to remove | sin | 2 | +4 | -5 |
2015-01-02 15:10 | Add short to float conversions and vice-versa | sin | 2 | +20 | -0 |
2015-01-02 14:51 | Simplify expression | sin | 1 | +1 | -1 |
2015-01-02 14:50 | Factor our pcm conversion functions to a separate file | sin | 4 | +31 | -20 |
2014-12-31 22:20 | Style fix | sin | 1 | +1 | -1 |
2014-12-31 22:19 | Style fix | sin | 1 | +1 | -1 |
2014-12-31 21:36 | Add stereo to mono conversion | sin | 1 | +17 | -1 |
2014-12-31 19:30 | Simplify s16monotostereo() | sin | 1 | +4 | -4 |
2014-12-31 19:28 | Style fix, be consistent with the other conditionals | sin | 1 | +1 | -1 |
2014-12-31 18:31 | Keep a copy of the buffer to simplify freeing resources | sin | 1 | +5 | -1 |
2014-12-31 18:21 | Perform mono to stereo conversion if necessary | sin | 1 | +29 | -2 |
2014-12-31 18:10 | We can only handle 16-bit on the outputs at the moment | sin | 1 | +5 | -0 |
2014-12-31 18:07 | Enable alsa backend by default | sin | 1 | +1 | -1 |
2014-12-31 18:06 | Simplify config.def.h | sin | 4 | +31 | -10 |
2014-12-31 17:58 | Use Format for outputs too | sin | 6 | +54 | -25 |
2014-12-31 17:50 | No need to keep format global | sin | 1 | +2 | -1 |
2014-12-31 17:19 | Introduce Format type and start using it | sin | 7 | +42 | -25 |
2014-12-31 16:29 | Don't name the struct | sin | 1 | +1 | -1 |
2014-12-31 16:21 | Update PROTOCOL | sin | 1 | +1 | -4 |
2014-12-31 15:46 | Do not treat "OK" as a song ID | sin | 1 | +1 | -0 |
2014-12-31 15:30 | Default to SOXR_QQ | sin | 1 | +1 | -1 |
2014-12-31 15:27 | Implement volume setting for the alsa backend | sin | 3 | +46 | -5 |
2014-12-31 15:14 | Correctly cleanup if an error occurs in the alsa backend | sin | 1 | +7 | -1 |
2014-12-31 15:12 | Simplify a bit the output enable/disable semantics | sin | 1 | +3 | -17 |
2014-12-30 18:10 | Factor out playoutput() | sin | 3 | +46 | -30 |
2014-12-30 17:57 | Style fix - group related blocks | sin | 1 | +1 | -1 |
2014-12-30 17:48 | Bomb out if we cannot initialize the resampler | sin | 3 | +6 | -3 |
2014-12-30 17:46 | Allow resampling quality to be tweaked via config.h | sin | 2 | +3 | -2 |
2014-12-30 17:00 | Add initial implementation of resampler | sin | 8 | +137 | -64 |
2014-12-30 15:48 | Calculate framesize automatically instead of hardcoding | sin | 1 | +3 | -4 |
2014-12-30 15:39 | Add .flac too to sad-add | sin | 1 | +1 | -0 |
2014-12-29 08:48 | flac: fix non-16bit FLAC (untested) | Hiltjo Posthuma | 1 | +0 | -1 |
2014-12-29 02:25 | Add cmdrepeat and cmdrandom | sin | 2 | +28 | -5 |
2014-12-29 02:20 | Add repeat/random modes | sin | 3 | +31 | -22 |
2014-12-28 22:02 | Fix error message | sin | 1 | +1 | -1 |
2014-12-28 21:57 | Implement cmdclose() | sin | 1 | +8 | -1 |
2014-12-28 20:11 | Add initial implementation of the notifier API | sin | 7 | +805 | -3 |
2014-12-28 19:41 | Convert atoi() calls to strtonum() | sin | 1 | +24 | -7 |
2014-12-28 23:26 | flac: add basic flac support using libsndfile | Hiltjo Posthuma | 2 | +5 | -3 |
2014-12-28 22:18 | scripts/sad-add: change to library "learn" | Hiltjo Posthuma | 1 | +7 | -1 |
2014-12-28 22:18 | alsa: put device at top | Hiltjo Posthuma | 1 | +1 | -1 |
2014-12-28 21:56 | alsa output: start, needs alot more work | Hiltjo Posthuma | 4 | +78 | -3 |
2014-12-28 15:51 | Just return the old entry if it already exists | sin | 1 | +1 | -1 |
2014-12-28 15:44 | Only allow one instance of each file to be added to the library | sin | 2 | +19 | -0 |
2014-12-28 15:40 | Initialize the struct properly in config.def.h | sin | 1 | +2 | -2 |
2014-12-28 12:14 | Update PROTOCOL | sin | 1 | +7 | -7 |
2014-12-28 12:03 | Add enable/disable output commands | sin | 6 | +127 | -53 |
2014-12-28 11:18 | Add empty command | sin | 4 | +27 | -4 |
2014-12-28 11:11 | Add initial library code | sin | 8 | +195 | -91 |
2014-12-27 23:19 | Add enable/disable commands | sin | 1 | +7 | -0 |
2014-12-27 23:15 | Update error message | sin | 1 | +1 | -1 |
2014-12-27 23:15 | Update PROTOCOL | sin | 1 | +51 | -24 |
2014-12-27 22:52 | Up buffer again | sin | 1 | +1 | -1 |
2014-12-27 20:55 | Add cmdline option to choose socket path | sin | 1 | +20 | -2 |
2014-12-27 20:31 | Add arg.h | sin | 3 | +65 | -2 |
2014-12-27 18:49 | Add compat.h as a prereq | sin | 1 | +1 | -1 |
2014-12-27 18:43 | Update CFLAGS | sin | 1 | +1 | -1 |
2014-12-27 18:26 | Remember to undef strtonum | sin | 1 | +1 | -0 |
2014-12-27 18:26 | Add strtonum() | sin | 3 | +71 | -0 |
2014-12-27 18:23 | Remove -g from default CFLAGS | sin | 1 | +1 | -1 |
2014-12-27 18:22 | Add strlcat | sin | 3 | +55 | -0 |
2014-12-27 18:20 | Add strlcpy | sin | 4 | +54 | -1 |
2014-12-27 18:15 | Fix some warnings | sin | 5 | +6 | -6 |
2014-12-27 18:13 | List object files on separate lines in Makefile | sin | 1 | +12 | -1 |
2014-12-27 18:11 | Simplify Makefile | sin | 1 | +2 | -11 |
2014-12-27 15:14 | Up buffer size | sin | 1 | +1 | -1 |
2014-12-27 15:08 | Unstaticise | sin | 1 | +1 | -1 |
2014-12-27 15:07 | Add config.def.h | sin | 3 | +23 | -15 |
2014-12-27 14:54 | Add version command to PROTOCOL | sin | 1 | +2 | -7 |
2014-12-27 14:44 | Halve buffer size | sin | 1 | +1 | -1 |
2014-12-27 14:42 | Add FIFO output | sin | 4 | +76 | -1 |
2014-12-27 14:27 | Remove useless include | sin | 1 | +0 | -1 |
2014-12-27 14:25 | Just link against libvorbisfile | sin | 1 | +1 | -1 |
2014-12-27 14:23 | Add TODO comment | sin | 1 | +1 | -0 |
2014-12-27 14:23 | Rename voloutput to setvol | sin | 3 | +3 | -3 |
2014-12-27 14:21 | Mostly style fixes | sin | 2 | +49 | -33 |
2014-12-27 13:02 | Just add $HOME/music | sin | 1 | +1 | -5 |
2014-12-27 12:51 | Add setinputfmt() - will be needed later for SRC | sin | 5 | +18 | -0 |
2014-12-27 12:35 | playlist realloc: we error on reallocarray so remove temp var | Hiltjo Posthuma | 1 | +1 | -3 |
2014-12-27 12:33 | scripts: add example scripts | Hiltjo Posthuma | 2 | +33 | -0 |
2014-12-27 11:43 | Collapse struct | sin | 1 | +1 | -8 |
2014-12-27 11:36 | Add close output functions | sin | 2 | +27 | -0 |
2014-12-27 11:34 | Just call openoutput() | sin | 1 | +3 | -8 |
2014-12-27 11:30 | Add output.c | sin | 6 | +101 | -8 |
2014-12-27 11:16 | Do not capitalize array, it is not a typedef | sin | 1 | +6 | -6 |
2014-12-27 11:11 | Remove unneeded include | sin | 1 | +0 | -1 |
2014-12-27 10:43 | Keep the output open | sin | 5 | +9 | -36 |
2014-12-27 10:12 | Rename some functions | sin | 4 | +17 | -17 |
2014-12-27 10:08 | Remove findsong() | sin | 2 | +0 | -15 |
2014-12-27 00:57 | No more prints | sin | 1 | +0 | -6 |
2014-12-27 00:55 | Add play() and stop() | sin | 3 | +26 | -34 |
2014-12-27 00:41 | Add playnext() and playprev() | sin | 4 | +39 | -23 |
2014-12-27 00:10 | Add cmdversion | sin | 2 | +12 | -2 |
2014-12-27 00:08 | Add some more diagnostics | sin | 1 | +5 | -1 |
2014-12-27 00:02 | Path to sock is now /tmp/sad-sock | sin | 1 | +1 | -1 |
2014-12-27 00:01 | Use version instead of sad | sin | 1 | +1 | -1 |
2014-12-26 23:47 | Default to repeat mode for now | sin | 1 | +4 | -0 |
2014-12-26 23:42 | Remove leftover field | sin | 1 | +0 | -1 |
2014-12-26 23:41 | Fix play semantics | sin | 3 | +43 | -22 |
2014-12-26 23:38 | doc: "prev" command | Hiltjo Posthuma | 1 | +1 | -1 |
2014-12-26 23:35 | cmd: add regex search "search" | Hiltjo Posthuma | 3 | +48 | -1 |
2014-12-26 23:17 | Update PROTOCOL | sin | 1 | +15 | -19 |
2014-12-26 23:10 | Remove tokenizer.o target from Makefile | sin | 1 | +1 | -2 |
2014-12-26 23:08 | Initialize return value | sin | 1 | +1 | -1 |
2014-12-26 23:00 | No need to enclose error messages in double quotes | sin | 1 | +22 | -22 |
2014-12-26 22:56 | Remove useless function | sin | 2 | +0 | -7 |
2014-12-26 22:47 | Add Hiltjo to LICENSE | sin | 1 | +1 | -0 |
2014-12-26 21:56 | rework tokenizer | Hiltjo Posthuma | 4 | +44 | -144 |
2014-12-26 19:16 | Style fix | sin | 1 | +1 | -1 |
2014-12-26 18:33 | Fill the entire buffer | sin | 1 | +16 | -9 |
2014-12-26 18:27 | Style fix | sin | 1 | +1 | -4 |
2014-12-26 18:26 | Oops fix random change | sin | 1 | +2 | -2 |
2014-12-26 18:24 | Don't bother initializing cursect | sin | 1 | +0 | -2 |
2014-12-26 18:23 | play() should return number of bytes written | sin | 2 | +3 | -3 |
2014-12-26 18:20 | Fix error path | sin | 1 | +1 | -1 |
2014-12-26 18:19 | Use ov_fopen() | sin | 2 | +7 | -21 |
2014-12-26 17:52 | fclose if vorbis open fails | sin | 1 | +8 | -4 |
2014-12-26 17:44 | compat: add reallocarray for linux | Hiltjo Posthuma | 4 | +48 | -0 |
2014-12-26 17:47 | Reset cursect | sin | 1 | +1 | -0 |
2014-12-26 17:42 | Use unsigned char + fix missing include | sin | 2 | +2 | -1 |
2014-12-26 16:56 | Pull rate and chans from the file itself | sin | 1 | +15 | -2 |
2014-12-26 16:48 | Add vorbis decoder | sin | 4 | +93 | -4 |
2014-12-26 16:02 | Keep initializing decoders | sin | 1 | +3 | -3 |
2014-12-26 15:59 | Reply with pong on ping | sin | 1 | +5 | -1 |
2014-12-26 15:53 | Fixup error messages a bit | sin | 1 | +15 | -11 |
2014-12-26 15:47 | Add TODO comment | sin | 1 | +1 | -0 |
2014-12-26 15:43 | Report failures to change volume | sin | 2 | +7 | -2 |
2014-12-26 15:08 | Rename doaudio() to playaudio() | sin | 1 | +2 | -2 |
2014-12-26 15:06 | Style fix | sin | 1 | +5 | -1 |
2014-12-26 14:11 | Style fix | sin | 1 | +3 | -3 |
2014-12-26 14:10 | Refactor decoder again | sin | 5 | +42 | -40 |
2014-12-26 14:02 | Refactor decoder | sin | 4 | +27 | -21 |
2014-12-26 12:53 | playlist: dynamic list, grow by 4096 | Hiltjo Posthuma | 2 | +25 | -13 |
2014-12-26 13:52 | Add mp3 decoder | sin | 6 | +172 | -17 |
2014-12-25 23:28 | fix a few warnings | Hiltjo Posthuma | 5 | +10 | -4 |
2014-12-26 11:25 | Simplify decode() | sin | 3 | +8 | -10 |
2014-12-26 11:05 | Remove init/exit callbacks for the output | sin | 3 | +0 | -16 |
2014-12-25 23:04 | Only allow volume changes when we have a valid context | sin | 1 | +5 | -3 |
2014-12-25 22:43 | Just use the current song as a reference when moving to next/prev | sin | 3 | +10 | -18 |
2014-12-25 17:49 | Actually use bits | sin | 1 | +1 | -1 |
2014-12-25 17:48 | Style fix | sin | 1 | +2 | -4 |
2014-12-25 17:46 | Implement kill command | sin | 1 | +2 | -0 |
2014-12-25 17:44 | Implement prev command | sin | 3 | +46 | -0 |
2014-12-25 17:42 | Add some TODO | sin | 2 | +2 | -1 |
2014-12-25 17:40 | Implement next command | sin | 3 | +46 | -0 |
2014-12-25 17:31 | Increase timeout to 10ms | sin | 1 | +1 | -1 |
2014-12-25 17:30 | Update PROTOCOL | sin | 1 | +3 | -2 |
2014-12-25 17:29 | Staticise symbols | sin | 4 | +20 | -19 |
2014-12-25 17:25 | More error checking | sin | 2 | +23 | -13 |
2014-12-25 17:20 | Handle multiple input formats (8, 16, 24 and 32 bit) | sin | 1 | +34 | -6 |
2014-12-25 17:11 | Implement clearplaylist() | sin | 3 | +28 | -5 |
2014-12-25 15:29 | Rearrange local var | sin | 1 | +1 | -1 |
2014-12-25 15:25 | Reset state on failure | sin | 1 | +5 | -2 |
2014-12-25 14:51 | Add some error checking for changing volume | sin | 1 | +4 | -1 |
2014-12-25 14:49 | Add volume control | sin | 3 | +22 | -0 |
2014-12-25 14:43 | If a song is already playing, properly close the decoder before moving on | sin | 1 | +7 | -1 |
2014-12-25 14:21 | Use BUFSIZ | sin | 1 | +1 | -1 |
2014-12-25 14:10 | Complain for unknown commands | sin | 1 | +2 | -0 |
2014-12-25 14:08 | Fix docmd() return value | sin | 2 | +7 | -5 |
2014-12-25 14:03 | Handle reading multiple lines in a single read etc. | sin | 1 | +54 | -15 |
2014-12-25 13:43 | Ensure params have been accepted | sin | 1 | +9 | -0 |
2014-12-25 13:13 | Add libsndfile | sin | 7 | +53 | -45 |
2014-12-25 11:33 | Add wav.c too | sin | 1 | +43 | -0 |
2014-12-25 11:33 | Back to the drawing board | sin | 7 | +110 | -179 |
2014-12-24 23:19 | Various updates - completely broken atm | sin | 6 | +45 | -79 |
2014-12-24 16:11 | Close decoder + output on stop | sin | 1 | +15 | -8 |
2014-12-24 16:05 | Forgot return | sin | 1 | +1 | -2 |
2014-12-24 15:02 | Add some error checking | sin | 3 | +42 | -19 |
2014-12-24 14:42 | Fix indentation and send protocol version | sin | 2 | +3 | -2 |
2014-12-24 14:33 | Initial commit | sin | 10 | +872 | -0 |