summaryrefslogtreecommitdiff
path: root/sys/opensles
Commit message (Expand)AuthorAgeFilesLines
* plugins-sys: allow per feature registrationStéphane Cerveau2021-04-098-19/+59
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-2/+2
* opensles: Remove hard-coded buffer-/latency-time valuesArun Raghavan2020-05-162-9/+0
* openslessink: Allow openslessink to handle 48kHz streams.Matthew Read2020-03-031-4/+1
* Remove autotools build systemTim-Philipp Müller2019-10-141-24/+0
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-0/+1
* meson: Fix invalid keyword warningSeungha Yang2018-11-131-1/+1
* meson: Add build files for androidmedia and openslesNirbheek Chauhan2018-08-291-0/+29
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-122-6/+4
* opensles: Add opensles.h to noinst_HEADERSFredrik Fornwall2016-08-241-1/+2
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-4/+2
* openslesringbuffer: Warn if the position reported by OpenSL is higher than wh...Sebastian Dröge2016-03-161-1/+8
* plugins-bad: Fix example pipelinesVineeth TM2015-12-152-2/+2
* opensles: Fix build with Android API level < 14Arun Raghavan2015-06-132-0/+7
* openslessink: Allow setting the stream type via a propertyArun Raghavan2015-06-136-3/+130
* openslessrc: Implement recording presetsArun Raghavan2015-06-137-5/+212
* opensles: Explicitly specify layout=interleaved in capsArun Raghavan2015-04-082-2/+4
* opensles: Make debug category naming a bit more consistentArun Raghavan2015-02-132-4/+4
* openslesringbuffer: Only allocate at most half the number of internal buffers...Sebastian Dröge2015-02-101-1/+5
* openslesringbuffer: Only pre-roll a single bufferSebastian Dröge2015-02-051-5/+2
* openslesringbuffer: Allocate at most 4 internal buffersSebastian Dröge2015-02-051-3/+5
* openslessink/src: Lower default buffer time to 200ms like alsasinkSebastian Dröge2015-02-052-2/+2
* Fix up one-element lists in template capsTim-Philipp Müller2014-09-101-1/+1
* openslesringbuffer: Provide the size of our array to GetDestinationOutputDevi...Sebastian Dröge2014-07-171-1/+1
* openslessink: Silence some error debug output to log outputSebastian Dröge2014-07-171-3/+19
* openslessrc: Classification of the element factory should be Source/ not Src/Sebastian Dröge2014-06-231-1/+1
* opensles: Work around race condition in Android < 4.2 that leads to deadlocks...Sebastian Dröge2014-05-161-0/+32
* opensles: Include string.h for memcpy()Sebastian Dröge2013-03-211-0/+2
* opensles: Only include <gst/audio/audio.h>Sebastian Dröge2013-03-033-3/+3
* Fix FSF addressTim-Philipp Müller2012-11-048-16/+16
* opensles: Fix compilation with debugging enabledSebastian Dröge2012-11-021-1/+1
* opensles: Remove unused variableSebastian Dröge2012-11-011-4/+0
* opensles: Make sure to only ever create a single engine objectSebastian Dröge2012-11-014-25/+97
* opensles: Port to 1.0Sebastian Dröge2012-10-258-167/+130
* opensles: Integrate into build systemSebastian Dröge2012-10-181-3/+0
* openslessink: Return 0 delay if the player object is in PAUSED stateJosep Torra2012-10-181-6/+9
* opensles: fixes noise on seekeingJosep Torra2012-10-182-2/+16
* opensles: chain up on _clear_allJosep Torra2012-10-181-0/+2
* opensles: implement the ringbuffer clear_all vmethod tooJosep Torra2012-10-182-2/+20
* opensles: initial attempt to reduce the src latencyJosep Torra2012-10-182-16/+12
* opensles: sprinkle comments and cosmetic fixesJosep Torra2012-10-184-43/+112
* opensles: check for device outputs in the mixerJosep Torra2012-10-181-0/+20
* opensles: drop 48kHz sample rateJosep Torra2012-10-181-1/+1
* opensles: change the defaults to use 20 ms ringbuffer segmentsJosep Torra2012-10-181-0/+2
* opensles: ensure that we register the callback only in STOPPEDJosep Torra2012-10-182-12/+23
* opensles: cap queue sizeJosep Torra2012-10-181-3/+4
* opensles: sink to provide the audioclock by defaultJosep Torra2012-10-181-1/+1
* opensles: only drain half ringbuffer on startJosep Torra2012-10-181-3/+3
* opensles: monitor some player eventsJosep Torra2012-10-181-2/+46