summaryrefslogtreecommitdiff
path: root/sys/androidmedia/gstamc.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-20amc: Create JNI wrapper for MediaCodecListXavier Claessens1-10/+4
2019-08-20amc: Move MediaCodec JNI wrapper into its own moduleXavier Claessens1-62/+3
2016-01-22amc: Add an assertion for NULL GErrorsSebastian Dröge1-4/+8
2015-10-21androidmedia: Only allow GL output if the decoder has unknown color formatsMatthieu Bouron1-0/+1
2015-10-21androidmedia: Add support for GL output in amcvideodecMatthieu Bouron1-2/+4
2015-07-08androidmedia: Add support for H265/HEVCSebastian Dröge1-1/+5
2015-05-31androidmedia: Conditionally use get_{input,output}_buffer() Android 21 APIsSebastian Dröge1-3/+5
2015-04-11amc: Use new JNI utils almost everywhereSebastian Dröge1-11/+6
2014-05-30androidmedia: Add exceptions from the Java API to error messages, and post mo...Sebastian Dröge1-0/+17
2014-05-30androidmedia: Add a GError argument to all amc methods and catch exceptions t...Sebastian Dröge1-25/+25
2014-05-27Revert "androidmedia: Place some const keywords in a few places"Sebastian Dröge1-2/+2
2014-05-26androidmedia: Place some const keywords in a few placesSebastian Dröge1-2/+2
2014-05-26androidmedia: add gst_amc_color_format_copyChen Jie1-0/+24
2014-05-26androidmedia: move create_src|sink_caps to gstamc.cChen Jie1-2/+4
2012-10-25androidmedia: Port to 1.0Sebastian Dröge1-4/+4
2012-10-15Add support for audio decoders, completely untested so farSebastian Dröge1-0/+4
2012-10-15Print the MediaFormats we get in the debug logsSebastian Dröge1-0/+2
2012-10-15Improve level/profile handlingSebastian Dröge1-1/+1
2012-10-15Add some more JNI wrappingSebastian Dröge1-1/+5
2012-10-15Implement basic wrapper around MediaCodec APISebastian Dröge1-17/+35
2012-10-15Some more WIPSebastian Dröge1-2/+85
2012-10-15Initial commitSebastian Dröge1-0/+34