summaryrefslogtreecommitdiff
path: root/sys/androidmedia
Commit message (Expand)AuthorAgeFilesLines
* amc: Correctly handle NULL input buffersSebastian Dröge2016-03-114-16/+50
* amcvideodec: getOutputBuffers() returns a NULL array when a surface was confi...Sebastian Dröge2016-03-112-3/+14
* androidmedia: Remove unused fileJustin Kim2016-03-051-68/+0
* amc: properly deinit when ahcsrc register failsMartin Kelly2016-03-041-6/+11
* ahc: correct error messageMartin Kelly2016-03-041-1/+2
* ahc: remove unneeded #include <stdio.h>Martin Kelly2016-03-041-1/+0
* ahc: typo fixMartin Kelly2016-03-041-1/+1
* amcvideodec: When outputting on a surface, accept all color formatsSebastian Dröge2016-02-281-4/+24
* glsyncmeta: separate out gpu/cpu waits.Matthew Waters2016-02-091-4/+5
* amcvideodec: pass the correct time value to wait_for_syncMatthew Waters2016-02-041-1/+1
* amcvideodec: advance the ready counter ourselves when render=FALSEMatthew Waters2016-02-041-2/+8
* amcvideodec: guard against not finding a valid frame in loopMatthew Waters2016-01-291-1/+1
* amcvideodec: set our data pointer in java to NULL on closeMatthew Waters2016-01-293-11/+39
* ahc: Fail gracefully if our callback class can't be foundSebastian Dröge2016-01-221-0/+3
* ahc: Initialize GError pointer with NULLSebastian Dröge2016-01-221-1/+1
* amcvideodec: Only free GstAmcBuffer if it's not NULLSebastian Dröge2016-01-221-2/+8
* amc: Add an assertion for NULL GErrorsSebastian Dröge2016-01-221-4/+8
* ahc: Fix indentationSebastian Dröge2016-01-222-8/+15
* amc: MediaCodec::getOutputBuffer() can return NULL without exceptionSebastian Dröge2016-01-224-17/+72
* ahcsrc: Fix latency reportingNicolas Dufresne2016-01-211-7/+6
* ahcsrc: fix deadlock when flushingGeorge Kiagiadakis2016-01-211-6/+8
* ahcsrc: porting from 0.10 to 1.0Justin Kim2016-01-2119-2716/+1484
* move androidcamera into androidmediaJustin Kim2016-01-219-0/+6539
* androidmedia: Fix get_level and get_profile exception checking by not using r...Youness Alaoui2016-01-211-2/+8
* androidmedia: Add extern gint declarationsYouness Alaoui2016-01-213-1/+31
* dvm: Rename gst-dvm.[ch] to gstdvm.[ch] for consistency with other GStreamer ...Sebastian Dröge2016-01-214-4/+4
* androidmedia: Make everything compile with the new wrappersSebastian Dröge2016-01-212-22/+32
* androidmedia: Add remaining bits of the Java wrappers using libgstdvmSebastian Dröge2016-01-218-37/+800
* androidmedia: Remove g_return_if_fails()Sebastian Dröge2016-01-212-83/+0
* androidmedia: Use gst-dvm and refactor java wrappers (WIP)Youness Alaoui2016-01-214-0/+1299
* glmemory: implement GstGLBaseMemory::allocMatthew Waters2015-12-171-4/+16
* amcvideodec: update for GLMemory API changesMatthew Waters2015-12-141-1/+1
* androidmedia: Don't add metadata to locked bufferMathias Hasselmann2015-11-261-1/+4
* amcvideodec: move release_output_buffer into the sync metaMatthew Waters2015-11-192-75/+133
* amcvideodec: Don't require a non-zero buffer size when doing decoding to a su...Sebastian Dröge2015-11-181-2/+1
* amcvideodec: Fix indentationSebastian Dröge2015-11-171-15/+23
* glimagesink: wait on the correct sync meta when renderingMatthew Waters2015-11-171-2/+2
* amcviddec: output external-oes texturesMatthew Waters2015-11-175-629/+506
* amcvideodec: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt2015-11-031-2/+2
* androidmedia: fix build errorsMatthew Waters2015-10-211-5/+6
* amcviddec: use gstcontext to retreive the OpenGL contextMatthew Waters2015-10-212-51/+136
* androidmedia: Only allow GL output if the decoder has unknown color formatsMatthieu Bouron2015-10-213-7/+22
* androidmedia: Add support for GL output in amcvideodecMatthieu Bouron2015-10-2116-46/+1913
* androidmedia: Do not flush codec if it is not startedMatthieu Bouron2015-10-211-3/+5
* androidmedia: Allow object to be NULL in gst_amc_jni_*unref functionsMatthieu Bouron2015-10-211-0/+4
* androidmedia: Fix debug statement (%d for a gsize argument)Edward Hervey2015-10-212-4/+6
* androidmedia: Improve color format debug messagesMatthieu Bouron2015-10-211-1/+2
* androidmedia: Improve debug messagesMatthieu Bouron2015-10-211-4/+5
* androidmedia: Do not warn we do not support COLOR_FormatSurfaceMatthieu Bouron2015-10-211-1/+3
* amcvideodec: Properly forward the return value of gst_video_decoder_negotiate()Sebastian Dröge2015-10-161-2/+3