| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | songvec_free => songvec_destroy | Eric Wong | 2008-09-28 | 3 | -3/+3 |
| * | directory.c: kill unnecessary includes | Eric Wong | 2008-09-28 | 1 | -4/+0 |
* | | Merge branch 'mk/flac' | Eric Wong | 2008-09-29 | 4 | -128/+131 |
|\ \ |
|
| * | | flac: removed FlacData.chunk_length | Max Kellermann | 2008-09-29 | 4 | -9/+3 |
| * | | flac: merged flacSendChunk() into flac_common_write() | Max Kellermann | 2008-09-29 | 1 | -11/+6 |
| * | | flac: removed generic sample size support | Max Kellermann | 2008-09-29 | 1 | -31/+27 |
| * | | flac: added special functions for 8 and 32 bit | Max Kellermann | 2008-09-29 | 1 | -0/+37 |
| * | | flac: added optimized converter for 16 bit | Max Kellermann | 2008-09-29 | 1 | -0/+17 |
| * | | flac: use signed integers in flac_convert_stereo16() | Max Kellermann | 2008-09-29 | 1 | -6/+4 |
| * | | flac: moved code from flacWrite() to _flac_common.c | Max Kellermann | 2008-09-29 | 4 | -120/+90 |
| * | | flac: assume the buffer is empty in flacWrite() II | Max Kellermann | 2008-09-29 | 1 | -6/+2 |
| |/ |
|
* | | Merge branch 'mk/pcm' | Eric Wong | 2008-09-29 | 1 | -18/+28 |
|\ \ |
|
| * | | pcm_utils: added pcm_range() | Max Kellermann | 2008-09-29 | 1 | -10/+18 |
| * | | pcm_utils: added inline function pcm_dither() | Max Kellermann | 2008-09-29 | 1 | -8/+10 |
| |/ |
|
* / | command: don't clobber next list value when preparsing | Eric Wong | 2008-09-29 | 1 | -3/+6 |
|/ |
|
* | directory: update playlist version if updated | Eric Wong | 2008-09-28 | 1 | -1/+6 |
* | playlist: fix currentsong info after swapping songs | Eric Wong | 2008-09-28 | 1 | -0/+4 |
* | playlist: reset after we've hit the end | Eric Wong | 2008-09-28 | 1 | -0/+6 |
* | advance to the next song on decoder errors | Eric Wong | 2008-09-28 | 3 | -6/+17 |
* | COMMANDS: assorted formatting fixes | Eric Wong | 2008-09-27 | 1 | -21/+22 |
* | COMMANDS: document moveid with negative _to_ argument, too | Eric Wong | 2008-09-27 | 1 | -1/+3 |
* | COMMANDS: document addid with optional position argument | Eric Wong | 2008-09-27 | 1 | -1/+4 |
* | song: removed type SongList | Max Kellermann | 2008-09-26 | 4 | -45/+2 |
* | doc/COMMANDS: document "addid" | Max Kellermann | 2008-09-26 | 1 | -0/+8 |
* | command: fix command "addid" | Max Kellermann | 2008-09-26 | 1 | -1/+1 |
* | properly configure the M4 macro directory | Max Kellermann | 2008-09-26 | 2 | -0/+2 |
* | Revert "directory: serialize freeSong() within the main thread" | Eric Wong | 2008-09-23 | 1 | -9/+1 |
* | songvec: avoid free(NULL) | Eric Wong | 2008-09-23 | 1 | -2/+4 |
* | directory: use songvec_free to prevent memory leaks. | Eric Wong | 2008-09-23 | 1 | -2/+1 |
* | directory: fix leak introduced with threaded update | Eric Wong | 2008-09-23 | 1 | -1/+1 |
* | directory: serialize freeSong() within the main thread | Eric Wong | 2008-09-23 | 1 | -1/+10 |
* | log: remove umask() calls, just change open(2) args | Eric Wong | 2008-09-22 | 1 | -8/+2 |
* | Remove EINTR checking for open(2) | Eric Wong | 2008-09-22 | 2 | -4/+2 |
* | directory: don't leak file handles if we get a corrupt db | Eric Wong | 2008-09-22 | 1 | -1/+1 |
* | Merge branch 'ew/directory' | Eric Wong | 2008-09-22 | 8 | -221/+102 |
|\ |
|
| * | songvec: remove songvec_prune | Eric Wong | 2008-09-22 | 3 | -27/+0 |
| * | directory: update do its work inside a thread | Eric Wong | 2008-09-22 | 5 | -125/+56 |
| * | directory: use enum update_return for return values | Eric Wong | 2008-09-22 | 1 | -72/+49 |
* | | Merge branch 'ew/directory' | Eric Wong | 2008-09-20 | 16 | -253/+318 |
|\| |
|
| * | Don't try to prune unless we're updating | Eric Wong | 2008-09-20 | 1 | -1/+2 |
| * | workaround race condition on updates with broken signal blocking | Eric Wong | 2008-09-20 | 1 | -39/+50 |
| * | Replace SongList with struct songvec | Eric Wong | 2008-09-20 | 8 | -136/+226 |
| * | directory: remove unused updateMp3Directory() function | Eric Wong | 2008-09-20 | 2 | -20/+0 |
| * | start using prefixcmp() | Eric Wong | 2008-09-20 | 8 | -58/+29 |
| * | Add prefixcmp() (stol^H^H^H^Hborrowed from git) | Eric Wong | 2008-09-20 | 2 | -0/+12 |
* | | Oops, open() with O_CREAT is nicer with a mode | Eric Wong | 2008-09-20 | 2 | -2/+2 |
* | | volume: oops, only #include <alloca.h> if OSS is enabled | Eric Wong | 2008-09-18 | 1 | -1/+0 |
* | | oss: avoid heap allocations when configuring mixer | Eric Wong | 2008-09-18 | 1 | -13/+13 |
|/ |
|
* | Move away from fprintf() when writing DB/state_file | Eric Wong | 2008-09-18 | 10 | -55/+60 |
* | fdprintf and vfdprintf get error handling | Eric Wong | 2008-09-18 | 2 | -14/+22 |