aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v0.16.x'Max Kellermann2011-10-082-12/+15
|\
| * output/openal: auto-fallback to mono if channel count is unsupportedMax Kellermann2011-10-081-9/+9
| * output/alsa: remove "default" case from switchMax Kellermann2011-10-081-3/+6
* | pcm_resample: add internal function _lsr_init()Max Kellermann2011-10-084-8/+26
* | pcm_resample: one-time global initializationMax Kellermann2011-10-085-42/+84
* | decoder/dsdiff: add option "lsbitfirst"Max Kellermann2011-10-071-1/+11
* | decoder/dsdiff: add documentationMax Kellermann2011-10-071-0/+7
* | playlist_song: allow references to songs outside the musicdirMax Kellermann2011-10-061-0/+6
* | Merge branch 'v0.16.x'Max Kellermann2011-10-068-54/+140
|\|
| * playlist_song: fix absolute path support in playlistsJesús Bravo Álvarez2011-10-061-3/+2
| * player_thread: add flag "output_open", fixes assertion failureMax Kellermann2011-10-061-5/+17
| * player_thread: move code to player_open_output()Max Kellermann2011-10-061-22/+37
| * output_control: remove unused prototype _close_locked()Max Kellermann2011-10-061-3/+0
| * player_control: auto-start playback when seeking is requestedMax Kellermann2011-10-061-3/+0
| * player_thread: handle SEEK while not playingMax Kellermann2011-10-061-2/+10
| * decoder_api: call _prepare_initial_seek() in decoder_tag()Max Kellermann2011-10-061-1/+1
| * decoder_api: move code to _prepare_initial_seek()Max Kellermann2011-10-061-7/+31
| * decoder_control: add attributes start_ms, end_msMax Kellermann2011-10-055-6/+31
| * decoder_api: don't copy tag to pipe during initial seekMax Kellermann2011-10-051-3/+8
| * decoder_api: clear initial_seek_running on errorMax Kellermann2011-10-041-1/+3
* | decoder/dsdiff: new decoder pluginMax Kellermann2011-10-043-0/+512
* | dsd2pcm/noiseshape: fix typo in C++ checkMax Kellermann2011-10-041-2/+2
* | dsd2pcm: fix prototypesMax Kellermann2011-10-042-3/+3
* | import dsd2pcm_src.zipSebastian Gesemann2011-10-048-0/+637
* | audio_format: add constant MAX_CHANNELSMax Kellermann2011-10-041-1/+3
* | Add support for streaming to a DLNA clientSteven Blackburn2011-09-301-5/+35
* | Merge branch 'v0.16.x'Max Kellermann2011-09-225-17/+79
|\|
| * decoder_api: emulate SEEK command for initial seek to CUE trackMax Kellermann2011-09-224-16/+73
| * decoder_internal.h: more API documentationMax Kellermann2011-09-221-0/+5
| * utils: uri.h: fix a typo: "schema"Jonathan Neuschäfer2011-09-211-1/+1
* | protocol: drop G_GNUC_PURE from client_message_dupJonathan Neuschäfer2011-09-211-1/+1
* | utils: mark sockaddr_to_string() as G_GNUC_MALLOCJonathan Neuschäfer2011-09-211-0/+1
* | Simplify setsockopt() casting workaroundDan McGee2011-09-212-20/+6
* | tcp_connect: generic library for establishing TCP connectionsMax Kellermann2011-09-202-0/+348
* | io_thread: add function _timeout_add()Max Kellermann2011-09-202-0/+13
* | io_thread: _timeout_add_seconds() returns GSource*Max Kellermann2011-09-202-5/+5
* | server_socket: use resolve_host_port() instead of getaddrinfo()Max Kellermann2011-09-201-17/+4
* | resolver: add function resolve_host_port()Max Kellermann2011-09-202-2/+84
* | socket_util: move sockaddr_to_string() to resolver.cMax Kellermann2011-09-207-65/+126
* | rtsp_client, output/raop: use close_socket() instead of close()Max Kellermann2011-09-202-5/+7
* | tcp_socket, udp_server: use g_io_channel_new_socket()Max Kellermann2011-09-202-10/+4
* | Merge branch 'v0.16.x'Max Kellermann2011-09-2010-25/+98
|\|
| * fd_util: add function close_socket()Max Kellermann2011-09-206-8/+25
| * fd_util: check HAVE_INOTIFY_INIT in headerMax Kellermann2011-09-201-0/+4
| * fd_util: include check.h, verify config.h was includedMax Kellermann2011-09-201-0/+2
| * glib_socket.h: wrap g_io_channel_*_new() calls portablyMax Kellermann2011-09-205-16/+48
| * configure.ac: add option --enable-solaris-outputMax Kellermann2011-09-191-1/+19
* | Set socket TCP keepalive option on incoming connectionsDan McGee2011-09-193-2/+24
* | output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-1930-537/+814
* | output/roar: check return valuesMax Kellermann2011-09-181-2/+10