summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* opensles: Integrate into build systemSebastian Dröge2012-10-182-5/+8
* 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
* opensles: rework around the _delay functionJosep Torra2012-10-182-9/+10
* opensles: implement _delay functionJosep Torra2012-10-182-15/+23
* opensles: refactor to behave more like other sinksJosep Torra2012-10-182-60/+84
* opensles: read player position and show it in the logJosep Torra2012-10-181-1/+32
* opensles: do not provide a clock in the sink element.Josep Torra2012-10-181-0/+2
* opensles: rework on start/stop operations and callback function handlingJosep Torra2012-10-181-29/+54
* opensles: fixes 8 bit format which is unsigned on android.Josep Torra2012-10-181-1/+1
* opensles: attempt to reduce playback latencyJosep Torra2012-10-181-9/+18
* opensles: drop _buffer_clear calls and refactor to a shared _enqueue_cbJosep Torra2012-10-182-55/+14
* opensles: use 0.25s segments in the sink to lower latencyJosep Torra2012-10-181-7/+3
* opensles: finish remaining bits for source element.Josep Torra2012-10-182-35/+40
* opensles: attempt to query device for capabilitiesJosep Torra2012-10-181-1/+101
* opensles: add the mute property and handle volume/mute changes on the flyJosep Torra2012-10-185-3/+62
* opensles: make the volume property actually workJosep Torra2012-10-184-2/+48
* opensles: rework on the ringbufffer to properly clear segmentsJosep Torra2012-10-182-30/+39
* opensles: fixes the license headersJosep Torra2012-10-187-203/+7
* opensles: produces expected output until ringbuffer wrapsJosep Torra2012-10-181-11/+11
* opensles: Add initial draft implementation of OpenSL ES plugin.Josep Torra2012-10-188-0/+1435
* androidmedia: Use correct variable name in Makefile.amSebastian Dröge2012-10-181-1/+1
* directsoundsrc: Fix compiler warningRaimo Järvi2012-10-171-2/+3
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-1737-41/+41
* directsoundsrc: port to 1.0Raimo Järvi2012-10-171-127/+78
* androidmedia: Add missing fileSebastian Dröge2012-10-161-0/+43
* androidmedia: Rename pluginSebastian Dröge2012-10-151-4/+4
* androidmedia: Make everything buildableSebastian Dröge2012-10-151-4/+0
* Don't try to use the NVidia DRM codecsSebastian Dröge2012-10-151-0/+7
* Try to handle format changes more gracefullySebastian Dröge2012-10-152-4/+22
* Add workaround for Google MP3 decoder outputting garbage in first output bufferSebastian Dröge2012-10-152-1/+22
* Also add some more output format checks to the audio decoderSebastian Dröge2012-10-151-0/+5
* Check output format metadata some moreSebastian Dröge2012-10-151-5/+41
* Add some more default channel layouts, these should be good for AAC at leastSebastian Dröge2012-10-151-8/+38
* Don't set timestamps, the baseclass handles this for us anywaySebastian Dröge2012-10-151-4/+0
* List profiles in reverse to minimize capsSebastian Dröge2012-10-151-93/+100
* Iterate levels in reverse order to minimize capsSebastian Dröge2012-10-151-3/+3
* Merge structures into caps instead of appending themSebastian Dröge2012-10-152-20/+20