aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused headers in Roar plugin.Hans-Kristian Arntzen2011-03-231-5/+0
* Merge commit 'release-0.16.2'Max Kellermann2011-03-196-11/+37
|\
| * output/httpd: include sys/socket.h only when building with libwrapMax Kellermann2011-03-181-1/+1
| * Merge release 0.15.16 into v0.16.xMax Kellermann2011-03-162-8/+11
| |\
| | * output/jack: fix crash with mono playbackMax Kellermann2011-02-271-1/+1
| | * output/jack: rename variable sample_size to jack_sample_sizeMax Kellermann2011-02-251-5/+6
| | * Insure proper initialization of stack-allocated struct.Christopher Brannon2011-02-151-1/+4
| * | output/httpd: include sys/socket.h for AF_UNIXUlrich Spörlein2011-03-091-0/+1
| * | output/oss: disable 24 bit playback on FreeBSDMax Kellermann2011-02-281-0/+9
| * | output/oss: AFMT_S24_PACKED is little-endianMax Kellermann2011-02-281-0/+12
| * | general: whitespace cleanupThomas Jansen2011-02-093-3/+3
| * | output/httpd: initialize unflushed_inputThomas Jansen2011-02-091-0/+1
* | | RoarAudio output pluginHans-Kristian Arntzen2011-03-162-0/+370
* | | output/shout: add possibility to set urlThomas Jansen2011-02-091-0/+7
* | | copyright year 2011Max Kellermann2011-01-2924-24/+24
* | | output/raop: new output pluginDustin Puckett2011-01-282-0/+1586
* | | Merge branch 'v0.16.x'Max Kellermann2011-01-073-10/+14
|\| |
| * | Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-01-071-0/+3
| |\|
| | * output/httpd: define G_LOG_DOMAIN in httpd_client.cMax Kellermann2011-01-071-0/+3
| * | output/osx: fix up audio format first, then apply it to deviceMax Kellermann2011-01-071-9/+10
| * | output/solaris: add missing parameter to open_cloexec() callAlex Viskovatoff2010-12-211-1/+1
* | | osx_output: always pass OS X result code to g_set_error().Greg Ward2010-12-211-9/+9
* | | osx_output: allow user to specify other audio devices.Greg Ward2010-12-211-1/+119
|/ /
* | Merge release 0.15.15 from branch 'v0.15.x'Max Kellermann2010-11-081-1/+1
|\|
| * output/shout: artist comes first in stream titleMax Kellermann2010-11-081-1/+1
| * output/httpd: MIME type audio/ogg for Ogg VorbisMax Kellermann2010-10-031-1/+1
| * output/osx: fix the OS X 10.6 buildPatrik Weiskircher2009-09-201-0/+1
* | output/alsa: dump buffer and period limitsMax Kellermann2010-11-051-0/+20
* | output/httpd: implement delay()Max Kellermann2010-11-051-2/+11
* | output/shout: implement delay()Max Kellermann2010-11-051-8/+13
* | output/ffado: transfer_playback_buffers() returns a booleanMax Kellermann2010-11-041-1/+4
* | winmm_output: handle empty string case when parsing device idDenis Krjuchkov2010-11-041-1/+1
* | winmm_output: added "device" configuration optionDenis Krjuchkov2010-11-041-2/+35
* | winmm_output: improved test_default_deviceDenis Krjuchkov2010-11-031-2/+1
* | output: new output plugin "ffado"Max Kellermann2010-10-271-0/+344
* | mixer: winmm_mixer implementedDenis Krjuchkov2010-10-092-0/+38
* | win32_output: renamed win32 output plugin to winmmDenis Krjuchkov2010-10-081-50/+50
* | output/httpd: use the new server_socket libraryMax Kellermann2010-10-052-118/+32
* | output/httpd: don't close socket in open() failureMax Kellermann2010-10-051-2/+0
* | eliminate g_error() usageThomas Jansen2010-09-251-2/+3
* | output/httpd: bind_to_address support (including IPv6)Thomas Jansen2010-09-251-12/+52
* | output/httpd: access sockaddr_storage object directlyMax Kellermann2010-09-231-3/+2
* | output/httpd: implement "pause"Max Kellermann2010-08-311-0/+19
* | output/httpd: forced flush after 32 kB of input dataMax Kellermann2010-08-312-0/+23
* | database, ...: remove EINTR checks after stdio callsMax Kellermann2010-07-251-1/+1
* | output/httpd: add libwrap supportTim Phipps2010-06-061-0/+28
* | output/win32: new output plugin for Windows WaveMax Kellermann2010-05-201-0/+296
* | input/file, output/{fifo,recorder}: add O_BINARY to open() flagsMax Kellermann2010-05-202-5/+6
* | output/oss: 24 bit support via OSS4Max Kellermann2010-05-141-0/+34
* | output/oss: rewrite of the audio format detectionMax Kellermann2010-05-131-301/+324