summaryrefslogtreecommitdiff
path: root/sys/androidmedia/gstamc.c
Commit message (Expand)AuthorAgeFilesLines
* amcvideodec: Implement support for COLOR_QCOM_FormatYVU420SemiPlanar32mMultiV...Sebastian Dröge2015-10-201-0/+3
* androidmedia: Add support for H265/HEVCSebastian Dröge2015-07-081-1/+172
* amc: fix check whether we managed to acquire a bufferVineeth TM2015-07-021-1/+1
* androidmedia: Prefer software codecs over hardware codecs for audioSebastian Dröge2015-06-181-2/+4
* 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-311-7/+212
* androidmedia: Add suport for COLOR_FormatYV12Matthieu Bouron2015-05-041-1/+3
* androidmedia: Fix slice-height for Tegra 3 devicesMatthieu Bouron2015-05-041-1/+1
* androidmedia: Add support for COLOR_FormatYUV420FlexibleEdward Hervey2015-05-041-1/+3
* androidmedia: Add suport for Intel color formatsEdward Hervey2015-05-041-0/+16
* amc: Use new JNI utils almost everywhereSebastian Dröge2015-04-111-515/+171
* androidmedia: Add more JNI helper functionsMatthieu Bouron2015-03-151-1/+1
* androidmedia: Split jni code to gstjniutils.cMatthieu Bouron2015-03-151-581/+143
* androidmedia: Fix calculation of the frame size for COLOR_FormatYUV420PlanarSebastian Dröge2014-10-021-1/+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: 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
* androidmedia: Fix crashes when loading the plugin in a standalone application...Sebastian Dröge2014-06-021-0/+43
* androidmedia: Add exceptions from the Java API to error messages, and post mo...Sebastian Dröge2014-05-301-6/+6
* androidmedia: Add a GError argument to all amc methods and catch exceptions t...Sebastian Dröge2014-05-301-130/+228
* androidmedia: Describe exceptions happening when scanning all codecsSebastian Dröge2014-05-301-37/+106
* androidmedia: Add API to convert an exception into a stringSebastian Dröge2014-05-301-0/+197
* Revert "androidmedia: Place some const keywords in a few places"Sebastian Dröge2014-05-271-2/+2
* androidmedia: Place some const keywords in a few placesSebastian Dröge2014-05-261-2/+2
* androidmedia: add gst_amc_color_format_copyChen Jie2014-05-261-0/+410
* androidmedia: move create_src|sink_caps to gstamc.cChen Jie2014-05-261-13/+468
* androidmedia: Add a new QCOM color formatJorge Zapata2014-05-231-0/+1
* androidmedia: First try to get symbols from the current program, then load li...Sebastian Dröge2014-05-231-17/+32
* androidmedia: add support for video encodingChen Jie2014-05-231-2/+6
* androidmedia: Add new color format, and enhance debug outputJan Schmidt2013-12-311-6/+9
* androidmedia: fix rank for more software decodersAndoni Morales Alastruey2013-10-311-2/+4
* androidmedia: make gst_amc_avc_profile_from_string recognize alt nameChen Jie2013-10-181-1/+3
* androidmedia: add support for a new qualcomm colorspaceJorge Luis Zapata2013-09-031-1/+2
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-1/+1
* androidmedia: Hacks for HuaweiMediaPad which reports wrong color formatChen Jie2013-06-071-0/+7
* androidmedia: Skip Aricent codecs for nowSebastian Dröge2012-11-011-0/+6
* androidmedia: Port to 1.0Sebastian Dröge2012-10-251-39/+29
* androidmedia: Rename pluginSebastian Dröge2012-10-151-4/+4
* Don't try to use the NVidia DRM codecsSebastian Dröge2012-10-151-0/+7
* Add some more default channel layouts, these should be good for AAC at leastSebastian Dröge2012-10-151-8/+38
* Ignore the *law and Vorbis decodersSebastian Dröge2012-10-151-1/+13
* Remove some obsolete FIXMEsSebastian Dröge2012-10-151-4/+3
* Add support for audio decoders, completely untested so farSebastian Dröge2012-10-151-0/+105
* Ignore codecs with unknown color formats for stability purposesSebastian Dröge2012-10-151-1/+68