| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/v4l2_m2m_enc: Check encoder pix_fmt matches pix_fmt on device | Andriy Gelman | 2019-12-27 | 1 | -0/+15 |
* | avcodec/v4l2: fix compile with older videodev2.h | Aman Gupta | 2019-09-15 | 1 | -0/+2 |
* | avcodec/v4l2_m2m_enc: fix indentation and add M2MENC_CLASS macro | Aman Gupta | 2019-09-10 | 1 | -21/+23 |
* | avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContext | Aman Gupta | 2019-09-10 | 1 | -3/+10 |
* | avcodec/v4l2_m2m_enc: add support for -force_key_frames | Aman Gupta | 2019-09-10 | 1 | -0/+3 |
* | avcodec/v4l2_m2m_enc: fix typo in log message | Aman Gupta | 2019-09-02 | 1 | -1/+1 |
* | avcodec/v4l2_m2m_enc: log errno on v4l2_set_ext_ctrl failures | Aman Gupta | 2019-09-02 | 1 | -2/+2 |
* | lavc/v4l2_m2m_enc: Add missing braces around initializers. | Carl Eugen Hoyos | 2018-08-31 | 1 | -2/+2 |
* | avcodec: v4l2_m2m: fix races around freeing data on close | Mark Thompson | 2018-01-21 | 1 | -8/+14 |
* | v4l_m2m: add missing AV_CODEC_CAP_DELAY flags | wm4 | 2017-12-21 | 1 | -1/+1 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+2 |
* | avcodec/v4l2_m2m_enc: fix usage of deprecated codec flag | James Almer | 2017-10-21 | 1 | -1/+1 |
* | lavc/v4l2: Fix printf format for int64_t | Mark Thompson | 2017-10-05 | 1 | -1/+1 |
* | lavc/v4l2: Mark static const tables as such | Mark Thompson | 2017-10-04 | 1 | -2/+2 |
* | lavc/v4l2: Remove use of lfind() | Mark Thompson | 2017-10-04 | 1 | -20/+12 |
* | libavcodec: v4l2: add support for v4l2 mem2mem codecs | Jorge Ramirez-Ortiz | 2017-09-23 | 1 | -0/+352 |