aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * pulse/output: fix deadlock when resuming the streamMax Kellermann2011-08-231-1/+3
| | | | | | | | Unlock the mainloop in all code paths.
| * output/httpd: add assertionsMax Kellermann2011-08-231-1/+17
| |
| * output/httpd: don't warn on client disconnectMax Kellermann2011-08-231-1/+8
| | | | | | | | | | | | This warning should only be logged when we really received something. When the client disconnects, G_IO_IN is triggered, and the read returns G_IO_STATUS_EOF.
* | output/raop: rewrite remove_char_from_stringJonathan Neuschäfer2011-07-251-14/+15
| |
* | Merge branch 'v0.16.x'Max Kellermann2011-07-203-3/+12
|\| | | | | | | | | | | Conflicts: src/player_thread.c src/playlist_control.c
| * encoder_plugin: add method pre_tag()Max Kellermann2011-07-202-2/+2
| | | | | | | | | | | | | | In the "vorbis" plugin, this is a copy of the old flush() method, while flush() gets a lot of code remove, it just sets the "flush" flag and nothing else. It doesn't start a new stream now, which should fix a few problems in some players.
| * output/httpd: explicitly convert size_t to bool in pause()Max Kellermann2011-07-201-1/+2
| |
| * output/alsa: fix SIGFPE when alsa announces a period size of 0Max Kellermann2011-07-201-0/+8
| |
* | output/raop: use memset() instead of bzero()Max Kellermann2011-07-201-1/+1
| | | | | | | | There's no bzero() on WIN32.
* | output/raop: include winsock.h on WIN32Max Kellermann2011-07-202-7/+16
| |
* | output/raop: use GMutex instead of pthread_mutex_tMax Kellermann2011-07-202-27/+26
| | | | | | | | Be portable on WIN32.
* | output/raop: add missing mutex unlock call in error handlerMax Kellermann2011-07-201-0/+2
| |
* | output/shout: fix a memory leakJonathan Neuschäfer2011-07-191-1/+1
| |
* | Merge branch 'v0.16.x'Max Kellermann2011-07-194-15/+27
|\| | | | | | | | | | | Conflicts: NEWS configure.ac
| * output/shout: fix a memory leakJonathan Neuschäfer2011-07-181-12/+16
| |
| * output/recorder: fix a memory leakJonathan Neuschäfer2011-07-181-3/+7
| |
| * output/httpd: add missing g_free in error pathJonathan Neuschäfer2011-07-181-0/+1
| |
| * output/ao: add missing g_free in error pathJonathan Neuschäfer2011-07-181-0/+3
| |
* | Remove unused headers in Roar plugin.Hans-Kristian Arntzen2011-03-231-5/+0
| | | | | | | | Should fix build errors for Win32.
* | Merge commit 'release-0.16.2'Max Kellermann2011-03-196-11/+37
|\| | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac
| * output/httpd: include sys/socket.h only when building with libwrapMax Kellermann2011-03-181-1/+1
| | | | | | | | Fixes build failure on WIN32.
| * Merge release 0.15.16 into v0.16.xMax Kellermann2011-03-162-8/+11
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/output/jack_plugin.c src/update.c
| | * output/jack: fix crash with mono playbackMax Kellermann2011-02-271-1/+1
| | | | | | | | | | | | | | | | | | With mono sound, jack_sample_size is smaller than frame_size (4 vs 2 bytes), and "space/jack_sample_size==0". That means mpd_jack_play() will return 0, although no error has occurred.
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.0.0 of the libao library added a new field to the ao_sample_format struct. It is a char * named matrix. When an ao_sample_format is allocated on the stack, this field contains garbage. The proper course is to insure that is initialized to NULL. NULL indicates that we do not want any mapping. The struct is now initialized using a static initializer, and this technique is compatible with all known versions of libao.
| * | 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
| | | | | | | | | | | | See code comment.
| * | output/oss: AFMT_S24_PACKED is little-endianMax Kellermann2011-02-281-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | According to the Solaris dsp manpage, AFMT_S24_PACKED is little-endian: http://download.oracle.com/docs/cd/E19963-01/821-1475/6nmf5baot/index.html The Minix soundcard.h header says the same.
| * | general: whitespace cleanupThomas Jansen2011-02-093-3/+3
| | | | | | | | | | | | | | | Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$"
| * | output/httpd: initialize unflushed_inputThomas Jansen2011-02-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following valgrind warning occuring on the first call of httpd_output_read_page: ==20124== Conditional jump or move depends on uninitialised value(s) ==20124== at 0x425E65: httpd_output_read_page (httpd_output_plugin.c:240) ==20124== by 0x426087: httpd_output_open (httpd_output_plugin.c:279) ==20124== by 0x41D862: ao_open (output_plugin.h:206) ==20124== by 0x41E133: audio_output_task (output_thread.c:590)
* | | RoarAudio output pluginHans-Kristian Arntzen2011-03-162-0/+370
| | |
* | | output/shout: add possibility to set urlThomas Jansen2011-02-091-0/+7
| | | | | | | | | | | | Added a new optional parameter for the shout plugin called "url".
* | | copyright year 2011Max Kellermann2011-01-2924-24/+24
| | |
* | | output/raop: new output pluginDustin Puckett2011-01-282-0/+1586
| | | | | | | | | | | | Remote Audio Output Protocol (RAOP), for Apple devices.
* | | Merge branch 'v0.16.x'Max Kellermann2011-01-073-10/+14
|\| | | | | | | | | | | | | | | | | Conflicts: NEWS configure.ac
| * | Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-01-071-0/+3
| |\| | | | | | | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/directory.h
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a MPD 0.16 regression: when playing a 24 bit file, the switch to 16 bit was made only partially, after mBytesPerPacket and mBytesPerFrame had already been applied. That means mBytesPerFrame referred to 24 bit, and mBitsPerChannel referred to 16 bits. Of course, that cannot work.
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | Should be safe on OS X 10.4 (32-bit), since Apple's OSStatus boils down to "signed long", and g_set_error() takes gint, which is really just "int". Assigning "signed long" to "int" on 32-bit Unix should be just fine, since both are signed 32-bit ints. No idea if this is safe on 64-bit OS X.
* | | osx_output: allow user to specify other audio devices.Greg Ward2010-12-211-1/+119
|/ / | | | | | | | | | | | | | | | | Add new config parameter 'device' to audio_output type "osx": - if not supplied or set to "default", open default device - if set to "system", open system device - otherwise 'device' should be an audio device name: mpd will find and open the specified audio device, falling back to the default device if it's not found
* | Merge release 0.15.15 from branch 'v0.15.x'Max Kellermann2010-11-081-1/+1
|\| | | | | | | | | | | Conflicts: NEWS configure.ac
| * output/shout: artist comes first in stream titleMax Kellermann2010-11-081-1/+1
| | | | | | | | | | | | After popular demand, I've switched the order of "artist" and "title" in the stream title. There is no standard, and there is no reliable way to parse those from the stream title.
| * output/httpd: MIME type audio/ogg for Ogg VorbisMax Kellermann2010-10-031-1/+1
| | | | | | | | | | | | RFC 5334 10.3 defines the MIME type "audio/ogg". We could use "application/ogg" as well, but we know for sure that we only emit audio data.
| * output/osx: fix the OS X 10.6 buildPatrik Weiskircher2009-09-201-0/+1
| | | | | | | | Include CoreServices/CoreServices.h.
* | 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
| | | | | | | | | | This makes the plugin more responsive to control commands, because it will listen to control events while waiting.
* | output/ffado: transfer_playback_buffers() returns a booleanMax Kellermann2010-11-041-1/+4
| | | | | | | | | | libffado documentation says this function returns -1 on error, but that is a lie - it returns a boolean value, and "false" means error.
* | winmm_output: handle empty string case when parsing device idDenis Krjuchkov2010-11-041-1/+1
| |