summaryrefslogtreecommitdiff
path: root/libavcodec/v4l2_m2m.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/v4l2_m2m: log both v4l2 and av pixel formats during negotiationAman Karmani2023-01-101-2/+4
* avcodec/v4l2_m2m: Check if the file descriptor is valid before closingWujian(Chin)2022-07-011-1/+2
* avcodec/v4l2_m2m: Remove unused ff_v4l2_m2m_codec_full_reinitAndreas Rheinhardt2022-06-111-76/+0
* avcodec, avformat: Remove unnecessary inclusions of lavc/internal.hAndreas Rheinhardt2022-03-231-1/+0
* avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueuedAndriy Gelman2020-08-231-0/+1
* avcodec/v4l2_m2m: reindent after last commitAndriy Gelman2020-08-021-6/+6
* avcodec/v4l2_m2m: adapt to call close() on init failAndriy Gelman2020-08-021-0/+6
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-181-0/+8
* avcodec/v4l2_m2m: Avoid using intermediate bufferAndreas Rheinhardt2020-03-101-5/+3
* avcodec/v4l2_m2m: Fix typo in log message and cosmeticsAndriy Gelman2020-02-161-2/+2
* avcodec/v4l2_m2m: CosmeticsAndriy Gelman2020-02-011-5/+5
* avcodec/v4l2_m2m: Use consistent logging contextAndriy Gelman2020-02-011-9/+9
* avcodec/v4l2_m2m: Simplify capture buffer init checkAndriy Gelman2020-02-011-2/+2
* avcodec/v4l2_m2m: Fix indentationAndriy Gelman2019-11-011-1/+1
* avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman Gupta2019-09-101-25/+25
* avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices a...Aman Gupta2019-09-101-5/+5
* avcodec/v4l2_m2m: disable info logging during device probeAman Gupta2019-09-101-6/+7
* avcodec/v4l2_m2m: fix minor indentation issueAman Gupta2019-09-021-1/+1
* avcodec/v4l2_m2m: use log_ctx variable consistentlyAman Gupta2019-09-021-2/+2
* avcodec/v4l2_m2m: log planar mode used by driverAman Gupta2019-09-021-1/+3
* avcodec/v4l2_m2m: remove trailing whitespace in output identifierAman Gupta2019-09-021-1/+1
* avcodec/v4l2_m2m: log requested pixel formatsAman Gupta2019-09-021-0/+11
* lavc/v4l2_m2m: don't close the file descriptor we don't ownPavel Koshevoy2019-09-021-0/+1
* v4l2_m2m: Fix free of the wrong pointer in an error pathMark Thompson2018-01-211-1/+1
* avcodec: v4l2_m2m: fix races around freeing data on closeMark Thompson2018-01-211-35/+58
* libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz2017-09-231-0/+383