summaryrefslogtreecommitdiff
path: root/sys/androidmedia/gstamcvideodec.c
Commit message (Expand)AuthorAgeFilesLines
* amcvideodec/enc: Correctly check for no PTS on input buffersshakin chou2017-05-081-1/+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
* androidmedia: Conditionally use get_{input,output}_buffer() Android 21 APIsSebastian Dröge2015-05-311-104/+90
* androidmedia: Handle queue/release errors non-fatalSebastian Dröge2015-04-171-2/+12
* androidmedia: break statement unnecessaryAnuj Jaiswal2014-09-241-3/+0
* androidmedia: Make sure to unblock any thread waiting on the drain condition ...Sebastian Dröge2014-08-141-0/+24
* androidmedia: Fix draining logic to let the base class handle EOS eventsSebastian Dröge2014-08-141-19/+13
* androidmedia: Also don't report warnings for queue/dequeue errors during flus...Sebastian Dröge2014-06-191-6/+15
* androidmedia: Don't consider input buffer queueing failures as an error durin...Sebastian Dröge2014-06-191-1/+6
* androidmedia: Clean up flushing code and don't consider output buffer releasi...Sebastian Dröge2014-06-191-4/+12
* androidmedia: Add exceptions from the Java API to error messages, and post mo...Sebastian Dröge2014-05-301-58/+120
* Release the codec before freeing itJorge Zapata2014-05-301-1/+3
* androidmedia: add gst_amc_color_format_copyChen Jie2014-05-261-318/+23
* androidmedia: move create_src|sink_caps to gstamc.cChen Jie2014-05-261-220/+19
* amcvideodec: Store return value of gst_caps_merge_structure()Sebastian Dröge2014-02-141-1/+1
* amcvideodec: Release buffer to Android if allocating output failedSebastian Dröge2014-02-141-0/+3
* androidmedia: Don't handle FLUSHING or NOT_LINKED as errorSebastian Dröge2014-01-251-1/+4
* amcvideodec: Add the divx variant for mpeg4 videoJorge Zapata2014-01-141-0/+11
* amcvideodec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge2013-12-051-0/+1
* androidmedia: fix access to invalid buffers in the decoding loopAndoni Morales Alastruey2013-10-301-2/+1
* amcvideodec: Don't put the level restrictions on the sinkpad capsSebastian Dröge2013-09-121-61/+3
* amcvideodec: Port tiled NV12 conversion to 1.0Sebastian Dröge2013-09-031-10/+10