| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | alsa: re-enable-nonblocking, but sleep if busy | Eric Wong | 2008-09-10 | 1 | -7/+9 |
* | | | | Merge branch 'mk/strset' | Eric Wong | 2008-09-09 | 7 | -149/+255 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | use strset.h instead of tagTracker.h | Max Kellermann | 2008-09-09 | 6 | -173/+84 |
| * | | | strset: fix duplicate values | Max Kellermann | 2008-09-09 | 1 | -1/+1 |
| * | | | added string set library | Max Kellermann | 2008-09-09 | 3 | -0/+195 |
| |/ / |
|
* / / | metadata_pipe: kill "writer is ahead of reader" message | Eric Wong | 2008-09-09 | 1 | -4/+1 |
|/ / |
|
* | | alsa: use blocking instead of non-blocking write | Eric Wong | 2008-09-08 | 1 | -1/+6 |
* | | alsa: show more debugging information | Eric Wong | 2008-09-08 | 1 | -10/+14 |
* | | alsa: cleanup the mmap logic a bit | Eric Wong | 2008-09-08 | 1 | -8/+6 |
* | | alsa: snd_pcm_sw_params_set_xfer_align is deprecated | Eric Wong | 2008-09-08 | 1 | -3/+0 |
* | | alsa: only run snd_config_update_free_global once atexit | Eric Wong | 2008-09-07 | 1 | -3/+7 |
* | | alsa: move bitformat reading code out of the way | Eric Wong | 2008-09-07 | 1 | -16/+12 |
* | | alsa: always print the period_time we set | Eric Wong | 2008-09-07 | 1 | -2/+1 |
* | | alsa: avoid unnecessary heap usage if we don't set a device name | Eric Wong | 2008-09-07 | 1 | -11/+12 |
* | | alsa: get rid of the needless canPause flag | Eric Wong | 2008-09-07 | 1 | -3/+0 |
* | | alsa: avoid reassigning ad->writei | Eric Wong | 2008-09-07 | 1 | -7/+4 |
* | | alsa: add reasoning for the non-portable macro | Eric Wong | 2008-09-07 | 1 | -0/+2 |
* | | alsa: capitalize "ALSA" consistently in messages | Eric Wong | 2008-09-07 | 1 | -16/+9 |
* | | Merge branch 'ew/alsa' | Eric Wong | 2008-09-07 | 1 | -78/+69 |
|\ \ |
|
| * | | alsa: optimistically try resuming from suspend | Eric Wong | 2008-09-07 | 1 | -11/+12 |
| * | | alsa: extra debugging outputs to fix suspend/hibernate | Eric Wong | 2008-09-07 | 1 | -3/+9 |
| * | | alsa: cleanup debug assignment of the "cmd" variable | Eric Wong | 2008-09-07 | 1 | -66/+50 |
* | | | playlist: re-randomize when explicitly playing a new song | Eric Wong | 2008-09-07 | 1 | -0/+1 |
|/ / |
|
* | | tag: oops, of course items is now ** and not * | Eric Wong | 2008-09-05 | 1 | -2/+2 |
* | | audio_format: volatile removal | Eric Wong | 2008-09-05 | 1 | -3/+3 |
* | | tag: lock all accesses to tag_pool | Eric Wong | 2008-09-05 | 3 | -6/+15 |
* | | tag: introduce handy items_size() function | Eric Wong | 2008-09-05 | 1 | -11/+12 |
* | | Merge branch 'mk/tag' | Eric Wong | 2008-09-03 | 44 | -1468/+998 |
|\ \ |
|
| * | | tag: fix segfault on update | Eric Wong | 2008-09-03 | 2 | -14/+22 |
| * | | utf8.h: Fix build (broken os_compat.h #include) | Eric Wong | 2008-09-02 | 1 | -1/+1 |
| * | | tag: optimize tag_dup(), copy item references | Max Kellermann | 2008-09-02 | 3 | -7/+42 |
| * | | tag: fix the shout and oggflac plugins | Max Kellermann | 2008-09-02 | 2 | -6/+8 |
| * | | const pointers | Max Kellermann | 2008-09-02 | 4 | -10/+10 |
| * | | tag: static directory name | Max Kellermann | 2008-09-02 | 1 | -5/+3 |
| * | | tag: try not to reallocate tag.items in every add() call | Max Kellermann | 2008-09-02 | 3 | -7/+91 |
| * | | song: don't export newNullSong() | Max Kellermann | 2008-09-02 | 2 | -3/+1 |
| * | | tag: try not to duplicate the input string | Max Kellermann | 2008-09-02 | 1 | -13/+18 |
| * | | tag: pass length to fix_utf8() | Max Kellermann | 2008-09-02 | 1 | -3/+4 |
| * | | added "length" parameter to validUtf8String() | Max Kellermann | 2008-09-02 | 4 | -10/+16 |
| * | | assert value!=NULL in fix_utf8() | Max Kellermann | 2008-09-02 | 1 | -1/+3 |
| * | | tag: converted macro fixUtf8() to an inline function | Max Kellermann | 2008-09-02 | 1 | -9/+11 |
| * | | tag: added a pool for tag items | Max Kellermann | 2008-09-02 | 5 | -6/+147 |
| * | | tag: converted tag_item.value to a char array | Max Kellermann | 2008-09-02 | 4 | -20/+5 |
| * | | removed tree.c | Max Kellermann | 2008-09-02 | 4 | -857/+67 |
| * | | tag: converted MpdTag.items to a pointer list | Max Kellermann | 2008-09-02 | 4 | -17/+20 |
| * | | tag: moved code to tag_id3.c | Max Kellermann | 2008-09-02 | 5 | -352/+402 |
| * | | wavpack: tag_new() cannot fail | Max Kellermann | 2008-09-02 | 1 | -5/+0 |
| * | | tag: converted tag_add_item() to an inline function | Max Kellermann | 2008-09-02 | 1 | -2/+5 |
| * | | tag: renamed functions, no CamelCase | Max Kellermann | 2008-09-02 | 19 | -121/+120 |
| * | | tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_item | Max Kellermann | 2008-09-02 | 26 | -109/+112 |