summaryrefslogtreecommitdiff
path: root/libavcodec/v4l2_m2m_dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/v4l2m2m: allow lower minimum buffer valuesLukas Rusak2023-01-101-1/+1
* 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: 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/v4l2_m2m_dec: dequeue frame if input isn't readyCameron Gutman2021-12-281-2/+6
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/v4l2_m2m: adapt to call close() on init failAndriy Gelman2020-08-021-8/+2
* avcodec/v4l2_m2m_dec: remove redundant packet and fix double freeAndriy Gelman2020-07-161-22/+15
* avcodec/v4l2_m2m: handle v4l2 end of stream eventMing Qian2020-04-141-0/+7
* avcodec/v4l2_m2m_dec: Init reserved bytes to zero before ioctl callAndriy Gelman2020-03-311-1/+1
* avcodec/v4l2_m2m: CosmeticsAndriy Gelman2020-02-011-1/+1
* avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4Andriy Gelman2019-11-221-1/+1
* avcodec/filter: Remove extra '; ' outside of functionsAndreas Rheinhardt2019-10-071-1/+1
* avcodec/v4l2_m2m_dec: fix compileAman Gupta2019-09-111-0/+1
* avcodec/v4l2_m2m_dec: fix dropped packets while decodingMaxime Jourdan2019-09-111-5/+16
* avcodec/v4l2_context: expose timeout for dequeue_frameAman Gupta2019-09-111-1/+1
* avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTSAman Gupta2019-09-111-0/+1
* avcodec/v4l2_m2m_dec: fix indentation and add M2MDEC_CLASS macroLukas Rusak2019-09-101-22/+23
* avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman Gupta2019-09-101-4/+10
* avcodec/v4l2_context: use EAGAIN to signal when input buffers are unavailableAman Gupta2019-09-021-1/+1
* avcodec/v4l2m2m: fix error handling during buffer initJorge Ramirez-Ortiz2019-09-021-2/+7
* avcodec/v4l2_m2m_dec: Fix memleak on ff_v4l2_m2m_codec_init() failureMichael Niedermayer2019-06-121-0/+4
* v4l2_m2m: decoder: fix memory leakLukas Rusak2018-06-271-1/+4
* v4l2_m2m: Mark V4L2 M2M decoders as unsuitable for probingMark Thompson2018-06-031-1/+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
* libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz2017-09-231-0/+228