| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | ob_send: avoid void pointer arithmetic warning | Eric Wong | 2008-09-02 | 1 | -1/+1 |
* | | volume: include outputBuffer.h for ob_set_sw_volume | Eric Wong | 2008-09-02 | 1 | -0/+1 |
* | | Add missing function prototypes | Eric Wong | 2008-09-02 | 4 | -4/+7 |
|/ |
|
* | Merge branch 'ew/deconst' | Eric Wong | 2008-09-01 | 6 | -55/+26 |
|\ |
|
| * | use deconst_ptr instead of duplicating deconst logic | Eric Wong | 2008-09-01 | 5 | -55/+15 |
| * | provide a generic deconst_ptr function | Eric Wong | 2008-09-01 | 1 | -0/+11 |
* | | playlist: fix shuffle/random distribution | Eric Wong | 2008-09-01 | 1 | -6/+19 |
|/ |
|
* | storedPlaylist: correctly expand path when writing | Eric Wong | 2008-09-01 | 1 | -6/+7 |
* | Merge branch 'mk/cleanups' | Eric Wong | 2008-09-01 | 63 | -776/+993 |
|\ |
|
| * | pass constant pointers | Max Kellermann | 2008-08-31 | 10 | -16/+17 |
| * | const pointers | Max Kellermann | 2008-08-31 | 6 | -16/+16 |
| * | unsigned integers and size_t | Max Kellermann | 2008-08-31 | 3 | -11/+11 |
| * | oggflac: fix GCC warnings | Max Kellermann | 2008-08-31 | 1 | -9/+9 |
| * | include cleanup | Max Kellermann | 2008-08-31 | 4 | -2/+3 |
| * | protect locate.h from double inclusion | Max Kellermann | 2008-08-31 | 1 | -0/+5 |