aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-13command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann3-0/+147
2009-10-13main: initialize playlist pluginsMax Kellermann1-0/+3
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann12-44/+43
2009-10-13queue: no CamelCaseMax Kellermann2-17/+17
2009-10-13playlist: added plugin for last.fm radioMax Kellermann3-0/+330
2009-10-13playlist: added XSPF pluginMax Kellermann3-0/+358
2009-10-13input/curl: fixed endless loop during bufferingMax Kellermann1-1/+1
2009-10-13playlist_list: pass configuration to playlist pluginsMax Kellermann3-2/+42
2009-10-13playlist/m3u: added plugin nameMax Kellermann1-0/+2
2009-10-13playlist_list: initialize the "playlist" variableMax Kellermann1-1/+1
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann23-166/+161
2009-10-13state_file: use g_timeout_add_seconds()Max Kellermann1-2/+3
2009-10-13configure.ac: require GLib 2.16Max Kellermann5-29/+0
2009-10-12playlist_plugin: new plugin API for playlist parsersMax Kellermann5-0/+451
2009-10-12text_input_stream: input_stream wrapper for reading text filesMax Kellermann2-0/+140
2009-10-12song: moved code to song_update.cMax Kellermann2-147/+172
2009-10-11decoder_thread: removed redundant NULL assignmentsMax Kellermann1-2/+1
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann10-25/+25
2009-10-11riff, aiff: fixed "limited range" gcc warningMax Kellermann2-10/+10
2009-10-11decoder_thread: change the fallback decoder name to "mad"Max Kellermann1-1/+1
2009-10-11input/curl: don't abort if a packet has only metadataMax Kellermann1-20/+22
2009-10-11input/curl: moved code to fill_buffer()Max Kellermann1-27/+40
2009-10-08player_thread: get "elapsed" from audio outputsMax Kellermann5-4/+42
2009-10-08player_thread: always clear player_control.next_song on returnMax Kellermann1-5/+3
2009-10-08player_control: eliminate PLAYER_COMMAND_PLAYMax Kellermann3-5/+1
2009-10-08player_control: added several assertions on pc.next_song==NULLMax Kellermann1-0/+6
2009-10-08player_control: no CamelCaseMax Kellermann9-62/+79
2009-10-08player_control: clear errored_song in clearPlayerError()Max Kellermann1-1/+2
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