summaryrefslogtreecommitdiff
path: root/libavcodec/v4l2_context.c
Commit message (Expand)AuthorAge
* avcodec/v4l2_context: remove reinit variableMing Qian2022-01-11
* avcodec/v4l2_context: send start decode command after dynamic resolution chan...Ming Qian2022-01-09
* avcodec/v4l2_context: don't reinit output queue on dynamic resolution change ...Ming Qian2022-01-09
* avcodec/v4l2_context: return EAGAIN to signal full buffersAndriy Gelman2020-08-16
* avcodec/v4l2_context: Finish draining if V4L2_BUF_FLAG_LAST is setAndriy Gelman2020-05-09
* avcodec/v4l2_context: Drop empty packet while drainingAndriy Gelman2020-05-09
* avcodec/v4l2_context: Log warning when all capture buffers are in userspaceAndriy Gelman2020-04-30
* avcodec/v4l2_m2m: handle v4l2 end of stream eventMing Qian2020-04-14
* avcodec/v4l2_context: Use av_freep()Andriy Gelman2020-04-08
* lavc/v4l2_context: fix compile warning for incompatible pointer typeLinjie Fu2020-02-28
* avcodec/v4l2_m2m: Use consistent logging contextAndriy Gelman2020-02-01
* avcodec:v4l2_context: Remove NULL initializationAndriy Gelman2020-02-01
* avcodec/v4l2_context: Use AVERROR macroAndriy Gelman2020-01-14
* avcodec/v4l2_context: Fix indentationAndriy Gelman2019-11-22
* avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAPMaxime Jourdan2019-09-11
* avcodec/v4l2_context: expose timeout for dequeue_frameAman Gupta2019-09-11
* 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_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_context: return {decoder,encoder}_cmd errorsAman Gupta2019-09-02
* avcodec/v4l2_context: log VIDIOC_REQBUFS failuresAman Gupta2019-09-02
* avcodec: v4l2_context: remove unnecessary codeJorge Ramirez-Ortiz2018-01-23
* avcodec: v4l2_m2m: context: fix raising warning on POLLERRJorge Ramirez-Ortiz2018-01-21
* avcodec: v4l2_m2m: remove unnecessary timeout.Jorge Ramirez-Ortiz2018-01-21
* lavc/v4l2_context: Change the type of the ioctl cmd to uint32_t.Carl Eugen Hoyos2017-11-05
* avcodec/v4l2: set sizeimage param for non-raw buffers [fixes #6716]Jorge Ramirez-Ortiz2017-10-04
* avcodec/v4l2_context: Reduce spelling variationsMichael Niedermayer2017-10-01
* libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz2017-09-23