summaryrefslogtreecommitdiff
path: root/sys/androidmedia
AgeCommit message (Expand)AuthorFilesLines
2018-08-31androidmedia/meson: we also depend on gmodule and orcMatthew Waters1-1/+1
2018-08-29meson: Add build files for androidmedia and openslesNirbheek Chauhan1-0/+41
2018-06-15androidmedia: Invert the transform matrix from the decoderJan Schmidt1-1/+64
2018-01-26ahc: enable autofocus callbackJustin Kim1-3/+3
2017-12-19gl: update plugins to use GstGL from -baseTim-Philipp Müller1-3/+3
2017-12-06androidmedia: when flushing, better handle IllegalStateException received fro...Ursula Maplehurst3-15/+30
2017-09-05amc: actually use the provided application class loaderMatthew Waters3-5/+12
2017-05-18amcvideodec: Unref downstream caps after usageSebastian Dröge1-0/+2
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-26amcvideodec/enc: Correctly check for no PTS on input buffersshakin chou2-2/+4
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-21/+18
2017-03-13gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters1-1/+1
2017-02-08amcvideoenc: Encoder output is generally not properly parsedSebastian Dröge1-3/+2
2017-02-08amcvideoenc: Set timestamps on header buffers tooSebastian Dröge1-0/+3
2017-02-08amcvideoenc: Encoded H264 is generally not AU alignedSebastian Dröge1-2/+1
2017-01-13androidmedia: Use proper instance nameEdward Hervey1-1/+1
2017-01-13amcvideodec: fix build error from change in libgstglMatthew Waters1-0/+2
2017-01-13gl: update sys dependants for function removalsMatthew Waters1-59/+7
2017-01-05androidmedia: Add support for Opus in the decoderSebastian Dröge2-0/+7
2017-01-05androidmedia: Silently skip COLOR_FormatAndroidOpaque when converting to capsSebastian Dröge1-0/+5
2017-01-04androidmedia: Add support for VP9Sebastian Dröge3-0/+13
2017-01-03androidmedia: Actively request the Java VM from the applicationSebastian Dröge1-0/+29
2016-12-30androidmedia: some files are missing in the release tarballUrsula Maplehurst1-1/+5
2016-12-15amcaudiodec: Set "is-adts" to 1 for ADTS AACSebastian Dröge1-0/+15
2016-11-08amc: Allow registering codecs, camera or sensors if any of the others failedSebastian Dröge1-24/+47
2016-11-08ahs: Don't assert on deinit if initialization failed beforeSebastian Dröge1-3/+2
2016-11-03gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters1-2/+2
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier3-9/+3
2016-08-08amc: Fix call to realloc() to allocate the correct size of itemsSebastian Dröge1-1/+2
2016-08-01androidmedia: Run gst-indent over everything once againSebastian Dröge3-145/+220
2016-08-01amc: If we find multiple codecs with the same name, just merge themSebastian Dröge1-3/+35
2016-08-01amc: Use a GQueue for O(1) append instead of a GListSebastian Dröge1-6/+6
2016-07-29amc: Print generated raw/encoded caps in debug logsSebastian Dröge1-0/+4
2016-07-14new plugin: Android hardware sensor sourceMartin Kelly8-1/+1982
2016-06-29glmemory: add the texture type to allocate to parametersMatthew Waters1-1/+2
2016-06-06ahcsrc: Avoid a div by 0 warningXavier Claessens1-1/+5
2016-06-06amcvideoenc: Do not call gst_object_unref on GstCapsXavier Claessens1-3/+3
2016-05-31androidmedia: fix error debug message when camera doesn't existTim-Philipp Müller1-3/+3
2016-05-31ahcsrc: release resources in 'finalize' functionJustin Kim1-8/+5
2016-05-20ahc: fix potential NULL derefMartin Kelly1-10/+12
2016-05-19ahc: fix typo in doc blurbMartin Kelly1-1/+1
2016-05-11amcaudiodec: Set layout=interleaved in raw audio capsSebastian Dröge1-1/+2
2016-05-06androidmeida: replace with new surfacetexture for ahcsrcJustin Kim8-216/+30
2016-03-30ahcsrc: There's no point in read-only CONSTRUCT propertiesSebastian Dröge1-2/+2
2016-03-24ahc: use g_slice_new instead of g_slice_new0Martin Kelly2-5/+4
2016-03-24ahcsrc: remove probe_propertiesJustin Kim2-166/+0
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+2
2016-03-24ahc: eliminate AHC*_CALL macrosMartin Kelly1-103/+589
2016-03-24ahc: use gst unref functionsMartin Kelly1-206/+157
2016-03-24ahc: use gst new object functionsMartin Kelly1-16/+28