summaryrefslogtreecommitdiff
path: root/sys/androidmedia
Commit message (Expand)AuthorAgeFilesLines
* androidmedia: added path /system/vendor/etc to dependencyRoman Shpuntov2019-05-031-2/+2
* androidmedia: add Hardware tag to element metadataTim-Philipp Müller2019-02-193-3/+3
* androidmedia: also install java sourcesMatthew Waters2018-12-071-0/+10
* Run gst-indent through the filesJordan Petridis2018-11-281-52/+70
* androidmedia/meson: we also depend on gmodule and orcMatthew Waters2018-08-311-1/+1
* meson: Add build files for androidmedia and openslesNirbheek Chauhan2018-08-291-0/+41
* androidmedia: Invert the transform matrix from the decoderJan Schmidt2018-06-151-1/+64
* ahc: enable autofocus callbackJustin Kim2018-01-261-3/+3
* gl: update plugins to use GstGL from -baseTim-Philipp Müller2017-12-191-3/+3
* androidmedia: when flushing, better handle IllegalStateException received fro...Ursula Maplehurst2017-12-063-15/+30
* amc: actually use the provided application class loaderMatthew Waters2017-09-053-5/+12
* amcvideodec: Unref downstream caps after usageSebastian Dröge2017-05-181-0/+2
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* amcvideodec/enc: Correctly check for no PTS on input buffersshakin chou2017-04-262-2/+4
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-122-21/+18
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-131-1/+1
* amcvideoenc: Encoder output is generally not properly parsedSebastian Dröge2017-02-081-3/+2
* amcvideoenc: Set timestamps on header buffers tooSebastian Dröge2017-02-081-0/+3
* amcvideoenc: Encoded H264 is generally not AU alignedSebastian Dröge2017-02-081-2/+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 Opus in the decoderSebastian Dröge2017-01-052-0/+7
* androidmedia: Silently skip COLOR_FormatAndroidOpaque when converting to capsSebastian Dröge2017-01-051-0/+5
* androidmedia: Add support for VP9Sebastian Dröge2017-01-043-0/+13
* androidmedia: Actively request the Java VM from the applicationSebastian Dröge2017-01-031-0/+29
* androidmedia: some files are missing in the release tarballUrsula Maplehurst2016-12-301-1/+5
* amcaudiodec: Set "is-adts" to 1 for ADTS AACSebastian Dröge2016-12-151-0/+15
* amc: Allow registering codecs, camera or sensors if any of the others failedSebastian Dröge2016-11-081-24/+47
* ahs: Don't assert on deinit if initialization failed beforeSebastian Dröge2016-11-081-3/+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-263-9/+3
* amc: Fix call to realloc() to allocate the correct size of itemsSebastian Dröge2016-08-081-1/+2
* androidmedia: Run gst-indent over everything once againSebastian Dröge2016-08-013-145/+220
* amc: If we find multiple codecs with the same name, just merge themSebastian Dröge2016-08-011-3/+35
* amc: Use a GQueue for O(1) append instead of a GListSebastian Dröge2016-08-011-6/+6
* amc: Print generated raw/encoded caps in debug logsSebastian Dröge2016-07-291-0/+4
* new plugin: Android hardware sensor sourceMartin Kelly2016-07-148-1/+1982
* 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