summaryrefslogtreecommitdiff
path: root/libavcodec/mediacodec.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/mediacodec: add av_mediacodec_render_buffer_at_time()Aman Gupta2018-10-111-0/+13
| | | | | | | | | | The existing av_mediacodec_release_buffer allows the user to render or discard the Surface-backed frame. This new method allows the user to control exactly when the frame will be rendered to its SurfaceView. Available since Android API 21. Signed-off-by: Aman Gupta <aman@tmm1.net>
* lavc: add mediacodec hwaccel supportMatthieu Bouron2016-07-081-0/+88