aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | output/oss: use the *_NE macrosMax Kellermann2010-05-131-8/+2
* | output/httpd: added name/genre/website configurationJames Pike2010-04-053-5/+25
* | Add support for building httpd_output plugin for win32Avuton Olrich2010-03-222-0/+10
* | output/jack: drain the ring buffers during pauseMax Kellermann2010-03-101-0/+7
* | output/jack: synchronize all channelsMax Kellermann2010-03-101-9/+26
* | output/pulse: clear the "mainloop" attribute on errorMax Kellermann2010-01-171-2/+3
* | output/alsa: support packed 24 bit samplesMax Kellermann2010-01-171-0/+13
* | output/alsa: probe all sample formats in a loopMax Kellermann2010-01-161-36/+34
* | output/alsa: merged code into alsa_output_try_format()Max Kellermann2010-01-161-51/+71
* | output/alsa: pass sample_format to get_bitformat()Max Kellermann2010-01-161-3/+3
* | output/alsa: moved code to alsa_output_setup_format()Max Kellermann2010-01-161-72/+80
* | Update copyright notices.Avuton Olrich2009-12-3119-19/+19
* | httpd: use get_mime_type to determine encoder contentViliam Mateicka2009-12-031-7/+6
* | audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-029-65/+108
* | output/openal: use audio_format_to_string()Max Kellermann2009-11-151-3/+3
* | include config.h in all sourcesMax Kellermann2009-11-1216-8/+22
* | configure.ac: require GLib 2.12Max Kellermann2009-11-101-0/+1
* | fd_util: removed creat_cloexec()Max Kellermann2009-11-104-7/+8
* | output/alsa: fill period buffer with silence before drainingMax Kellermann2009-11-091-3/+47
* | fd_util: added O_NONBLOCK functionsMax Kellermann2009-11-081-1/+2
* | set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-076-12/+22
* | output/jack: added option "server_name"Max Kellermann2009-11-071-1/+8
* | output/httpd: moved code to httpd_output_bind()Max Kellermann2009-11-071-28/+48
* | output/jack: free source port names on exitMax Kellermann2009-11-071-0/+3
* | output/jack: dynamic source port listMax Kellermann2009-11-061-37/+74
* | output/jack: dynamic destination port listMax Kellermann2009-11-061-25/+71