summaryrefslogtreecommitdiff
path: root/libavcodec/v4l2_context.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec/v4l2_context: remove reinit variableMing Qian2022-01-111-20/+11
* avcodec/v4l2_context: send start decode command after dynamic resolution chan...Ming Qian2022-01-091-0/+18
* avcodec/v4l2_context: don't reinit output queue on dynamic resolution change ...Ming Qian2022-01-091-25/+2
* avcodec/v4l2_context: return EAGAIN to signal full buffersAndriy Gelman2020-08-161-1/+1
* avcodec/v4l2_context: Finish draining if V4L2_BUF_FLAG_LAST is setAndriy Gelman2020-05-091-0/+4
* avcodec/v4l2_context: Drop empty packet while drainingAndriy Gelman2020-05-091-0/+9
* avcodec/v4l2_context: Log warning when all capture buffers are in userspaceAndriy Gelman2020-04-301-0/+12
* avcodec/v4l2_m2m: handle v4l2 end of stream eventMing Qian2020-04-141-0/+6
* avcodec/v4l2_context: Use av_freep()Andriy Gelman2020-04-081-4/+2
* lavc/v4l2_context: fix compile warning for incompatible pointer typeLinjie Fu2020-02-281-1/+1
* avcodec/v4l2_m2m: Use consistent logging contextAndriy Gelman2020-02-011-1/+1
* avcodec:v4l2_context: Remove NULL initializationAndriy Gelman2020-02-011-3/+3
* avcodec/v4l2_context: Use AVERROR macroAndriy Gelman2020-01-141-2/+2
* avcodec/v4l2_context: Fix indentationAndriy Gelman2019-11-221-2/+2
* avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAPMaxime Jourdan2019-09-111-0/+20
* avcodec/v4l2_context: expose timeout for dequeue_frameAman Gupta2019-09-111-3/+3
* avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman Gupta2019-09-101-4/+5
* avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices a...Aman Gupta2019-09-101-2/+2
* 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-3/+16
* avcodec/v4l2_context: return {decoder,encoder}_cmd errorsAman Gupta2019-09-021-0/+4
* avcodec/v4l2_context: log VIDIOC_REQBUFS failuresAman Gupta2019-09-021-1/+3
* avcodec: v4l2_context: remove unnecessary codeJorge Ramirez-Ortiz2018-01-231-3/+1
* avcodec: v4l2_m2m: context: fix raising warning on POLLERRJorge Ramirez-Ortiz2018-01-211-1/+11
* avcodec: v4l2_m2m: remove unnecessary timeout.Jorge Ramirez-Ortiz2018-01-211-25/+36
* lavc/v4l2_context: Change the type of the ioctl cmd to uint32_t.Carl Eugen Hoyos2017-11-051-1/+1
* avcodec/v4l2: set sizeimage param for non-raw buffers [fixes #6716]Jorge Ramirez-Ortiz2017-10-041-2/+26
* avcodec/v4l2_context: Reduce spelling variationsMichael Niedermayer2017-10-011-2/+2
* libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz2017-09-231-0/+667