summaryrefslogtreecommitdiff
path: root/sys/osxaudio
Commit message (Expand)AuthorAgeFilesLines
* osxaudio: Remove deprecated GTimeValOlivier Crête2019-12-181-4/+3
* osxaudio: misspelled dependencyJavier Celaya2019-10-141-1/+1
* Remove autotools build systemTim-Philipp Müller2019-10-141-37/+0
* documentation: fix a number of typosAaron Boxer2019-10-051-2/+2
* dv, gtk, qt, osxaudio, osxvideo, waveform: add to plugins listTim-Philipp Müller2019-05-291-0/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-132-6/+6
* osxcoreaudio: fix typoNicola Murino2018-12-171-1/+1
* osxaudio: add support for parsing more channel layouts ...Nicola Murino2018-09-241-36/+111
* meson: Fix osxaudio build on iOSNirbheek Chauhan2018-09-011-3/+4
* meson: Add build files for osxaudio, osxvideo, waveformNirbheek Chauhan2018-08-171-0/+43
* osxaudio: fixes playback of mono streams with no channel-mask field in capsJosep Torra2017-05-201-14/+23
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* osxaudio: Distribute device provider filesNicolas Dufresne2016-09-071-10/+10
* osxaudio: Support audio device provider on osxHyunjun Ko2016-05-028-11/+495
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-4/+2
* osxaudio: break as soon as the device is foundNirbheek Chauhan2016-01-141-0/+1
* osxaudio: Fix error handling when selecting/opening devicesNirbheek Chauhan2016-01-142-3/+14
* osxaudiosrc: no resampling on OS XIlya Konstantinov2015-07-141-0/+15
* osxaudiosrc: avoid get_channel_layoutIlya Konstantinov2015-07-141-1/+4
* osxaudio: Avoid making a duplicate structure in caps for mono/stereo caseArun Raghavan2015-07-141-26/+14
* osxaudio: Don't set the format on an initialized AudioUnitArun Raghavan2015-07-144-3/+47
* osxaudio: Minor spelling fix (unitialize -> uninitialize)Arun Raghavan2015-07-143-3/+3
* osxaudio: Fix lockup in _audio_unit_property_listenerIlya Konstantinov2015-07-144-6/+16
* osxaudio: Invalidate cached caps on format changeIlya Konstantinov2015-07-141-0/+60
* osxaudio: Overhaul of probing capsIlya Konstantinov2015-07-1411-363/+604
* osxaudio: AudioUnitInitialize on openIlya Konstantinov2015-07-141-17/+25
* osxaudio: fix latency property query on RemoteIOIlya Konstantinov2015-06-121-1/+1
* osxaudio: fix spelling in debug messageIlya Konstantinov2015-04-171-2/+2
* osxaudio: Fix string format warning on 32-bitIlya Konstantinov2015-03-231-1/+1
* Fix double semicolonsTim-Philipp Müller2015-03-102-2/+2
* osxaudio: stream format is an SPDIF-only fieldIlya Konstantinov2015-03-101-2/+1
* osxaudio: fix spacesIlya Konstantinov2015-03-101-1/+1
* osxaudio: add type check macroIlya Konstantinov2015-03-101-0/+2
* osxaudio: rename gst_core_audio_set_channels_layout()Ilya Konstantinov2015-03-103-3/+3
* osxaudio: remove unused finalizeIlya Konstantinov2015-03-101-8/+0
* osxaudiosrc: Allow caps renegotiationArun Raghavan2015-03-031-7/+4
* osxaudiosink: Allow renegotiating capsIlya Konstantinov2015-03-031-8/+6
* osxaudiosrc: iOS resampling causes stutteringIlya Konstantinov2015-02-245-25/+40
* osxaudio: Directly return the ringbuffer's caps if it is acquiredSebastian Dröge2014-12-222-14/+8
* osxaudio: Put all audio formats into the template capsSebastian Dröge2014-12-222-14/+2
* osxaudio: Also set the big endian flag for floating point samplesSebastian Dröge2014-12-221-3/+5
* osxaudio: Fix deadlock and property change notification in device selection codeSebastian Dröge2014-12-222-11/+19
* osxaudiosink: Prefer filter caps order while getting capsArun Raghavan2014-12-151-1/+1
* osxaudiosink: Add some error handling around channel layout parsingArun Raghavan2014-12-151-4/+14
* osxaudio: Take lock around sink/source before accessing the ringbufferArun Raghavan2014-12-152-0/+13
* osxaudiosrc: Probe channel layout tooArun Raghavan2014-12-156-63/+112
* osxaudiosink: Only fix up channels/layout for PCM caps while probingArun Raghavan2014-12-151-6/+7
* osxaudiosrc: Implement caps probingArun Raghavan2014-12-154-37/+114
* osxaudio: Bind audio device to audio unit earlyArun Raghavan2014-12-151-4/+16
* osxaudiosink: Fix up caps querying a bitArun Raghavan2014-12-151-16/+30