Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-17avcodec/mediacodec: link to related documentationMarvin Scholz
2022-10-17avcodec/mediacodec: use inline code for coderefsMarvin Scholz
Avoids doxy to interpret these as internal references forced by the # character, fixing the warnings: warning: explicit link request to 'nanoTime()' could not be resolved warning: explicit link request to 'releaseOutputBuffer(int,long)' could not be resolved
2018-10-12avcodec/mediacodec: add av_mediacodec_render_buffer_at_time()Aman Gupta
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>
2016-07-08lavc: add mediacodec hwaccel supportMatthieu Bouron