summaryrefslogtreecommitdiffstats
path: root/libavcodec/v4l2_m2m_dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud