summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-01-15input_curl: call curl_multi_info_read() in constructorMax Kellermann
2009-01-14playlist: safely search the playlist for deleted songMax Kellermann
2009-01-14song_save: check for colon and space when loading a tagMax Kellermann
2009-01-13input_curl: honour http_proxy_* config directivesJoe Milbourn
2009-01-13playlist: implement Fisher-Yates shuffle properlyMax Kellermann
2009-01-13playlist: use GLib's random number generatorMax Kellermann
2009-01-13input_curl: use select() to eliminate busy loop during connectMax Kellermann
2009-01-13decoder_api: don't ignore DECODE_COMMAND_STOPMax Kellermann
2009-01-13update: save the database even if it is emptyMax Kellermann
2009-01-13pcm_utils: use the custom PRNG for volume ditheringMax Kellermann
2009-01-13update: refresh stats when database update is finishedMax Kellermann
2009-01-13playlist: log errors during loadPlaylist()Max Kellermann
2009-01-04player_thread: fix cross-fading duplicate chunk bugMax Kellermann
2009-01-04decoder_api: moved code to do_send_tag(), free temporary tagMax Kellermann
2009-01-02jack: duplicate jack_get_ports() return valuesMax Kellermann
2009-01-02bonjour: fixed "unused parameter" warningsMax Kellermann
2009-01-02main: use g_setenv() instead of setenv()Max Kellermann
2009-01-02log: automatically append newlineMax Kellermann
2009-01-02tag_id3: strip leading and trailing whitespace from ID3 tagsThomas Jansen
2009-01-02mp4: support the writer/composer tagFrank Mulder
2008-12-24playlist: fix stored playlist modifications with absolute pathsMax Kellermann
2008-12-24stored_playlist: fix integer overflow in length estimationMax Kellermann
2008-12-24ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann
2008-12-24ffmpeg: don't assign "0" to pointerMax Kellermann
2008-12-24Makefile.am: fix sparse invocationMax Kellermann
2008-12-24mp3: "tag" argument is unused when libid3tag is disabledMax Kellermann
2008-12-24listen: "port" argument is unused when TCP support is disabledMax Kellermann
2008-12-24pcm_utils: check pcm_convert()==0Max Kellermann
2008-12-24client: always attempt to flush deferred buffersMax Kellermann
2008-12-23shout: fixed bad error message printoutViliam Mateicka
2008-12-21Merge branch 'http_buffer_remove' of git://git.musicpd.org/avuton/mpdMax Kellermann
2008-12-20Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich
2008-12-20log: map log level "SECURE" to GLib's "INFO"Max Kellermann
2008-12-17Remove useless statement.Emanuele Giaquinta
2008-12-17player_control: check if errored_song is setMax Kellermann
2008-12-17playlist: clear pc.errored_song on deleteMax Kellermann
2008-12-17Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta
2008-12-17Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta
2008-12-17Factor computation.Emanuele Giaquinta
2008-12-17Use MIN.Emanuele Giaquinta
2008-12-17Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta
2008-12-16command: reject unsupported URI schemesMax Kellermann
2008-12-16ls: added uri_has_scheme()Max Kellermann
2008-12-16ls: don't return suffix from parent directory nameMax Kellermann
2008-12-16ls: reimplement getSuffix() with strrchr()Max Kellermann
2008-12-16ls: use boolMax Kellermann
2008-12-16ls: make printRemoteUrlHandlers() return voidMax Kellermann
2008-12-16ls: removed isValidRemoteUtf8Url()Max Kellermann
2008-12-16ls: don't include time.hMax Kellermann
2008-12-15ffmpeg: fixing ffmpeg_send_packet to allow multipacketsViliam Mateicka