summaryrefslogtreecommitdiff
path: root/libavcodec/v4l2_m2m_dec.c
Commit message (Expand)AuthorAge
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/v4l2_m2m_dec: dequeue frame if input isn't readyCameron Gutman2021-12-28
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/v4l2_m2m: adapt to call close() on init failAndriy Gelman2020-08-02
* avcodec/v4l2_m2m_dec: remove redundant packet and fix double freeAndriy Gelman2020-07-16
* avcodec/v4l2_m2m: handle v4l2 end of stream eventMing Qian2020-04-14
* avcodec/v4l2_m2m_dec: Init reserved bytes to zero before ioctl callAndriy Gelman2020-03-31
* avcodec/v4l2_m2m: CosmeticsAndriy Gelman2020-02-01
* avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4Andriy Gelman2019-11-22
* avcodec/filter: Remove extra '; ' outside of functionsAndreas Rheinhardt2019-10-07
* avcodec/v4l2_m2m_dec: fix compileAman Gupta2019-09-11
* avcodec/v4l2_m2m_dec: fix dropped packets while decodingMaxime Jourdan2019-09-11
* avcodec/v4l2_context: expose timeout for dequeue_frameAman Gupta2019-09-11
* avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTSAman Gupta2019-09-11
* avcodec/v4l2_m2m_dec: fix indentation and add M2MDEC_CLASS macroLukas Rusak2019-09-10
* avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman Gupta2019-09-10
* avcodec/v4l2_context: use EAGAIN to signal when input buffers are unavailableAman Gupta2019-09-02
* avcodec/v4l2m2m: fix error handling during buffer initJorge Ramirez-Ortiz2019-09-02
* avcodec/v4l2_m2m_dec: Fix memleak on ff_v4l2_m2m_codec_init() failureMichael Niedermayer2019-06-12
* v4l2_m2m: decoder: fix memory leakLukas Rusak2018-06-27
* v4l2_m2m: Mark V4L2 M2M decoders as unsuitable for probingMark Thompson2018-06-03
* 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
* libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz2017-09-23