aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-21audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRSTMax Kellermann2-2/+0
2012-03-19audio_format: basic support for DSD-over-USBMax Kellermann2-0/+2
2012-03-06use g_strerror() instead of strerror()Max Kellermann4-19/+19
2012-03-01raop_output: fix raop_session inbalanceKurt Van Dijck1-2/+8
2012-03-01audio_format: add DSD sample formatMax Kellermann2-0/+4
2012-02-13output/winmm: remove pointless NULL checkMax Kellermann1-5/+1
2012-01-04output/osx: fix memory leak after AudioUnitSetProperty() failureMax Kellermann1-0/+1
2011-12-24output/osx: implement 32 bit playbackMax Kellermann1-2/+6
2011-12-24output/osx: allocate the device in enable()Max Kellermann1-102/+116
2011-12-24output/osx: clear render buffer when there's not enough dataMax Kellermann1-2/+3
2011-12-24output/osx: remove sleep call from render callbackMax Kellermann1-4/+0
2011-12-13output/openal: improve synchronizationMax Kellermann1-13/+16
2011-12-13output/openal: move code to inline functionsMax Kellermann1-9/+25
2011-12-13output/openal: use alGetSourcei(AL_BUFFER) to force-unqueue buffersMax Kellermann1-14/+4
2011-12-13output/openal: make attribute "filled" unsignedMax Kellermann1-1/+1
2011-12-13output/openal: remove bogus format check from _open()Max Kellermann1-8/+0
2011-12-13output/fifo: implement output_plugin method delay()Max Kellermann1-3/+11
2011-12-13output/null: implement output_plugin method delay()Max Kellermann1-3/+11
2011-12-13output/null: don't initialize the "timer" attribute in _init()Max Kellermann1-6/+1
2011-12-13output/openal: force 16 bit playback, as 8 bit doesn't workMax Kellermann1-10/+4
2011-12-13winmm_output_plugin: fail if wrong device specified instead of using fallback.Denis Krjuchkov1-12/+29
2011-10-20audio_format: basic support for floating point samplesMax Kellermann2-0/+4
2011-10-08output/roar: move code to _use_audio_format()Max Kellermann1-27/+38
2011-10-08output/openal: auto-fallback to mono if channel count is unsupportedMax Kellermann1-9/+9
2011-10-08output/alsa: remove "default" case from switchMax Kellermann1-3/+6
2011-09-30Add support for streaming to a DLNA clientSteven Blackburn1-5/+35
2011-09-21Simplify setsockopt() casting workaroundDan McGee1-2/+2
2011-09-20socket_util: move sockaddr_to_string() to resolver.cMax Kellermann1-1/+1
2011-09-20rtsp_client, output/raop: use close_socket() instead of close()Max Kellermann1-4/+4
2011-09-20fd_util: add function close_socket()Max Kellermann1-2/+2
2011-09-20glib_socket.h: wrap g_io_channel_*_new() calls portablyMax Kellermann1-5/+2
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann20-320/+492
2011-09-19configure.ac: add option --enable-solaris-outputMax Kellermann1-1/+19
2011-09-18output/roar: check return valuesMax Kellermann1-2/+10
2011-09-18output/roar: unknown volume is -1, not 0Max Kellermann1-1/+1
2011-09-18output/roar: move code to roar_cancel_locked() and othersMax Kellermann1-39/+55
2011-09-17output/roar: use GLib memory allocation functionsMax Kellermann1-11/+3
2011-09-17output/roar: use config_get_block_string() for temporaryMax Kellermann1-8/+5
2011-09-17output/roar: reorder methodsMax Kellermann1-14/+14
2011-09-17output: rename plugin variablesMax Kellermann7-7/+7
2011-09-17output: per-plugin headerMax Kellermann37-8/+413
2011-09-17output/pulse: don't expose internal struct in public headerMax Kellermann2-31/+49
2011-09-17output/raop: don't expose internal structs in public headerMax Kellermann2-96/+95
2011-09-17output/roar: export volume methodsMax Kellermann2-14/+57
2011-09-17output: rename plugin source filesMax Kellermann9-0/+0
2011-09-17output/pulse: move code to _setup_stream()Max Kellermann1-15/+36
2011-09-17output/pulse: improve lockingMax Kellermann1-11/+11
2011-09-16input/curl, output/pulse: fix "unused local variable" warningsMax Kellermann1-1/+2
2011-09-09conf: add config_dup_block_path()Max Kellermann1-14/+9
2011-09-09utils: parsePath() returns GError on failureMax Kellermann1-3/+3