summaryrefslogtreecommitdiff
path: root/src/modules/macosx
AgeCommit message (Expand)AuthorFilesLines
2016-06-28card: move profile selection after pa_card_new()Tanu Kaskinen1-0/+2
2016-02-12coreaudio: Catch devices with more channels than we supportArun Raghavan1-0/+10
2016-02-12coreaudio: Dynamically allocate C string when converting from CFStringArun Raghavan1-27/+31
2016-01-04module-coreaudio-device: get channel name as CFString and convert to plain C ...Mihai Moldovan1-2/+44
2015-09-25Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava1-2/+2
2015-04-01coreaudio: Change error type to OSStatusRené J. V. Bertin1-6/+7
2015-01-14update FSF addresses to FSF web pageOndrej Holecek3-9/+3
2014-11-10rtpoll: Fixup pa_rtpoll_runDavid Henningsson1-1/+1
2013-12-05bonjour-publish: Return ports in network byteorderKenneth Perry1-2/+2
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)3-29/+29
2013-06-24Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)2-10/+5
2013-05-29osx: Fix latency queryingVadim Troshchinskiy1-10/+23
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-1/+1
2012-11-16modules: Micro-optimisation for rewind_requested pathsArun Raghavan1-1/+1
2012-11-16sink: Process rewind requests also when suspended.Tanu Kaskinen1-3/+6
2012-07-09osx: Add a single "On" profile to coreaudio devices. Fixes crash on OS X.Sjors Gielen1-0/+12
2012-06-09modules: Use pa_streq instead of strcmp.Arti Trivedi Bora1-1/+1
2012-01-28fix the ever-popular 'the the' typoPeter Meerwald1-1/+1
2011-06-22Remove unnecessary #includesMaarten Bosmans2-4/+0
2011-04-23module-coreaudio-device: Fix two build warningsDaniel Mack1-2/+2
2011-04-23module-coreaudio-device: Set the thread name to device nameDaniel Mack1-1/+1
2011-04-23module-coreaudio-device: Dispatch sink/source state messages from main loopDaniel Mack1-38/+50
2011-04-23module-coreaudio-detect: Add 'ioproc_frames' parameterDaniel Mack1-3/+20
2011-03-21osx: re-order module locationsDaniel Mack3-0/+1649