summaryrefslogtreecommitdiff
path: root/sys/androidmedia/gstamcvideoenc.c
Commit message (Expand)AuthorAgeFilesLines
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* amcvideoenc: Do not call gst_object_unref on GstCapsXavier Claessens2016-06-061-3/+3
* amc: Correctly handle NULL input buffersSebastian Dröge2016-03-111-1/+10
* amc: MediaCodec::getOutputBuffer() can return NULL without exceptionSebastian Dröge2016-01-221-2/+19
* androidmedia: Add support for GL output in amcvideodecMatthieu Bouron2015-10-211-2/+2
* androidmedia: Fix debug statement (%d for a gsize argument)Edward Hervey2015-10-211-2/+3
* amcvideoenc: Always set i-frame-interval settingSebastian Dröge2015-07-291-3/+2
* androidmedia: Add support for H265/HEVCSebastian Dröge2015-07-081-1/+1
* androidmedia: Conditionally use get_{input,output}_buffer() Android 21 APIsSebastian Dröge2015-05-311-99/+66
* androidmedia: Make sure to unblock any thread waiting on the drain condition ...Sebastian Dröge2014-08-141-0/+24
* androidmedia: Fix draining logic to let the base class handle EOS eventsSebastian Dröge2014-08-141-60/+11
* amcvideoenc: Avoid leaking copy of caps objectSebastian Rasmussen2014-08-101-4/+1
* androidmedia: Also don't report warnings for queue/dequeue errors during flus...Sebastian Dröge2014-06-191-9/+14
* androidmedia: Don't consider input buffer queueing failures as an error durin...Sebastian Dröge2014-06-191-1/+6
* androidmedia: Clean up flushing code and don't consider output buffer releasi...Sebastian Dröge2014-06-191-4/+12
* androidmedia: Add exceptions from the Java API to error messages, and post mo...Sebastian Dröge2014-05-301-60/+137
* androidmedia: add gst_amc_color_format_copyChen Jie2014-05-261-153/+31
* androidmedia: move create_src|sink_caps to gstamc.cChen Jie2014-05-261-297/+9
* amcvideoenc: Unit of bitrate property is now bit/secChen Jie2014-05-261-4/+4
* androidmedia: add support for video encodingChen Jie2014-05-231-0/+2025