aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-16RoarAudio output pluginHans-Kristian Arntzen5-0/+512
2011-02-27command: "update" and "rescan" need only "CONTROL" permissionMax Kellermann1-2/+2
2011-02-23playlist_state: add option "restore_paused"Max Kellermann2-0/+9
2011-02-23playlist_state: declare local variable as enumMax Kellermann1-1/+1
2011-02-09output/shout: add possibility to set urlThomas Jansen1-0/+7
2011-01-29protocol: support client-to-client communicationMax Kellermann9-0/+562
2011-01-29client_idle: export client_idle_add()Max Kellermann2-5/+14
2011-01-29client_idle: add header client_idle.hMax Kellermann5-13/+45
2011-01-29copyright year 2011Max Kellermann428-429/+429
2011-01-29input/curl: enable CURLOPT_NETRCIan Zimmerman1-0/+1
2011-01-28output/raop: new output pluginDustin Puckett5-0/+1669
2011-01-21mpg123 decoder: implement seekingYuriy Kaminskiy1-2/+14
2011-01-21mpg123 decoder: report bitrateYuriy Kaminskiy1-1/+25
2011-01-16decoder_thread: fix assertion failure at song endMax Kellermann1-2/+1
2011-01-10output_control: document internal functionsMax Kellermann1-0/+17
2011-01-10output_control: move code to ao_lock_command()Max Kellermann1-9/+15
2011-01-10output_control: ao_command() calls ao_command_async()Max Kellermann1-7/+6
2011-01-10update_remove: use plain GCond instead of notifyMax Kellermann1-9/+16
2011-01-10include cleanupMax Kellermann3-1/+4
2011-01-10decoder_control: store GCond object, not a player_controlMax Kellermann7-28/+20
2011-01-10decoder_thread: move code to decoder_command_finished_locked()Max Kellermann1-8/+19
2011-01-10decoder_control: remove unused function dc_command_wait()Max Kellermann2-11/+0
2011-01-10decoder_control: replace dc_init() with dc_new()Max Kellermann3-15/+17
2011-01-10player_control: removed the global variable "pc"Max Kellermann41-571/+738
2011-01-10dbUtils: don't use directoryAddSongToPlaylist() twiceMax Kellermann1-1/+1
2011-01-08input_init: add assertions on completeness of pluginsMax Kellermann1-0/+6
2011-01-08input/cdio_paranoia: add module nameMax Kellermann1-0/+1
2011-01-07player_thread: discard empty chunks while cross-fadingMax Kellermann1-0/+13
2011-01-07output_thread: fix double lockMax Kellermann1-3/+0
2011-01-07player_thread: fix assertion failure due to early seekMax Kellermann1-0/+4
2011-01-07player_thread: make variables more localMax Kellermann1-36/+19
2011-01-07encoder/lame: explicitly configure the output sample rateMax Kellermann1-0/+7
2011-01-07output/httpd: define G_LOG_DOMAIN in httpd_client.cMax Kellermann1-0/+3
2011-01-07output/osx: fix up audio format first, then apply it to deviceMax Kellermann1-9/+10
2010-12-27Build fix for Linux. Define _GNU_SOURCE in src/server_socket.c.Ben Kibbey1-0/+5
2010-12-23stored_playlist: remove database lookups from spl_load()Max Kellermann1-7/+1
2010-12-23stored_playlist: ignore empty linesMax Kellermann1-1/+1
2010-12-23stored_playlist: use the text_file library to read linesMax Kellermann1-6/+4
2010-12-23playlist_song: add flag "secure"Max Kellermann6-14/+24
2010-12-23string_util: add function strchug_fast()Max Kellermann7-10/+64
2010-12-23utils: move string_array_contains() to string_util.cMax Kellermann8-27/+78
2010-12-22decoder: new "pcm" decoder pluginMax Kellermann3-0/+119
2010-12-22configure.ac: hook the cdio_paranoia input pluginMax Kellermann2-0/+10
2010-12-22input/cdda: rename plugin to "cdio_paranoia"Max Kellermann2-42/+42
2010-12-22input/cdda: support reading the whole discMax Kellermann1-10/+8
2010-12-22input/cdda: remove unused function input_cdda_archive_extract_trackno()Max Kellermann1-24/+0
2010-12-22input/cdda: import missing pcm16_to_wave() from the wave encoderMax Kellermann1-0/+11
2010-12-22input/cdda: implement parse_cdda_uri()Max Kellermann1-10/+59
2010-12-22input/cdda: call input_cdda_close() with an input_stream pointerMax Kellermann1-5/+5
2010-12-22input/cdda: move code to cdda_detect_drive()Max Kellermann1-7/+18