aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-22output/alsa: split the frame_size attributeMax Kellermann1-6/+18
2012-03-22audio_format: remove the packed S24 formatMax Kellermann4-7/+0
2012-03-22output/alsa: use pcm_export to pack 24 bit samplesMax Kellermann1-15/+48
2012-03-22output/oss: use pcm_export to pack 24 bit samplesMax Kellermann1-10/+15
2012-03-22pcm_export: add option "pack"Max Kellermann2-1/+2
2012-03-22output/oss: remember the real OSS formatMax Kellermann1-5/+13
2012-03-22output/alsa: simplify setup_format()Max Kellermann1-7/+4
2012-03-22output/alsa: don't pass audio_format to _try_format()Max Kellermann1-16/+13
2012-03-22output/alsa: simplify alsa_output_try_format_both()Max Kellermann1-45/+18
2012-03-21output/oss: move code to oss_probe_sample_format()Max Kellermann1-34/+59
2012-03-21output/{alsa,oss}: move endian code to new library pcm_exportMax Kellermann2-61/+23
2012-03-21audio_format: remove the reverse_endian attributeMax Kellermann1-3/+1
2012-03-21output/oss: always receive host byte order samplesMax Kellermann1-7/+68
2012-03-21output/alsa: always receive host byte order samplesMax Kellermann1-3/+61
2012-03-21output/alsa: merge alsa_data_free() into destructorMax Kellermann1-8/+3
2012-03-21Fix the build on OSXRich Healey1-0/+1
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