| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+2 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -8/+8 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/v4l2_m2m_enc: reindent after previous commit | Andriy Gelman | 2020-08-23 | 1 | -5/+5 |
* | avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueued | Andriy Gelman | 2020-08-23 | 1 | -2/+6 |
* | avcodec/v4l2_m2m: adapt to call close() on init fail | Andriy Gelman | 2020-08-02 | 1 | -0/+1 |
* | avcodec/encode: restructure the core encoding code | James Almer | 2020-06-18 | 1 | -1/+14 |
* | avcodec/v4l2_m2m_enc: Avoid ;; | Andreas Rheinhardt | 2020-06-08 | 1 | -1/+1 |
* | avcodec: move mpeg4 profiles to profiles.h | Marton Balint | 2020-05-22 | 1 | -12/+22 |
* | avcodec/v4l2_m2m_enc: Support changing qmin/qmax | Andriy Gelman | 2020-05-05 | 1 | -4/+19 |
* | avcodec/v4l2_m2m_enc: reindent code | Limin Wang | 2020-05-05 | 1 | -10/+10 |
* | avcodec/v4l2_m2m_enc: Enable frame level rate control by default | Andriy Gelman | 2020-04-28 | 1 | -0/+1 |
* | avcodec/v4l2_m2m_enc: Reduce log verbosity for some params | Andriy Gelman | 2020-04-28 | 1 | -15/+21 |
* | avcodec/v4l2_m2m: handle v4l2 end of stream event | Ming Qian | 2020-04-14 | 1 | -0/+13 |
* | avcodec/v4l2_m2m: fix setting frame period | Ming Qian | 2020-03-31 | 1 | -1/+1 |
* | avcodec/v4l2_m2m: Fix typo in log message and cosmetics | Andriy Gelman | 2020-02-16 | 1 | -1/+1 |
* | avcodec/v4l2_m2m: Simplify capture buffer init check | Andriy Gelman | 2020-02-01 | 1 | -1/+1 |
* | 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 |