summaryrefslogtreecommitdiff
path: root/sys/androidmedia
Commit message (Expand)AuthorAgeFilesLines
...
* Only set the SYNC_FRAME flag on the first buffer if we need to split the inputSebastian Dröge2012-10-151-3/+0
* Ignore codecs with unknown color formats for stability purposesSebastian Dröge2012-10-152-1/+69
* Implement cropping and correctly handle the different color formatsSebastian Dröge2012-10-151-23/+80
* Really implement stride conversion for NV12 tooSebastian Dröge2012-10-151-1/+38
* Implement stride-conversion for I420 and NV12Sebastian Dröge2012-10-151-4/+66
* Fix typo in previous commitSebastian Dröge2012-10-151-1/+1
* Don't allow using non-Google codecs if we started the Java VM ourselvesSebastian Dröge2012-10-151-0/+12
* Rename to amc from androidmediacodec everywhereSebastian Dröge2012-10-151-2/+2
* Improve debug outputSebastian Dröge2012-10-151-0/+1
* Print the MediaFormats we get in the debug logsSebastian Dröge2012-10-153-0/+54
* Improve debug outputSebastian Dröge2012-10-151-1/+8
* Improve level/profile handlingSebastian Dröge2012-10-153-34/+97
* Allow registering as static plugin with the GStreamer SDK APISebastian Dröge2012-10-151-1/+10
* If the buffer sizes are the same, just memcpy() to the output buffersSebastian Dröge2012-10-151-2/+15
* Correctly convert timestamps between us and nsSebastian Dröge2012-10-151-6/+4
* Set SYNC_FRAME flag on buffers if requiredSebastian Dröge2012-10-151-0/+3
* Improve flushingSebastian Dröge2012-10-151-8/+9
* Wait at most 0.5 seconds for getting an input buffer for EOSSebastian Dröge2012-10-151-4/+6
* Correctly check for flushingSebastian Dröge2012-10-151-1/+1
* Retry for negative return values when dequeueing buffersSebastian Dröge2012-10-151-0/+4
* Fix refcount bugSebastian Dröge2012-10-151-0/+3
* The MediaCodec API is apparently not threadsafe between stop() and release()Sebastian Dröge2012-10-151-0/+6
* Fix plugin cache creationSebastian Dröge2012-10-151-0/+8
* Cache the codec informations inside the registrySebastian Dröge2012-10-151-5/+159
* Properly attach and detach the current threads to the Java VMSebastian Dröge2012-10-151-69/+51
* Don't get the output format from the codec before it is readySebastian Dröge2012-10-151-7/+7
* Get the input buffers from the codecSebastian Dröge2012-10-151-0/+9
* Fix JNI method call signaturesSebastian Dröge2012-10-151-9/+16
* Initialize the VM will full debugging for nowSebastian Dröge2012-10-151-2/+7
* Use NewStringUTF() instead of our own method for thatSebastian Dröge2012-10-151-37/+16
* Add the TI format to the mapping table tooSebastian Dröge2012-10-151-0/+1
* Add another TI specific OpenMAX color formatSebastian Dröge2012-10-152-1/+6
* Fixes to element/elementfactory creationSebastian Dröge2012-10-152-6/+13
* Some bugfixes to the codec scanning codeSebastian Dröge2012-10-151-3/+12
* Fix some compilation errorsSebastian Dröge2012-10-151-8/+11
* Add important FIXMESebastian Dröge2012-10-151-0/+1
* Add video decoder elementSebastian Dröge2012-10-153-1/+1581
* Add some more JNI wrappingSebastian Dröge2012-10-152-10/+123
* Add some missing color format constantsSebastian Dröge2012-10-151-2/+11
* Implement basic wrapper around MediaCodec APISebastian Dröge2012-10-153-43/+1706
* Some more WIPSebastian Dröge2012-10-152-5/+611
* Initial commitSebastian Dröge2012-10-152-0/+184