aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* alsa: add reasoning for the non-portable macroEric Wong2008-09-071-0/+2
* alsa: capitalize "ALSA" consistently in messagesEric Wong2008-09-071-16/+9
* Merge branch 'ew/alsa'Eric Wong2008-09-071-78/+69
|\
| * alsa: optimistically try resuming from suspendEric Wong2008-09-071-11/+12
| * alsa: extra debugging outputs to fix suspend/hibernateEric Wong2008-09-071-3/+9
| * alsa: cleanup debug assignment of the "cmd" variableEric Wong2008-09-071-66/+50
* | playlist: re-randomize when explicitly playing a new songEric Wong2008-09-071-0/+1
|/
* tag: oops, of course items is now ** and not *Eric Wong2008-09-051-2/+2
* audio_format: volatile removalEric Wong2008-09-051-3/+3
* tag: lock all accesses to tag_poolEric Wong2008-09-053-6/+15
* tag: introduce handy items_size() functionEric Wong2008-09-051-11/+12
* Merge branch 'mk/tag'Eric Wong2008-09-0344-1468/+998
|\
| * tag: fix segfault on updateEric Wong2008-09-032-14/+22
| * utf8.h: Fix build (broken os_compat.h #include)Eric Wong2008-09-021-1/+1
| * tag: optimize tag_dup(), copy item referencesMax Kellermann2008-09-023-7/+42
| * tag: fix the shout and oggflac pluginsMax Kellermann2008-09-022-6/+8
| * const pointersMax Kellermann2008-09-024-10/+10
| * tag: static directory nameMax Kellermann2008-09-021-5/+3
| * tag: try not to reallocate tag.items in every add() callMax Kellermann2008-09-023-7/+91
| * song: don't export newNullSong()Max Kellermann2008-09-022-3/+1
| * tag: try not to duplicate the input stringMax Kellermann2008-09-021-13/+18
| * tag: pass length to fix_utf8()Max Kellermann2008-09-021-3/+4
| * added "length" parameter to validUtf8String()Max Kellermann2008-09-024-10/+16
| * assert value!=NULL in fix_utf8()Max Kellermann2008-09-021-1/+3
| * tag: converted macro fixUtf8() to an inline functionMax Kellermann2008-09-021-9/+11
| * tag: added a pool for tag itemsMax Kellermann2008-09-025-6/+147
| * tag: converted tag_item.value to a char arrayMax Kellermann2008-09-024-20/+5
| * removed tree.cMax Kellermann2008-09-024-857/+67
| * tag: converted MpdTag.items to a pointer listMax Kellermann2008-09-024-17/+20
| * tag: moved code to tag_id3.cMax Kellermann2008-09-025-352/+402
| * wavpack: tag_new() cannot failMax Kellermann2008-09-021-5/+0
| * tag: converted tag_add_item() to an inline functionMax Kellermann2008-09-021-2/+5
| * tag: renamed functions, no CamelCaseMax Kellermann2008-09-0219-121/+120
| * tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-0226-109/+112
* | ob_send: avoid void pointer arithmetic warningEric Wong2008-09-021-1/+1
* | volume: include outputBuffer.h for ob_set_sw_volumeEric Wong2008-09-021-0/+1
* | Add missing function prototypesEric Wong2008-09-024-4/+7
|/
* Merge branch 'ew/deconst'Eric Wong2008-09-016-55/+26
|\
| * use deconst_ptr instead of duplicating deconst logicEric Wong2008-09-015-55/+15
| * provide a generic deconst_ptr functionEric Wong2008-09-011-0/+11
* | playlist: fix shuffle/random distributionEric Wong2008-09-011-6/+19
|/
* storedPlaylist: correctly expand path when writingEric Wong2008-09-011-6/+7
* Merge branch 'mk/cleanups'Eric Wong2008-09-0163-776/+993
|\
| * pass constant pointersMax Kellermann2008-08-3110-16/+17
| * const pointersMax Kellermann2008-08-316-16/+16
| * unsigned integers and size_tMax Kellermann2008-08-313-11/+11
| * oggflac: fix GCC warningsMax Kellermann2008-08-311-9/+9
| * include cleanupMax Kellermann2008-08-314-2/+3
| * protect locate.h from double inclusionMax Kellermann2008-08-311-0/+5
| * playlist: eliminate unused fd parametersMax Kellermann2008-08-313-34/+34