summaryrefslogtreecommitdiff
path: root/libavcodec/v4l2_m2m_enc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-1/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/v4l2_m2m_enc: reindent after previous commitAndriy Gelman2020-08-231-5/+5
* avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueuedAndriy Gelman2020-08-231-2/+6
* avcodec/v4l2_m2m: adapt to call close() on init failAndriy Gelman2020-08-021-0/+1
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-181-1/+14
* avcodec/v4l2_m2m_enc: Avoid ;;Andreas Rheinhardt2020-06-081-1/+1
* avcodec: move mpeg4 profiles to profiles.hMarton Balint2020-05-221-12/+22
* avcodec/v4l2_m2m_enc: Support changing qmin/qmaxAndriy Gelman2020-05-051-4/+19
* avcodec/v4l2_m2m_enc: reindent codeLimin Wang2020-05-051-10/+10
* avcodec/v4l2_m2m_enc: Enable frame level rate control by defaultAndriy Gelman2020-04-281-0/+1
* avcodec/v4l2_m2m_enc: Reduce log verbosity for some paramsAndriy Gelman2020-04-281-15/+21
* avcodec/v4l2_m2m: handle v4l2 end of stream eventMing Qian2020-04-141-0/+13
* avcodec/v4l2_m2m: fix setting frame periodMing Qian2020-03-311-1/+1
* avcodec/v4l2_m2m: Fix typo in log message and cosmeticsAndriy Gelman2020-02-161-1/+1
* avcodec/v4l2_m2m: Simplify capture buffer init checkAndriy Gelman2020-02-011-1/+1
* avcodec/v4l2_m2m_enc: Check encoder pix_fmt matches pix_fmt on deviceAndriy Gelman2019-12-271-0/+15
* avcodec/v4l2: fix compile with older videodev2.hAman Gupta2019-09-151-0/+2
* avcodec/v4l2_m2m_enc: fix indentation and add M2MENC_CLASS macroAman Gupta2019-09-101-21/+23
* avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman Gupta2019-09-101-3/+10
* avcodec/v4l2_m2m_enc: add support for -force_key_framesAman Gupta2019-09-101-0/+3
* avcodec/v4l2_m2m_enc: fix typo in log messageAman Gupta2019-09-021-1/+1
* avcodec/v4l2_m2m_enc: log errno on v4l2_set_ext_ctrl failuresAman Gupta2019-09-021-2/+2
* lavc/v4l2_m2m_enc: Add missing braces around initializers.Carl Eugen Hoyos2018-08-311-2/+2
* avcodec: v4l2_m2m: fix races around freeing data on closeMark Thompson2018-01-211-8/+14
* v4l_m2m: add missing AV_CODEC_CAP_DELAY flagswm42017-12-211-1/+1
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+2
* avcodec/v4l2_m2m_enc: fix usage of deprecated codec flagJames Almer2017-10-211-1/+1
* lavc/v4l2: Fix printf format for int64_tMark Thompson2017-10-051-1/+1
* lavc/v4l2: Mark static const tables as suchMark Thompson2017-10-041-2/+2
* lavc/v4l2: Remove use of lfind()Mark Thompson2017-10-041-20/+12
* libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz2017-09-231-0/+352