summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-08audio_format: move code to sample_format_size()Max Kellermann
2011-10-08pcm_resample_lsr: move common code to lsr_process()Max Kellermann
2011-10-08output/roar: move code to _use_audio_format()Max Kellermann
2011-10-08db_print: print absolute URI of playlist entriesMax Kellermann
2011-10-08Merge branch 'v0.16.x'Max Kellermann
2011-10-08output/openal: auto-fallback to mono if channel count is unsupportedMax Kellermann
2011-10-08output/alsa: remove "default" case from switchMax Kellermann
2011-10-08pcm_resample: add internal function _lsr_init()Max Kellermann
2011-10-08pcm_resample: one-time global initializationMax Kellermann
2011-10-07decoder/dsdiff: add option "lsbitfirst"Max Kellermann
2011-10-07decoder/dsdiff: add documentationMax Kellermann
2011-10-06playlist_song: allow references to songs outside the musicdirMax Kellermann
2011-10-06Merge branch 'v0.16.x'Max Kellermann
2011-10-06playlist_song: fix absolute path support in playlistsJesús Bravo Álvarez
2011-10-06player_thread: add flag "output_open", fixes assertion failureMax Kellermann
2011-10-06player_thread: move code to player_open_output()Max Kellermann
2011-10-06output_control: remove unused prototype _close_locked()Max Kellermann
2011-10-06player_control: auto-start playback when seeking is requestedMax Kellermann
2011-10-06player_thread: handle SEEK while not playingMax Kellermann
2011-10-06decoder_api: call _prepare_initial_seek() in decoder_tag()Max Kellermann
2011-10-06decoder_api: move code to _prepare_initial_seek()Max Kellermann
2011-10-05decoder_control: add attributes start_ms, end_msMax Kellermann
2011-10-05decoder_api: don't copy tag to pipe during initial seekMax Kellermann
2011-10-04decoder_api: clear initial_seek_running on errorMax Kellermann
2011-10-04decoder/dsdiff: new decoder pluginMax Kellermann
2011-10-04dsd2pcm/noiseshape: fix typo in C++ checkMax Kellermann
2011-10-04dsd2pcm: fix prototypesMax Kellermann
2011-10-04import dsd2pcm_src.zipSebastian Gesemann
2011-10-04audio_format: add constant MAX_CHANNELSMax Kellermann
2011-09-30Add support for streaming to a DLNA clientSteven Blackburn
2011-09-22Merge branch 'v0.16.x'Max Kellermann
2011-09-22decoder_api: emulate SEEK command for initial seek to CUE trackMax Kellermann
2011-09-22decoder_internal.h: more API documentationMax Kellermann
2011-09-21protocol: drop G_GNUC_PURE from client_message_dupJonathan Neuschäfer
2011-09-21utils: mark sockaddr_to_string() as G_GNUC_MALLOCJonathan Neuschäfer
2011-09-21Simplify setsockopt() casting workaroundDan McGee
2011-09-21utils: uri.h: fix a typo: "schema"Jonathan Neuschäfer
2011-09-20tcp_connect: generic library for establishing TCP connectionsMax Kellermann
2011-09-20io_thread: add function _timeout_add()Max Kellermann
2011-09-20io_thread: _timeout_add_seconds() returns GSource*Max Kellermann
2011-09-20server_socket: use resolve_host_port() instead of getaddrinfo()Max Kellermann
2011-09-20resolver: add function resolve_host_port()Max Kellermann
2011-09-20socket_util: move sockaddr_to_string() to resolver.cMax Kellermann
2011-09-20rtsp_client, output/raop: use close_socket() instead of close()Max Kellermann
2011-09-20tcp_socket, udp_server: use g_io_channel_new_socket()Max Kellermann
2011-09-20Merge branch 'v0.16.x'Max Kellermann
2011-09-20fd_util: add function close_socket()Max Kellermann
2011-09-20fd_util: check HAVE_INOTIFY_INIT in headerMax Kellermann
2011-09-20fd_util: include check.h, verify config.h was includedMax Kellermann
2011-09-20glib_socket.h: wrap g_io_channel_*_new() calls portablyMax Kellermann