summaryrefslogtreecommitdiff
path: root/sys/androidmedia
Commit message (Expand)AuthorAgeFilesLines
* glmemory: add the texture type to allocate to parametersMatthew Waters2016-06-291-1/+2
* ahcsrc: Avoid a div by 0 warningXavier Claessens2016-06-061-1/+5
* amcvideoenc: Do not call gst_object_unref on GstCapsXavier Claessens2016-06-061-3/+3
* androidmedia: fix error debug message when camera doesn't existTim-Philipp Müller2016-05-311-3/+3
* ahcsrc: release resources in 'finalize' functionJustin Kim2016-05-311-8/+5
* ahc: fix potential NULL derefMartin Kelly2016-05-201-10/+12
* ahc: fix typo in doc blurbMartin Kelly2016-05-191-1/+1
* amcaudiodec: Set layout=interleaved in raw audio capsSebastian Dröge2016-05-111-1/+2
* androidmeida: replace with new surfacetexture for ahcsrcJustin Kim2016-05-068-216/+30
* ahcsrc: There's no point in read-only CONSTRUCT propertiesSebastian Dröge2016-03-301-2/+2
* ahc: use g_slice_new instead of g_slice_new0Martin Kelly2016-03-242-5/+4
* ahcsrc: remove probe_propertiesJustin Kim2016-03-242-166/+0
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+2
* ahc: eliminate AHC*_CALL macrosMartin Kelly2016-03-241-103/+589
* ahc: use gst unref functionsMartin Kelly2016-03-241-206/+157
* ahc: use gst new object functionsMartin Kelly2016-03-241-16/+28
* 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