summaryrefslogtreecommitdiff
path: root/libavcodec/v4l2_m2m_enc.c
Commit message (Expand)AuthorAge
* avcodec/v4l2: fix compile with older videodev2.hAman Gupta2019-09-15
* avcodec/v4l2_m2m_enc: fix indentation and add M2MENC_CLASS macroAman Gupta2019-09-10
* avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman Gupta2019-09-10
* avcodec/v4l2_m2m_enc: add support for -force_key_framesAman Gupta2019-09-10
* avcodec/v4l2_m2m_enc: fix typo in log messageAman Gupta2019-09-02
* avcodec/v4l2_m2m_enc: log errno on v4l2_set_ext_ctrl failuresAman Gupta2019-09-02
* lavc/v4l2_m2m_enc: Add missing braces around initializers.Carl Eugen Hoyos2018-08-31
* avcodec: v4l2_m2m: fix races around freeing data on closeMark Thompson2018-01-21
* v4l_m2m: add missing AV_CODEC_CAP_DELAY flagswm42017-12-21
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* avcodec/v4l2_m2m_enc: fix usage of deprecated codec flagJames Almer2017-10-21
* lavc/v4l2: Fix printf format for int64_tMark Thompson2017-10-05
* lavc/v4l2: Mark static const tables as suchMark Thompson2017-10-04
* lavc/v4l2: Remove use of lfind()Mark Thompson2017-10-04
* libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz2017-09-23