summaryrefslogtreecommitdiff
path: root/libavcodec/v4l2_m2m.c
Commit message (Expand)AuthorAge
* avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueuedAndriy Gelman2020-08-23
* avcodec/v4l2_m2m: reindent after last commitAndriy Gelman2020-08-02
* 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: Avoid using intermediate bufferAndreas Rheinhardt2020-03-10
* avcodec/v4l2_m2m: Fix typo in log message and cosmeticsAndriy Gelman2020-02-16
* avcodec/v4l2_m2m: CosmeticsAndriy Gelman2020-02-01
* avcodec/v4l2_m2m: Use consistent logging contextAndriy Gelman2020-02-01
* avcodec/v4l2_m2m: Simplify capture buffer init checkAndriy Gelman2020-02-01
* avcodec/v4l2_m2m: Fix indentationAndriy Gelman2019-11-01
* avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman Gupta2019-09-10
* avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices a...Aman Gupta2019-09-10
* avcodec/v4l2_m2m: disable info logging during device probeAman Gupta2019-09-10
* avcodec/v4l2_m2m: fix minor indentation issueAman Gupta2019-09-02
* avcodec/v4l2_m2m: use log_ctx variable consistentlyAman Gupta2019-09-02
* avcodec/v4l2_m2m: log planar mode used by driverAman Gupta2019-09-02
* avcodec/v4l2_m2m: remove trailing whitespace in output identifierAman Gupta2019-09-02
* avcodec/v4l2_m2m: log requested pixel formatsAman Gupta2019-09-02
* lavc/v4l2_m2m: don't close the file descriptor we don't ownPavel Koshevoy2019-09-02
* v4l2_m2m: Fix free of the wrong pointer in an error pathMark Thompson2018-01-21
* avcodec: v4l2_m2m: fix races around freeing data on closeMark Thompson2018-01-21
* libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz2017-09-23