aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-16RoarAudio output pluginHans-Kristian Arntzen2-0/+370
2011-02-09output/shout: add possibility to set urlThomas Jansen1-0/+7
2011-01-29copyright year 2011Max Kellermann24-24/+24
2011-01-28output/raop: new output pluginDustin Puckett2-0/+1586
2011-01-07output/httpd: define G_LOG_DOMAIN in httpd_client.cMax Kellermann1-0/+3
2011-01-07output/osx: fix up audio format first, then apply it to deviceMax Kellermann1-9/+10
2010-12-21osx_output: always pass OS X result code to g_set_error().Greg Ward1-9/+9
2010-12-21osx_output: allow user to specify other audio devices.Greg Ward1-1/+119
2010-12-21output/solaris: add missing parameter to open_cloexec() callAlex Viskovatoff1-1/+1
2010-11-08output/shout: artist comes first in stream titleMax Kellermann1-1/+1
2010-11-05output/alsa: dump buffer and period limitsMax Kellermann1-0/+20
2010-11-05output/httpd: implement delay()Max Kellermann1-2/+11
2010-11-05output/shout: implement delay()Max Kellermann1-8/+13
2010-11-04output/ffado: transfer_playback_buffers() returns a booleanMax Kellermann1-1/+4
2010-11-04winmm_output: handle empty string case when parsing device idDenis Krjuchkov1-1/+1
2010-11-04winmm_output: added "device" configuration optionDenis Krjuchkov1-2/+35
2010-11-03winmm_output: improved test_default_deviceDenis Krjuchkov1-2/+1
2010-10-27output: new output plugin "ffado"Max Kellermann1-0/+344
2010-10-09mixer: winmm_mixer implementedDenis Krjuchkov2-0/+38
2010-10-08win32_output: renamed win32 output plugin to winmmDenis Krjuchkov1-50/+50
2010-10-05output/httpd: use the new server_socket libraryMax Kellermann2-118/+32
2010-10-05output/httpd: don't close socket in open() failureMax Kellermann1-2/+0
2010-10-03output/httpd: MIME type audio/ogg for Ogg VorbisMax Kellermann1-1/+1
2010-09-25eliminate g_error() usageThomas Jansen1-2/+3
2010-09-25output/httpd: bind_to_address support (including IPv6)Thomas Jansen1-12/+52
2010-09-23output/httpd: access sockaddr_storage object directlyMax Kellermann1-3/+2
2010-08-31output/httpd: implement "pause"Max Kellermann1-0/+19
2010-08-31output/httpd: forced flush after 32 kB of input dataMax Kellermann2-0/+23
2010-07-25database, ...: remove EINTR checks after stdio callsMax Kellermann1-1/+1
2010-06-06output/httpd: add libwrap supportTim Phipps1-0/+28
2010-05-20output/win32: new output plugin for Windows WaveMax Kellermann1-0/+296
2010-05-20input/file, output/{fifo,recorder}: add O_BINARY to open() flagsMax Kellermann2-5/+6
2010-05-14output/oss: 24 bit support via OSS4Max Kellermann1-0/+34
2010-05-13output/oss: rewrite of the audio format detectionMax Kellermann1-301/+324
2010-05-13output/oss: use the *_NE macrosMax Kellermann1-8/+2
2010-04-05output/httpd: added name/genre/website configurationJames Pike3-5/+25
2010-03-22Add support for building httpd_output plugin for win32Avuton Olrich2-0/+10
2010-03-10output/jack: drain the ring buffers during pauseMax Kellermann1-0/+7
2010-03-10output/jack: synchronize all channelsMax Kellermann1-9/+26
2010-01-17output/pulse: clear the "mainloop" attribute on errorMax Kellermann1-2/+3
2010-01-17output/alsa: support packed 24 bit samplesMax Kellermann1-0/+13
2010-01-16output/alsa: probe all sample formats in a loopMax Kellermann1-36/+34
2010-01-16output/alsa: merged code into alsa_output_try_format()Max Kellermann1-51/+71
2010-01-16output/alsa: pass sample_format to get_bitformat()Max Kellermann1-3/+3
2010-01-16output/alsa: moved code to alsa_output_setup_format()Max Kellermann1-72/+80
2009-12-31Update copyright notices.Avuton Olrich19-19/+19
2009-12-03httpd: use get_mime_type to determine encoder contentViliam Mateicka1-7/+6
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann9-65/+108
2009-11-15output/openal: use audio_format_to_string()Max Kellermann1-3/+3
2009-11-12include config.h in all sourcesMax Kellermann16-8/+22