summaryrefslogtreecommitdiff
path: root/sys/androidmedia
Commit message (Expand)AuthorAgeFilesLines
* amcvideodec: Properly forward the return value of gst_video_decoder_negotiate()Sebastian Dröge2015-10-201-2/+3
* amcvideodec: Implement support for COLOR_QCOM_FormatYVU420SemiPlanar32mMultiV...Sebastian Dröge2015-10-202-0/+9
* amcvideoenc: Always set i-frame-interval settingSebastian Dröge2015-07-291-3/+2
* androidmedia: Add support for H265/HEVCSebastian Dröge2015-07-085-3/+215
* amc: fix check whether we managed to acquire a bufferVineeth TM2015-07-021-1/+1
* androidmedia: Call initialize_classes() also when we got the Java VM from the...Sebastian Dröge2015-06-291-1/+1
* androidmedia: Allow the application to provide the Java VMSebastian Dröge2015-06-182-0/+15
* androidmedia: Prefer software codecs over hardware codecs for audioSebastian Dröge2015-06-181-2/+4
* androidmedia: Failing to detach a thread is not that much of a problemSebastian Dröge2015-06-181-1/+1
* androidmedia: Don't fail if JNI_CreateJavaVM can't be foundSebastian Dröge2015-06-181-3/+9
* androidmedia: Move variables into the scope where they are neededSebastian Dröge2015-06-151-3/+2
* androidmedia: Don't query supported color formats for non-video codecsSebastian Dröge2015-06-151-36/+37
* amc: Only lower ranks of OMX.Exynos. audio codecs, the video codecs are actua...Sebastian Dröge2015-06-011-2/+3
* amc: Give marginal rank to codecs that start with OMX.Exynos.Sebastian Dröge2015-06-011-0/+10
* androidmedia: Give lower ranks to codecs not starting with OMX.Sebastian Dröge2015-06-011-3/+16
* androidmedia: Conditionally use get_{input,output}_buffer() Android 21 APIsSebastian Dröge2015-05-3110-319/+626
* amcaudiodec: Add an output adapter for chunking the output into codec framesSebastian Dröge2015-05-192-10/+46
* androidmedia: Add suport for COLOR_FormatYV12Matthieu Bouron2015-05-042-2/+6
* androidmedia: Declare QOMX_COLOR_FORMATYVU420PackedSemiPlanar32mMultiView con...Matthieu Bouron2015-05-041-0/+3
* androidmedia: Fix slice-height for Tegra 3 devicesMatthieu Bouron2015-05-041-1/+1
* androidmedia: Add support for COLOR_FormatYUV420FlexibleEdward Hervey2015-05-042-1/+4
* androidmedia: Add suport for Intel color formatsEdward Hervey2015-05-042-0/+18
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* androidmedia: Handle queue/release errors non-fatalSebastian Dröge2015-04-172-4/+24
* amc: Use new JNI utils almost everywhereSebastian Dröge2015-04-112-526/+177
* amc: Allow creating global and local references of objectsSebastian Dröge2015-04-112-11/+23
* amc: Make GError argument order more consistentSebastian Dröge2015-04-112-71/+75
* amc: Add helper function for getting a direct buffer arraySebastian Dröge2015-04-112-0/+73
* amc: Java longs are gint64sSebastian Dröge2015-04-112-8/+8
* amc: Improve JNI utilities and add some missing onesSebastian Dröge2015-04-112-113/+205
* androidmedia: Add helpers for calling static methodsSebastian Dröge2015-03-152-1/+65
* androidmedia: Fix indentionSebastian Dröge2015-03-152-25/+25
* androidmedia: Add more JNI helper functionsMatthieu Bouron2015-03-153-1/+312
* androidmedia: Split jni code to gstjniutils.cMatthieu Bouron2015-03-154-583/+676
* androidmedia: Remove unused label/variableEdward Hervey2015-03-111-2/+0
* androidmedia: Fix calculation of the frame size for COLOR_FormatYUV420PlanarSebastian Dröge2014-10-021-1/+1
* androidmedia: break statements unnecessaryAnuj Jaiswal2014-09-241-3/+3
* androidmedia: break statement unnecessaryAnuj Jaiswal2014-09-241-3/+0
* amcaudiodec: Remove hack for Google MP3 decoderSebastian Dröge2014-09-012-15/+0
* androidmedia: Make sure to unblock any thread waiting on the drain condition ...Sebastian Dröge2014-08-143-0/+80
* androidmedia: Fix draining logic to let the base class handle EOS eventsSebastian Dröge2014-08-146-101/+39
* amcvideoenc: Avoid leaking copy of caps objectSebastian Rasmussen2014-08-101-4/+1
* amc: Properly integrate COLOR_QCOM_FormatYVU420SemiPlanar32m againSebastian Dröge2014-07-031-0/+2
* amcaudiodec: audio/mpeg is always MPEG 1 layer 3Sebastian Dröge2014-07-031-0/+1
* androidmedia: Clear exceptions also when we did not provide a GErrorSebastian Dröge2014-06-201-1/+4
* androidmedia: Also don't report warnings for queue/dequeue errors during flus...Sebastian Dröge2014-06-193-20/+42
* androidmedia: Don't consider input buffer queueing failures as an error durin...Sebastian Dröge2014-06-193-3/+18
* androidmedia: Clean up flushing code and don't consider output buffer releasi...Sebastian Dröge2014-06-193-11/+35
* androidmedia: Actually print the stacktrace into the error stringSebastian Dröge2014-06-021-0/+3
* androidmedia: Clear the exception before trying to call Java methods to conve...Sebastian Dröge2014-06-021-1/+6