aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-02const pointersMax Kellermann4-10/+10
2008-09-02tag: static directory nameMax Kellermann1-5/+3
2008-09-02tag: try not to reallocate tag.items in every add() callMax Kellermann3-7/+91
2008-09-02song: don't export newNullSong()Max Kellermann2-3/+1
2008-09-02tag: try not to duplicate the input stringMax Kellermann1-13/+18
2008-09-02tag: pass length to fix_utf8()Max Kellermann1-3/+4
2008-09-02added "length" parameter to validUtf8String()Max Kellermann4-10/+16
2008-09-02assert value!=NULL in fix_utf8()Max Kellermann1-1/+3
2008-09-02tag: converted macro fixUtf8() to an inline functionMax Kellermann1-9/+11
2008-09-02tag: added a pool for tag itemsMax Kellermann5-6/+147
2008-09-02tag: converted tag_item.value to a char arrayMax Kellermann4-20/+5
2008-09-02removed tree.cMax Kellermann4-857/+67
2008-09-02tag: converted MpdTag.items to a pointer listMax Kellermann4-17/+20
2008-09-02tag: moved code to tag_id3.cMax Kellermann5-352/+402
2008-09-02wavpack: tag_new() cannot failMax Kellermann1-5/+0
2008-09-02tag: converted tag_add_item() to an inline functionMax Kellermann1-2/+5
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann19-121/+120
2008-09-02tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann26-109/+112
2008-09-01use deconst_ptr instead of duplicating deconst logicEric Wong5-55/+15
2008-09-01provide a generic deconst_ptr functionEric Wong1-0/+11
2008-09-01playlist: fix shuffle/random distributionEric Wong1-6/+19
2008-09-01storedPlaylist: correctly expand path when writingEric Wong1-6/+7
2008-09-01Fix shadow warningsEric Wong2-4/+4
2008-08-31pass constant pointersMax Kellermann10-16/+17
2008-08-31const pointersMax Kellermann6-16/+16
2008-08-31unsigned integers and size_tMax Kellermann3-11/+11
2008-08-31oggflac: fix GCC warningsMax Kellermann1-9/+9
2008-08-31include cleanupMax Kellermann4-2/+3
2008-08-31protect locate.h from double inclusionMax Kellermann1-0/+5
2008-08-31playlist: eliminate unused fd parametersMax Kellermann3-34/+34
2008-08-31jack: made "sample_size" static constMax Kellermann1-1/+1
2008-08-31moved jack configuration to the JackData structMax Kellermann1-49/+64
2008-08-31jack: removed unused macrosMax Kellermann1-10/+0
2008-08-31jack: don't set audioOutput->data=NULLMax Kellermann1-5/+5
2008-08-31jack: initialize JackData in jack_initDriver()Max Kellermann1-6/+2
2008-08-31jack: added freeJackClient()Max Kellermann1-13/+25
2008-08-31jack: initialize jd->client after !jd checkMax Kellermann1-5/+5
2008-08-31jack: eliminate superfluous freeJackData() callsMax Kellermann1-6/+0
2008-08-31mp3: converted the MUTEFRAME_ macros to an enumMax Kellermann1-9/+12
2008-08-31mp3: converted the DECODE_ constants to an enumMax Kellermann1-8/+13
2008-08-31wavpack: don't use "isp" before initializationMax Kellermann1-4/+1
2008-08-31wavpack: moved code to wavpack_open_wvc()Max Kellermann1-70/+66
2008-08-30simplified code in the ogg decoder pluginMax Kellermann1-25/+25
2008-08-30oggvorbis: don't detect OGG header if stream is not seekableMax Kellermann2-0/+10
2008-08-30mp3: audio_linear_dither() returns mpd_sint16Max Kellermann1-11/+9
2008-08-30mp3: changed outputBuffer's type to mpd_sint16[]Max Kellermann1-4/+3
2008-08-30mp3: moved num_samples calculation out of the loopMax Kellermann1-6/+7
2008-08-30mp3: eliminated outputPtrMax Kellermann1-17/+9
2008-08-30mp3: don't do a second flush in mp3_decode()Max Kellermann1-12/+1
2008-08-30mp3: always flush directly after decoding/ditheringMax Kellermann1-17/+13