summaryrefslogtreecommitdiff
path: root/libavcodec/v4l2_m2m_enc.c
Commit message (Expand)AuthorAge
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/v4l2_m2m_enc: reindent after previous commitAndriy Gelman2020-08-23
* avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueuedAndriy Gelman2020-08-23
* avcodec/v4l2_m2m: adapt to call close() on init failAndriy Gelman2020-08-02
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-18
* avcodec/v4l2_m2m_enc: Avoid ;;Andreas Rheinhardt2020-06-08
* avcodec: move mpeg4 profiles to profiles.hMarton Balint2020-05-22
* avcodec/v4l2_m2m_enc: Support changing qmin/qmaxAndriy Gelman2020-05-05
* avcodec/v4l2_m2m_enc: reindent codeLimin Wang2020-05-05
* avcodec/v4l2_m2m_enc: Enable frame level rate control by defaultAndriy Gelman2020-04-28
* avcodec/v4l2_m2m_enc: Reduce log verbosity for some paramsAndriy Gelman2020-04-28
* avcodec/v4l2_m2m: handle v4l2 end of stream eventMing Qian2020-04-14
* avcodec/v4l2_m2m: fix setting frame periodMing Qian2020-03-31
* avcodec/v4l2_m2m: Fix typo in log message and cosmeticsAndriy Gelman2020-02-16
* avcodec/v4l2_m2m: Simplify capture buffer init checkAndriy Gelman2020-02-01
* avcodec/v4l2_m2m_enc: Check encoder pix_fmt matches pix_fmt on deviceAndriy Gelman2019-12-27
* 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