aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-08player_control: bundle "get" functions in pc_get_status()Max Kellermann4-34/+46
2009-10-08player_control: allocate getPlayerErrorStr() resultMax Kellermann3-21/+23
2009-10-08playlist_control: "previous" really plays the previous songMax Kellermann3-39/+12
2009-10-08input_stream: include config.h for AC_SYS_LARGEFILE macrosMax Kellermann1-0/+2
2009-10-08decoder_api: document all function parametersMax Kellermann1-27/+73
2009-10-08state_file: save only if something has changedMax Kellermann8-0/+86
2009-10-06output_state: no CamelCaseMax Kellermann3-6/+6
2009-09-30command: range support for "delete"Max Kellermann3-3/+38
2009-09-30playlist_edit: moved code to playlist_delete_internal()Max Kellermann1-10/+19
2009-09-30decoder/ffmpeg: use the "artist" tag if "author" is not presentMax Kellermann1-2/+5
2009-09-30decoder/faad: skip assertion failure on large ID3 tagsMax Kellermann1-2/+6
2009-09-30decoder_buffer: added function decoder_buffer_skip()Max Kellermann2-0/+36
2009-09-28Make the sidplay decoder filter configurable.Tony1-1/+5
2009-09-25automatically update the database with Linux inotifyMax Kellermann7-0/+792
2009-09-25update: added missing stdbool.h includeMax Kellermann1-0/+2
2009-09-25command: relax requirements for unquoted wordsMax Kellermann3-6/+75
2009-09-24command: added command "rescan"Max Kellermann7-27/+67
2009-09-24configure.ac: rename HAVE_CURL to ENABLE_CURLMax Kellermann2-3/+3
2009-09-24conf: handle fatal errors with GErrorMax Kellermann3-54/+115
2009-09-24conf: splitted function config_param_free()Max Kellermann1-4/+11
2009-09-24cmdline: handle fatal errors with GErrorMax Kellermann3-5/+30
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-20input/mms: fix G_LOG_DOMAIN valueSerge Ziryukin1-1/+1
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