summaryrefslogtreecommitdiff
path: root/sys/androidmedia/gstamcvideoenc.c
Commit message (Expand)AuthorAgeFilesLines
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-1/+1
* androidmedia: Support float i-frame-intervalJan Schmidt2020-02-091-3/+37
* androidmedia: Allow dynamic bitrate changes on Android >= 19Jan Schmidt2020-02-091-3/+35
* androidmedia: Handle force-keyunit requestsJan Schmidt2020-02-091-0/+10
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-4/+4
* amc: Select between encoder/decoder at GstAmcCodec construct timeXavier Claessens2019-08-201-2/+2
* androidmedia: add Hardware tag to element metadataTim-Philipp Müller2019-02-191-1/+1
* androidmedia: when flushing, better handle IllegalStateException received fro...Ursula Maplehurst2017-12-061-6/+11
* amcvideodec/enc: Correctly check for no PTS on input buffersshakin chou2017-04-261-1/+2
* 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: Add support for VP9Sebastian Dröge2017-01-041-0/+4
* 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