aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* playlist: implement Fisher-Yates shuffle properlyMax Kellermann2009-01-131-2/+2
* playlist: use GLib's random number generatorMax Kellermann2009-01-131-6/+10
* input_curl: use select() to eliminate busy loop during connectMax Kellermann2009-01-131-0/+6
* decoder_api: don't ignore DECODE_COMMAND_STOPMax Kellermann2009-01-131-2/+1
* update: save the database even if it is emptyMax Kellermann2009-01-132-1/+14
* pcm_utils: use the custom PRNG for volume ditheringMax Kellermann2009-01-134-6/+40
* update: refresh stats when database update is finishedMax Kellermann2009-01-131-0/+5
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-133-5/+4
* player_thread: fix cross-fading duplicate chunk bugMax Kellermann2009-01-041-0/+8
* decoder_api: moved code to do_send_tag(), free temporary tagMax Kellermann2009-01-041-7/+17
* jack: duplicate jack_get_ports() return valuesMax Kellermann2009-01-021-3/+4
* bonjour: fixed "unused parameter" warningsMax Kellermann2009-01-021-7/+13
* main: use g_setenv() instead of setenv()Max Kellermann2009-01-021-42/+1
* log: automatically append newlineMax Kellermann2009-01-021-2/+17
* tag_id3: strip leading and trailing whitespace from ID3 tagsThomas Jansen2009-01-021-2/+6
* mp4: support the writer/composer tagFrank Mulder2009-01-021-0/+2
* playlist: fix stored playlist modifications with absolute pathsMax Kellermann2008-12-243-2/+20
* stored_playlist: fix integer overflow in length estimationMax Kellermann2008-12-241-1/+1
* ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann2008-12-241-2/+2
* ffmpeg: don't assign "0" to pointerMax Kellermann2008-12-241-1/+1
* Makefile.am: fix sparse invocationMax Kellermann2008-12-241-1/+4
* mp3: "tag" argument is unused when libid3tag is disabledMax Kellermann2008-12-241-2/+2
* listen: "port" argument is unused when TCP support is disabledMax Kellermann2008-12-241-1/+2
* pcm_utils: check pcm_convert()==0Max Kellermann2008-12-243-5/+16
* client: always attempt to flush deferred buffersMax Kellermann2008-12-241-2/+11
* shout: fixed bad error message printoutViliam Mateicka2008-12-231-2/+2
* Merge branch 'http_buffer_remove' of git://git.musicpd.org/avuton/mpdMax Kellermann2008-12-212-4/+0
|\
| * Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich2008-12-202-4/+0
* | log: map log level "SECURE" to GLib's "INFO"Max Kellermann2008-12-201-3/+3
|/
* Remove useless statement.Emanuele Giaquinta2008-12-171-1/+0
* player_control: check if errored_song is setMax Kellermann2008-12-171-4/+14
* playlist: clear pc.errored_song on deleteMax Kellermann2008-12-173-2/+23
* Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta2008-12-171-2/+0
* Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta2008-12-171-1/+0
* Factor computation.Emanuele Giaquinta2008-12-171-4/+6
* Use MIN.Emanuele Giaquinta2008-12-171-2/+2
* Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta2008-12-171-1/+1
* command: reject unsupported URI schemesMax Kellermann2008-12-161-1/+11
* ls: added uri_has_scheme()Max Kellermann2008-12-162-0/+10
* ls: don't return suffix from parent directory nameMax Kellermann2008-12-161-1/+1
* ls: reimplement getSuffix() with strrchr()Max Kellermann2008-12-161-8/+2
* ls: use boolMax Kellermann2008-12-162-6/+7
* ls: make printRemoteUrlHandlers() return voidMax Kellermann2008-12-163-5/+4
* ls: removed isValidRemoteUtf8Url()Max Kellermann2008-12-165-46/+4
* ls: don't include time.hMax Kellermann2008-12-161-2/+0
* ffmpeg: fixing ffmpeg_send_packet to allow multipacketsViliam Mateicka2008-12-151-16/+32
* ffmpeg: adding APE supportViliam Mateicka2008-12-151-2/+3
* locate: ignore case when searching in song pathsMax Kellermann2008-12-131-1/+1
* ao: use 16 bit sample formatMax Kellermann2008-12-091-0/+6
* osx: use 16 bit sample formatMax Kellermann2008-12-081-0/+3