aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-24listen: handle fatal errors with GErrorMax Kellermann3-10/+29
2009-09-24update: splitted update.c into several sourcesMax Kellermann5-770/+987
2009-09-24update: pass const string to update_enqueue()Max Kellermann3-14/+20
2009-09-24update: renamed directory_update_init() to update_enqueue()Max Kellermann4-4/+4
2009-09-24decoder/sidplay: free songlength data blob in error handlerMax Kellermann1-3/+4
2009-09-24decoder/sidplay: moved code to sidplay_load_songlength_db()Max Kellermann1-29/+36
2009-09-24decoder/sidplay: free GError objectsMax Kellermann1-0/+2
2009-09-24decoder/sidplay: pass GError** to g_file_get_contents()Max Kellermann1-1/+2
2009-09-20cmdline: removed options --create-db and --no-create-dbMax Kellermann3-27/+5
2009-09-20output/osx: fix the OS X 10.6 buildPatrik Weiskircher1-0/+1
2009-09-10decoder/vorbis: revert "faster tag scanning with ov_test_callback()"Max Kellermann1-1/+1
2009-09-07output/openal: support OpenAL plugin on Mac OS XSerge Ziryukin1-0/+6
2009-09-06output/openal: fix default device nameSerge Ziryukin1-3/+3
2009-09-06openal output pluginSerge Ziryukin2-0/+271
2009-08-30decoder/sidplay: support seekingMike Dawson1-3/+34
2009-08-30decoder/sidplay: implemented songlength databaseMike Dawson1-0/+87
2009-08-30decoder/sidplay: subtunesMike Dawson1-8/+125
2009-08-26decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann2-0/+214
2009-08-25command: add "findadd" command.Anton Khirnov3-0/+51
2009-08-25decoder/vorbis: open file in "binary" modeGunnar Roth1-1/+1
2009-08-24decoder/vorbis: faster tag scanning with ov_test_callback()Rasmus Steinke1-1/+1
2009-08-24output/recorder: new output plugin for recording radio streamsMax Kellermann2-0/+218
2009-08-24conf: removed the deprecated "error_file" optionMax Kellermann2-2/+0
2009-08-19update: don't re-read unchanged container filesIgor Kuzmin1-1/+2
2009-08-18output_init: initialize the "pause" flagMax Kellermann1-0/+1
2009-08-14output/shout: minimize the unpause latencyMax Kellermann1-0/+7
2009-08-14output: fixed shout stuck pause bugMax Kellermann3-0/+20
2009-08-14directory: free empty directories after removing them (memleak)Max Kellermann1-3/+8
2009-08-14update: free temporary string in container scan (memleak)Max Kellermann1-2/+6
2009-08-14decoder/flac: don't allocate cuesheet twice (memleak)Max Kellermann1-4/+6
2009-08-14update: free empty path string (memleak)Max Kellermann1-1/+2
2009-08-13decoder_control: protect command, state with a mutexMax Kellermann6-31/+241
2009-08-13use daemon() when the C library provides itMike Frysinger1-6/+18
2009-08-04tag_id3: moved id3_genre_name() call to tag_id3_import_text()Max Kellermann1-6/+6
2009-08-04tag_id3: splitted function tag_id3_import_frame()Max Kellermann1-119/+91
2009-08-04tag_id3: corrected parameter typesMax Kellermann1-2/+3
2009-08-04tag_id3: converted tag_is_id3v1() to an inline functionMax Kellermann1-1/+6
2009-08-04tag_id3: no CamelCaseMax Kellermann1-57/+64
2009-08-03ffmpeg_plugin: convert metadata to generic formatAnton Khirnov1-1/+3
2009-07-29command: moved command_process_list() to client.cMax Kellermann3-35/+30
2009-07-28playlist: CamelCaseIsBadCourtney Cavin11-107/+128
2009-07-28input/lastfm: Ensure multiple identical xml entities are decoded.Courtney Cavin1-6/+5
2009-07-28client: splitted client.c into several piecesMax Kellermann11-875/+1129
2009-07-28client: moved struct client to client_internal.hMax Kellermann2-44/+69
2009-07-28input/lastfm: use metadataCourtney Cavin1-43/+297
2009-07-28cmdline: obey $(sysconfdir) for default mpd.conf locationMax Kellermann1-1/+0
2009-07-23client: moved some code to client_list_X()Max Kellermann1-13/+51
2009-07-23client: don't include socket headersMax Kellermann1-10/+0
2009-07-23player_thread: don't use precalculated size_to_timeMax Kellermann2-22/+4
2009-07-23player_thread: moved code to update_song_tag()Max Kellermann1-19/+27