aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-12update: free deleted subdirectoriesMax Kellermann1-2/+6
2009-02-12update: recursively purge deleted directoriesMax Kellermann1-1/+1
2009-02-12aac: fix stream metadataMax Kellermann1-1/+1
2009-02-11ffmpeg: added TTA supportMax Kellermann1-0/+2
2009-02-09shout: clear buffer before calling the encoderMax Kellermann3-18/+14
2009-02-09shout: don't postpone metadataMax Kellermann3-34/+14
2009-02-09shout: use libshout's synchronizationMax Kellermann2-24/+4
2009-02-09shout: switch to blocking modeMax Kellermann2-78/+8
2009-02-09shout: removed shout_data.tag_to_sendMax Kellermann2-9/+6
2009-02-09shout: removed shout_data.shout_errorMax Kellermann2-4/+0
2009-02-04ffmpeg: enable WAV streamingQball Cow1-0/+1
2009-02-03ffmpeg: fixed seek integer overflowMax Kellermann1-3/+4
2009-02-03ffmpeg: check if the time stamp is validMax Kellermann1-4/+5
2009-02-03ffmpeg: don't warn of empty packet outputMax Kellermann1-3/+2
2009-02-03ffmpeg: print codec nameMax Kellermann1-0/+3
2009-02-02shout_mp3: call lame_close() in clear_encoder() methodMax Kellermann1-2/+6
2009-02-02shout_mp3: free the lame_data struct on exitMax Kellermann1-0/+2
2009-02-02player_thread: set player error when output device failsMax Kellermann1-1/+4
2009-01-30mikmod: call MikMod_Exit() only in the finish() methodMatthias Drochner1-6/+0
2009-01-30wavpack: pass NULL if the .wvc file fails to openMax Kellermann1-1/+3
2009-01-30mapper: ignore duplicate slashes in playlistsMax Kellermann1-0/+3
2009-01-30mapper: remove trailing slashes from music_directoryMax Kellermann1-1/+15
2009-01-30ffmeg: added support for the tags comment, genre, yearDavid Horn1-0/+10
2009-01-29jack: reduced sleep time to 1msMax Kellermann1-1/+1
2009-01-29jack: clear "shutdown" flag on reconnectMax Kellermann1-0/+2
2009-01-29jack: allocate ring buffers before connectingMax Kellermann1-5/+3
2009-01-29jack: register ports before activating clientsMax Kellermann1-5/+5
2009-01-17oggvorbis: disable seeking on remote songsMax Kellermann1-6/+24
2009-01-16decoder_api: added assertion on partial framesMax Kellermann1-0/+1
2009-01-16pcm_resample_fallback: corrected the sample calculationMax Kellermann1-2/+4
2009-01-15input_curl: don't call input_curl_select() when already at EOFMax Kellermann1-1/+3
2009-01-15input_curl: set "ready" flag on EOFMax Kellermann1-0/+5
2009-01-15input_curl: call curl_multi_info_read() in constructorMax Kellermann1-0/+6
2009-01-14playlist: safely search the playlist for deleted songMax Kellermann1-1/+1
2009-01-14song_save: check for colon and space when loading a tagMax Kellermann1-2/+4
2009-01-13input_curl: honour http_proxy_* config directivesJoe Milbourn1-0/+30
2009-01-13playlist: implement Fisher-Yates shuffle properlyMax Kellermann1-2/+2
2009-01-13playlist: use GLib's random number generatorMax Kellermann1-6/+10
2009-01-13input_curl: use select() to eliminate busy loop during connectMax Kellermann1-0/+6
2009-01-13decoder_api: don't ignore DECODE_COMMAND_STOPMax Kellermann1-2/+1
2009-01-13update: save the database even if it is emptyMax Kellermann2-1/+14
2009-01-13pcm_utils: use the custom PRNG for volume ditheringMax Kellermann4-6/+40
2009-01-13update: refresh stats when database update is finishedMax Kellermann1-0/+5
2009-01-13playlist: log errors during loadPlaylist()Max Kellermann3-5/+4
2009-01-04player_thread: fix cross-fading duplicate chunk bugMax Kellermann1-0/+8
2009-01-04decoder_api: moved code to do_send_tag(), free temporary tagMax Kellermann1-7/+17
2009-01-02jack: duplicate jack_get_ports() return valuesMax Kellermann1-3/+4
2009-01-02bonjour: fixed "unused parameter" warningsMax Kellermann1-7/+13
2009-01-02main: use g_setenv() instead of setenv()Max Kellermann1-42/+1
2009-01-02log: automatically append newlineMax Kellermann1-2/+17