aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* don't define WINVER in *.c filesMax Kellermann2011-10-09
* decoder/{pcm,dsdiff}: add missing stdio.h includeMax Kellermann2011-10-09
* Merge commit 'release-0.16.5'Max Kellermann2011-10-09
|\
| * decoder/wavpack: don't call WavpackGetMode() twiceMax Kellermann2011-10-08
| * pcm_convert: fix typo in error messageMax Kellermann2011-10-08
* | audio_format: move code to sample_format_size()Max Kellermann2011-10-08
* | pcm_resample_lsr: move common code to lsr_process()Max Kellermann2011-10-08
* | output/roar: move code to _use_audio_format()Max Kellermann2011-10-08
* | db_print: print absolute URI of playlist entriesMax Kellermann2011-10-08
* | Merge branch 'v0.16.x'Max Kellermann2011-10-08
|\|
| * output/openal: auto-fallback to mono if channel count is unsupportedMax Kellermann2011-10-08
| * output/alsa: remove "default" case from switchMax Kellermann2011-10-08
* | pcm_resample: add internal function _lsr_init()Max Kellermann2011-10-08
* | pcm_resample: one-time global initializationMax Kellermann2011-10-08
* | decoder/dsdiff: add option "lsbitfirst"Max Kellermann2011-10-07
* | decoder/dsdiff: add documentationMax Kellermann2011-10-07
* | playlist_song: allow references to songs outside the musicdirMax Kellermann2011-10-06
* | Merge branch 'v0.16.x'Max Kellermann2011-10-06
|\|
| * playlist_song: fix absolute path support in playlistsJesús Bravo Álvarez2011-10-06
| * player_thread: add flag "output_open", fixes assertion failureMax Kellermann2011-10-06
| * player_thread: move code to player_open_output()Max Kellermann2011-10-06
| * output_control: remove unused prototype _close_locked()Max Kellermann2011-10-06
| * player_control: auto-start playback when seeking is requestedMax Kellermann2011-10-06
| * player_thread: handle SEEK while not playingMax Kellermann2011-10-06
| * decoder_api: call _prepare_initial_seek() in decoder_tag()Max Kellermann2011-10-06
| * decoder_api: move code to _prepare_initial_seek()Max Kellermann2011-10-06
| * decoder_control: add attributes start_ms, end_msMax Kellermann2011-10-05
| * decoder_api: don't copy tag to pipe during initial seekMax Kellermann2011-10-05
| * decoder_api: clear initial_seek_running on errorMax Kellermann2011-10-04
* | decoder/dsdiff: new decoder pluginMax Kellermann2011-10-04
* | dsd2pcm/noiseshape: fix typo in C++ checkMax Kellermann2011-10-04
* | dsd2pcm: fix prototypesMax Kellermann2011-10-04
* | import dsd2pcm_src.zipSebastian Gesemann2011-10-04
* | audio_format: add constant MAX_CHANNELSMax Kellermann2011-10-04
* | Add support for streaming to a DLNA clientSteven Blackburn2011-09-30
* | Merge branch 'v0.16.x'Max Kellermann2011-09-22
|\|
| * decoder_api: emulate SEEK command for initial seek to CUE trackMax Kellermann2011-09-22
| * decoder_internal.h: more API documentationMax Kellermann2011-09-22
| * utils: uri.h: fix a typo: "schema"Jonathan Neuschäfer2011-09-21
* | protocol: drop G_GNUC_PURE from client_message_dupJonathan Neuschäfer2011-09-21
* | utils: mark sockaddr_to_string() as G_GNUC_MALLOCJonathan Neuschäfer2011-09-21
* | Simplify setsockopt() casting workaroundDan McGee2011-09-21
* | tcp_connect: generic library for establishing TCP connectionsMax Kellermann2011-09-20
* | io_thread: add function _timeout_add()Max Kellermann2011-09-20
* | io_thread: _timeout_add_seconds() returns GSource*Max Kellermann2011-09-20
* | server_socket: use resolve_host_port() instead of getaddrinfo()Max Kellermann2011-09-20
* | resolver: add function resolve_host_port()Max Kellermann2011-09-20
* | socket_util: move sockaddr_to_string() to resolver.cMax Kellermann2011-09-20
* | rtsp_client, output/raop: use close_socket() instead of close()Max Kellermann2011-09-20
* | tcp_socket, udp_server: use g_io_channel_new_socket()Max Kellermann2011-09-20