aboutsummaryrefslogtreecommitdiff
path: root/src/output
Commit message (Expand)AuthorAge
...
| * output/osx: clear render buffer when there's not enough dataMax Kellermann2011-12-24
| * output/osx: remove sleep call from render callbackMax Kellermann2011-12-24
* | output/openal: improve synchronizationMax Kellermann2011-12-13
* | output/openal: move code to inline functionsMax Kellermann2011-12-13
* | output/openal: use alGetSourcei(AL_BUFFER) to force-unqueue buffersMax Kellermann2011-12-13
* | output/openal: make attribute "filled" unsignedMax Kellermann2011-12-13
* | output/openal: remove bogus format check from _open()Max Kellermann2011-12-13
* | output/fifo: implement output_plugin method delay()Max Kellermann2011-12-13
* | output/null: implement output_plugin method delay()Max Kellermann2011-12-13
* | output/null: don't initialize the "timer" attribute in _init()Max Kellermann2011-12-13
* | Merge branch 'v0.16.x'Max Kellermann2011-12-13
|\|
| * output/openal: force 16 bit playback, as 8 bit doesn't workMax Kellermann2011-12-13
* | winmm_output_plugin: fail if wrong device specified instead of using fallback.Denis Krjuchkov2011-12-13
* | audio_format: basic support for floating point samplesMax Kellermann2011-10-20
* | output/roar: move code to _use_audio_format()Max 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
* | Add support for streaming to a DLNA clientSteven Blackburn2011-09-30
* | Simplify setsockopt() casting workaroundDan McGee2011-09-21
* | 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
* | Merge branch 'v0.16.x'Max Kellermann2011-09-20
|\|
| * fd_util: add function close_socket()Max Kellermann2011-09-20
| * glib_socket.h: wrap g_io_channel_*_new() calls portablyMax Kellermann2011-09-20
| * configure.ac: add option --enable-solaris-outputMax Kellermann2011-09-19
* | output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-19
* | output/roar: check return valuesMax Kellermann2011-09-18
* | output/roar: unknown volume is -1, not 0Max Kellermann2011-09-18
* | output/roar: move code to roar_cancel_locked() and othersMax Kellermann2011-09-18
* | output/roar: use GLib memory allocation functionsMax Kellermann2011-09-17
* | output/roar: use config_get_block_string() for temporaryMax Kellermann2011-09-17
* | output/roar: reorder methodsMax Kellermann2011-09-17
* | output: rename plugin variablesMax Kellermann2011-09-17
* | Merge branch 'v0.16.x'Max Kellermann2011-09-17
|\|
| * output/pulse: improve lockingMax Kellermann2011-09-17
* | output: per-plugin headerMax Kellermann2011-09-17
* | output/pulse: don't expose internal struct in public headerMax Kellermann2011-09-17
* | output/raop: don't expose internal structs in public headerMax Kellermann2011-09-17
* | output/roar: export volume methodsMax Kellermann2011-09-17
* | output: rename plugin source filesMax Kellermann2011-09-17
* | output/pulse: move code to _setup_stream()Max Kellermann2011-09-17
* | Merge branch 'v0.16.x'Max Kellermann2011-09-16
|\|
| * input/curl, output/pulse: fix "unused local variable" warningsMax Kellermann2011-09-16
* | conf: add config_dup_block_path()Max Kellermann2011-09-09
* | utils: parsePath() returns GError on failureMax Kellermann2011-09-09
* | conf: get_block_param() returns a const pointerMax Kellermann2011-09-09
* | Merge branch 'v0.16.x'Max Kellermann2011-09-01
|\|
| * output/osx: don't drain the buffer when closingMax Kellermann2011-09-01
| * output/osx: signal the GCond while mutex is lockedMax Kellermann2011-09-01