summaryrefslogtreecommitdiff
path: root/sys/androidmedia/gstamcvideodec.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-051-1/+1
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-1/+1
* amc/videodec: only retrieve the stride/slice-height for raw outputMatthew Waters2020-05-211-8/+8
* amcvideodec: fix sync meta copying not taking a referenceMatthew Waters2020-05-151-1/+1
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* amc: crop values are not mandatory in formatXavier Claessens2019-08-201-17/+8
* amc: Select between encoder/decoder at GstAmcCodec construct timeXavier Claessens2019-08-201-2/+2
* amc: Turn GstAmcSurfaceTexture into a base class with JNI implementationXavier Claessens2019-08-201-130/+31
* amc: Fix crash when a sync_meta survives its sinkXavier Claessens2019-08-141-1/+2
* androidmedia: add Hardware tag to element metadataTim-Philipp Müller2019-02-191-1/+1
* Run gst-indent through the filesJordan Petridis2018-11-281-52/+70
* androidmedia: Invert the transform matrix from the decoderJan Schmidt2018-06-151-1/+64
* androidmedia: when flushing, better handle IllegalStateException received fro...Ursula Maplehurst2017-12-061-7/+12
* amcvideodec: Unref downstream caps after usageSebastian Dröge2017-05-181-0/+2
* amcvideodec/enc: Correctly check for no PTS on input buffersshakin chou2017-04-261-1/+2
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-131-1/+1
* androidmedia: Use proper instance nameEdward Hervey2017-01-131-1/+1
* amcvideodec: fix build error from change in libgstglMatthew Waters2017-01-131-0/+2
* gl: update sys dependants for function removalsMatthew Waters2017-01-131-59/+7
* androidmedia: Add support for VP9Sebastian Dröge2017-01-041-0/+2
* gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters2016-11-031-2/+2
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* glmemory: add the texture type to allocate to parametersMatthew Waters2016-06-291-1/+2
* amc: Correctly handle NULL input buffersSebastian Dröge2016-03-111-1/+12
* 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-291-9/+34
* amcvideodec: Only free GstAmcBuffer if it's not NULLSebastian Dröge2016-01-221-2/+8
* amc: MediaCodec::getOutputBuffer() can return NULL without exceptionSebastian Dröge2016-01-221-1/+19
* 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-191-74/+132
* 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-171-108/+496
* 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-211-51/+134
* androidmedia: Only allow GL output if the decoder has unknown color formatsMatthieu Bouron2015-10-211-1/+13
* androidmedia: Add support for GL output in amcvideodecMatthieu Bouron2015-10-211-33/+524
* androidmedia: Do not flush codec if it is not startedMatthieu Bouron2015-10-211-3/+5
* androidmedia: Improve color format debug messagesMatthieu Bouron2015-10-211-1/+2
* amcvideodec: Properly forward the return value of gst_video_decoder_negotiate()Sebastian Dröge2015-10-161-2/+3
* amcvideodec: Implement support for COLOR_QCOM_FormatYVU420SemiPlanar32mMultiV...Sebastian Dröge2015-10-161-0/+6
* androidmedia: Add support for H265/HEVCSebastian Dröge2015-07-081-0/+2