summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2012-10-18opensles: Integrate into build systemSebastian Dröge2-5/+8
2012-10-18openslessink: Return 0 delay if the player object is in PAUSED stateJosep Torra1-6/+9
2012-10-18opensles: fixes noise on seekeingJosep Torra2-2/+16
2012-10-18opensles: chain up on _clear_allJosep Torra1-0/+2
2012-10-18opensles: implement the ringbuffer clear_all vmethod tooJosep Torra2-2/+20
2012-10-18opensles: initial attempt to reduce the src latencyJosep Torra2-16/+12
2012-10-18opensles: sprinkle comments and cosmetic fixesJosep Torra4-43/+112
2012-10-18opensles: check for device outputs in the mixerJosep Torra1-0/+20
2012-10-18opensles: drop 48kHz sample rateJosep Torra1-1/+1
2012-10-18opensles: change the defaults to use 20 ms ringbuffer segmentsJosep Torra1-0/+2
2012-10-18opensles: ensure that we register the callback only in STOPPEDJosep Torra2-12/+23
2012-10-18opensles: cap queue sizeJosep Torra1-3/+4
2012-10-18opensles: sink to provide the audioclock by defaultJosep Torra1-1/+1
2012-10-18opensles: only drain half ringbuffer on startJosep Torra1-3/+3
2012-10-18opensles: monitor some player eventsJosep Torra1-2/+46
2012-10-18opensles: rework around the _delay functionJosep Torra2-9/+10
2012-10-18opensles: implement _delay functionJosep Torra2-15/+23
2012-10-18opensles: refactor to behave more like other sinksJosep Torra2-60/+84
2012-10-18opensles: read player position and show it in the logJosep Torra1-1/+32
2012-10-18opensles: do not provide a clock in the sink element.Josep Torra1-0/+2
2012-10-18opensles: rework on start/stop operations and callback function handlingJosep Torra1-29/+54
2012-10-18opensles: fixes 8 bit format which is unsigned on android.Josep Torra1-1/+1
2012-10-18opensles: attempt to reduce playback latencyJosep Torra1-9/+18
2012-10-18opensles: drop _buffer_clear calls and refactor to a shared _enqueue_cbJosep Torra2-55/+14
2012-10-18opensles: use 0.25s segments in the sink to lower latencyJosep Torra1-7/+3
2012-10-18opensles: finish remaining bits for source element.Josep Torra2-35/+40
2012-10-18opensles: attempt to query device for capabilitiesJosep Torra1-1/+101
2012-10-18opensles: add the mute property and handle volume/mute changes on the flyJosep Torra5-3/+62
2012-10-18opensles: make the volume property actually workJosep Torra4-2/+48
2012-10-18opensles: rework on the ringbufffer to properly clear segmentsJosep Torra2-30/+39
2012-10-18opensles: fixes the license headersJosep Torra7-203/+7
2012-10-18opensles: produces expected output until ringbuffer wrapsJosep Torra1-11/+11
2012-10-18opensles: Add initial draft implementation of OpenSL ES plugin.Josep Torra8-0/+1435
2012-10-18androidmedia: Use correct variable name in Makefile.amSebastian Dröge1-1/+1
2012-10-17directsoundsrc: Fix compiler warningRaimo Järvi1-2/+3
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller37-41/+41
2012-10-17directsoundsrc: port to 1.0Raimo Järvi1-127/+78
2012-10-16androidmedia: Add missing fileSebastian Dröge1-0/+43
2012-10-15androidmedia: Rename pluginSebastian Dröge1-4/+4
2012-10-15androidmedia: Make everything buildableSebastian Dröge1-4/+0
2012-10-15Don't try to use the NVidia DRM codecsSebastian Dröge1-0/+7
2012-10-15Try to handle format changes more gracefullySebastian Dröge2-4/+22
2012-10-15Add workaround for Google MP3 decoder outputting garbage in first output bufferSebastian Dröge2-1/+22
2012-10-15Also add some more output format checks to the audio decoderSebastian Dröge1-0/+5
2012-10-15Check output format metadata some moreSebastian Dröge1-5/+41
2012-10-15Add some more default channel layouts, these should be good for AAC at leastSebastian Dröge1-8/+38
2012-10-15Don't set timestamps, the baseclass handles this for us anywaySebastian Dröge1-4/+0
2012-10-15List profiles in reverse to minimize capsSebastian Dröge1-93/+100
2012-10-15Iterate levels in reverse order to minimize capsSebastian Dröge1-3/+3
2012-10-15Merge structures into caps instead of appending themSebastian Dröge2-20/+20