summaryrefslogtreecommitdiff
path: root/sys/osxaudio
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-25osxaudio: Remove unused codeTodd Agulnick1-3/+0
2013-04-18osxaudio: Include gstaudioringbuffer.h to fix compilation in 1.0Sebastian Dröge1-0/+1
2013-04-18osxaudiosink: channel-mask configuration fixesPhilippe Normand1-1/+4
2013-04-17osxaudio: Fix merge conflictsSebastian Dröge1-4/+0
2013-04-17osxaudioringbuffer: First check the type, then castSebastian Dröge1-4/+2
2013-04-17osxaudio: use GST_IS_OSX_AUDIO_SINK in ring buffer.Takashi Nakajima2-1/+6
2013-04-17osxaudio: call set_channel_positions() in osxaudioringbuffer acquire()Takashi Nakajima3-56/+85
2013-04-17osxaudio: use GST_AUDIO_INFO_* accessorsTodd Agulnick1-13/+13
2013-04-17osxaudio: adjust for changes to glib mutex api.Todd Agulnick2-12/+12
2013-04-17osxaudio: try to fix up according to Sebastian's commentsTakashi Nakajima2-29/+28
2013-04-17osxaudio: build fixesPhilippe Normand4-1/+4
2013-04-17osxaudio: fix layout for osxaudiosrcted-n1-5/+9
2013-04-17osxaudio: port to v.1.0ted-n10-287/+281
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-15osxaudio: Fixes error: "GST_LEVEL_DEFAULT" redefinedJosep Torra2-2/+1
2013-04-15osxaudio: fixes implicit declaration of function 'getpid'Josep Torra1-0/+1
2013-03-08osxaudio: add support for iOS using the RemoteIO AudioUnitAndoni Morales Alastruey5-3/+155
2013-03-08osxaudio: add a façade for the CoreAudio APIAndoni Morales Alastruey10-1684/+2176
2012-11-04Fix FSF addressTim-Philipp Müller10-20/+20
2012-09-19osxaudiosink: Specify endianness in IEC 61937 payloadingArun Raghavan1-1/+2
2012-09-14replace _get_caps_reffed with _get_capsMark Nauwelaerts1-1/+1
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2-2/+2