aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modify version string to post-release version 0.14.3~gitv0.14.xAvuton Olrich2009-02-132-1/+4
* mpd version 0.14.2Avuton Olrich2009-02-132-4/+2
* update: free deleted subdirectoriesMax Kellermann2009-02-122-2/+7
* update: recursively purge deleted directoriesMax Kellermann2009-02-122-1/+2
* aac: fix stream metadataMax Kellermann2009-02-122-1/+2
* ffmpeg: added TTA supportMax Kellermann2009-02-112-0/+3
* configure.ac: define HAVE_FFMPEG after all checksMax Kellermann2009-02-092-2/+7
* shout: clear buffer before calling the encoderMax Kellermann2009-02-094-18/+15
* shout: don't postpone metadataMax Kellermann2009-02-094-34/+15
* shout: use libshout's synchronizationMax Kellermann2009-02-093-24/+5
* shout: switch to blocking modeMax Kellermann2009-02-093-78/+9
* shout: removed shout_data.tag_to_sendMax Kellermann2009-02-092-9/+6
* shout: removed shout_data.shout_errorMax Kellermann2009-02-092-4/+0
* ffmpeg: enable WAV streamingQball Cow2009-02-042-0/+2
* ffmpeg: fixed seek integer overflowMax Kellermann2009-02-032-3/+5
* ffmpeg: check if the time stamp is validMax Kellermann2009-02-032-4/+6
* ffmpeg: don't warn of empty packet outputMax Kellermann2009-02-032-3/+3
* ffmpeg: print codec nameMax Kellermann2009-02-031-0/+3
* shout_mp3: call lame_close() in clear_encoder() methodMax Kellermann2009-02-022-2/+7
* shout_mp3: free the lame_data struct on exitMax Kellermann2009-02-021-0/+2
* player_thread: set player error when output device failsMax Kellermann2009-02-022-1/+5
* mikmod: call MikMod_Exit() only in the finish() methodMatthias Drochner2009-01-302-6/+1
* wavpack: pass NULL if the .wvc file fails to openMax Kellermann2009-01-302-1/+4
* mapper: ignore duplicate slashes in playlistsMax Kellermann2009-01-301-0/+3
* mapper: remove trailing slashes from music_directoryMax Kellermann2009-01-302-1/+16
* ffmeg: added support for the tags comment, genre, yearDavid Horn2009-01-302-0/+12
* jack: reduced sleep time to 1msMax Kellermann2009-01-292-1/+2
* jack: clear "shutdown" flag on reconnectMax Kellermann2009-01-292-0/+3
* jack: allocate ring buffers before connectingMax Kellermann2009-01-292-5/+5
* jack: register ports before activating clientsMax Kellermann2009-01-291-5/+5
* Modify version string to post-release version 0.14.2~gitAvuton Olrich2009-01-172-1/+4
* mpd version 0.14.1release-0.14.1Avuton Olrich2009-01-172-2/+2
* oggvorbis: disable seeking on remote songsMax Kellermann2009-01-172-6/+25
* decoder_api: added assertion on partial framesMax Kellermann2009-01-161-0/+1
* pcm_resample_fallback: corrected the sample calculationMax Kellermann2009-01-162-2/+5
* oggvorbis: define HAVE_OGGVORBIS when tremor is enabledMax Kellermann2009-01-152-1/+4
* input_curl: don't call input_curl_select() when already at EOFMax Kellermann2009-01-151-1/+3
* input_curl: set "ready" flag on EOFMax Kellermann2009-01-152-0/+6
* input_curl: call curl_multi_info_read() in constructorMax Kellermann2009-01-152-0/+7
* playlist: safely search the playlist for deleted songMax Kellermann2009-01-142-3/+5
* song_save: check for colon and space when loading a tagMax Kellermann2009-01-141-2/+4
* input_curl: honour http_proxy_* config directivesJoe Milbourn2009-01-132-0/+31
* playlist: implement Fisher-Yates shuffle properlyMax Kellermann2009-01-132-2/+3
* playlist: use GLib's random number generatorMax Kellermann2009-01-131-6/+10
* input_curl: use select() to eliminate busy loop during connectMax Kellermann2009-01-132-0/+8
* decoder_api: don't ignore DECODE_COMMAND_STOPMax Kellermann2009-01-131-2/+1
* configure.ac: removed duplicate PKG_PROG_PKG_CONFIGMax Kellermann2009-01-131-2/+0
* updated .gitignoreMax Kellermann2009-01-131-0/+3
* update: save the database even if it is emptyMax Kellermann2009-01-133-1/+15
* pcm_utils: use the custom PRNG for volume ditheringMax Kellermann2009-01-135-6/+41