summaryrefslogtreecommitdiff
path: root/sys/androidmedia/gstamcvideoenc.h
Commit message (Collapse)AuthorAgeFilesLines
* androidmedia: Conditionally use get_{input,output}_buffer() Android 21 APIsSebastian Dröge2015-05-311-2/+0
| | | | | Also properly set limit/position on byte buffer, some codecs prefer to have correct values there.
* androidmedia: Fix draining logic to let the base class handle EOS eventsSebastian Dröge2014-08-141-3/+2
| | | | https://bugzilla.gnome.org//show_bug.cgi?id=734775
* androidmedia: add gst_amc_color_format_copyChen Jie2014-05-261-2/+3
| | | | | | gst_amc_color_format_copy will copy in/out a frame resides at a GstAmcBuffer. Lots of codes in gst_amc_video_*_fill_buffer are moved to this new function.
* androidmedia: add support for video encodingChen Jie2014-05-231-0/+98
https://bugzilla.gnome.org/show_bug.cgi?id=705129