summaryrefslogtreecommitdiff
path: root/sys/osxaudio
AgeCommit message (Expand)AuthorFilesLines
2016-05-02osxaudio: Support audio device provider on osxHyunjun Ko8-11/+495
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM2-4/+2
2016-01-14osxaudio: break as soon as the device is foundNirbheek Chauhan1-0/+1
2016-01-14osxaudio: Fix error handling when selecting/opening devicesNirbheek Chauhan2-3/+14
2015-07-14osxaudiosrc: no resampling on OS XIlya Konstantinov1-0/+15
2015-07-14osxaudiosrc: avoid get_channel_layoutIlya Konstantinov1-1/+4
2015-07-14osxaudio: Avoid making a duplicate structure in caps for mono/stereo caseArun Raghavan1-26/+14
2015-07-14osxaudio: Don't set the format on an initialized AudioUnitArun Raghavan4-3/+47
2015-07-14osxaudio: Minor spelling fix (unitialize -> uninitialize)Arun Raghavan3-3/+3
2015-07-14osxaudio: Fix lockup in _audio_unit_property_listenerIlya Konstantinov4-6/+16
2015-07-14osxaudio: Invalidate cached caps on format changeIlya Konstantinov1-0/+60
2015-07-14osxaudio: Overhaul of probing capsIlya Konstantinov11-363/+604
2015-07-14osxaudio: AudioUnitInitialize on openIlya Konstantinov1-17/+25
2015-06-12osxaudio: fix latency property query on RemoteIOIlya Konstantinov1-1/+1
2015-04-17osxaudio: fix spelling in debug messageIlya Konstantinov1-2/+2
2015-03-23osxaudio: Fix string format warning on 32-bitIlya Konstantinov1-1/+1
2015-03-10Fix double semicolonsTim-Philipp Müller2-2/+2
2015-03-10osxaudio: stream format is an SPDIF-only fieldIlya Konstantinov1-2/+1
2015-03-10osxaudio: fix spacesIlya Konstantinov1-1/+1
2015-03-10osxaudio: add type check macroIlya Konstantinov1-0/+2
2015-03-10osxaudio: rename gst_core_audio_set_channels_layout()Ilya Konstantinov3-3/+3
2015-03-10osxaudio: remove unused finalizeIlya Konstantinov1-8/+0
2015-03-03osxaudiosrc: Allow caps renegotiationArun Raghavan1-7/+4
2015-03-03osxaudiosink: Allow renegotiating capsIlya Konstantinov1-8/+6
2015-02-24osxaudiosrc: iOS resampling causes stutteringIlya Konstantinov5-25/+40
2014-12-22osxaudio: Directly return the ringbuffer's caps if it is acquiredSebastian Dröge2-14/+8
2014-12-22osxaudio: Put all audio formats into the template capsSebastian Dröge2-14/+2
2014-12-22osxaudio: Also set the big endian flag for floating point samplesSebastian Dröge1-3/+5
2014-12-22osxaudio: Fix deadlock and property change notification in device selection codeSebastian Dröge2-11/+19
2014-12-15osxaudiosink: Prefer filter caps order while getting capsArun Raghavan1-1/+1
2014-12-15osxaudiosink: Add some error handling around channel layout parsingArun Raghavan1-4/+14
2014-12-15osxaudio: Take lock around sink/source before accessing the ringbufferArun Raghavan2-0/+13
2014-12-15osxaudiosrc: Probe channel layout tooArun Raghavan6-63/+112
2014-12-15osxaudiosink: Only fix up channels/layout for PCM caps while probingArun Raghavan1-6/+7
2014-12-15osxaudiosrc: Implement caps probingArun Raghavan4-37/+114
2014-12-15osxaudio: Bind audio device to audio unit earlyArun Raghavan1-4/+16
2014-12-15osxaudiosink: Fix up caps querying a bitArun Raghavan1-16/+30
2014-12-15osxaudio: Move osxaudiosrc-specific code out of the generic pathArun Raghavan2-30/+38
2014-12-15osxaudio: Clean up a GstCoreAudio -> GstOsxAudioSrc/Sink referenceArun Raghavan8-53/+112
2014-12-15osxaudiosink: Move device caps probing to get_caps()Arun Raghavan1-10/+16
2014-12-15osxaudio: Make some debug code compile conditionallyArun Raghavan1-1/+5
2014-12-15osxaudio: Move device selection to ringbuffer->open_device()Arun Raghavan4-19/+32
2014-12-15osxaudio: Consolidate input and output code paths a bitArun Raghavan6-74/+52
2014-09-17osxaudio: OSStatus is not a fourcc, so don't print it as one...Sebastian Dröge4-94/+57
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-02-19osxaudio: remove unused variablesThijs Vermeir2-6/+0
2013-12-31osx: Make OSX version checks more consistentSebastian Dröge1-1/+1
2013-11-07osxaudiosink: fix segfault when we can't get the channels layoutAndoni Morales Alastruey1-1/+2
2013-07-25osxaudiosink: intersect the probed caps with the filter passed to get_caps()Alessandro Decina1-0/+3
2013-04-25osxaudio: Use gst_audio_channel_positions_to_mask() to create maskTodd Agulnick1-9/+1