| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/v4l2_context: return EAGAIN to signal full buffers | Andriy Gelman | 2020-08-16 | 1 | -1/+1 |
* | avcodec/v4l2_context: Finish draining if V4L2_BUF_FLAG_LAST is set | Andriy Gelman | 2020-05-09 | 1 | -0/+4 |
* | avcodec/v4l2_context: Drop empty packet while draining | Andriy Gelman | 2020-05-09 | 1 | -0/+9 |
* | avcodec/v4l2_context: Log warning when all capture buffers are in userspace | Andriy Gelman | 2020-04-30 | 1 | -0/+12 |
* | avcodec/v4l2_m2m: handle v4l2 end of stream event | Ming Qian | 2020-04-14 | 1 | -0/+6 |
* | avcodec/v4l2_context: Use av_freep() | Andriy Gelman | 2020-04-08 | 1 | -4/+2 |
* | lavc/v4l2_context: fix compile warning for incompatible pointer type | Linjie Fu | 2020-02-28 | 1 | -1/+1 |
* | avcodec/v4l2_m2m: Use consistent logging context | Andriy Gelman | 2020-02-01 | 1 | -1/+1 |
* | avcodec:v4l2_context: Remove NULL initialization | Andriy Gelman | 2020-02-01 | 1 | -3/+3 |
* | avcodec/v4l2_context: Use AVERROR macro | Andriy Gelman | 2020-01-14 | 1 | -2/+2 |
* | avcodec/v4l2_context: Fix indentation | Andriy Gelman | 2019-11-22 | 1 | -2/+2 |
* | avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAP | Maxime Jourdan | 2019-09-11 | 1 | -0/+20 |
* | avcodec/v4l2_context: expose timeout for dequeue_frame | Aman Gupta | 2019-09-11 | 1 | -3/+3 |
* | avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContext | Aman Gupta | 2019-09-10 | 1 | -4/+5 |
* | avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices a... | Aman Gupta | 2019-09-10 | 1 | -2/+2 |
* | avcodec/v4l2_context: use EAGAIN to signal when input buffers are unavailable | Aman Gupta | 2019-09-02 | 1 | -1/+1 |
* | avcodec/v4l2m2m: fix error handling during buffer init | Jorge Ramirez-Ortiz | 2019-09-02 | 1 | -3/+16 |
* | avcodec/v4l2_context: return {decoder,encoder}_cmd errors | Aman Gupta | 2019-09-02 | 1 | -0/+4 |
* | avcodec/v4l2_context: log VIDIOC_REQBUFS failures | Aman Gupta | 2019-09-02 | 1 | -1/+3 |
* | avcodec: v4l2_context: remove unnecessary code | Jorge Ramirez-Ortiz | 2018-01-23 | 1 | -3/+1 |
* | avcodec: v4l2_m2m: context: fix raising warning on POLLERR | Jorge Ramirez-Ortiz | 2018-01-21 | 1 | -1/+11 |
* | avcodec: v4l2_m2m: remove unnecessary timeout. | Jorge Ramirez-Ortiz | 2018-01-21 | 1 | -25/+36 |
* | lavc/v4l2_context: Change the type of the ioctl cmd to uint32_t. | Carl Eugen Hoyos | 2017-11-05 | 1 | -1/+1 |
* | avcodec/v4l2: set sizeimage param for non-raw buffers [fixes #6716] | Jorge Ramirez-Ortiz | 2017-10-04 | 1 | -2/+26 |
* | avcodec/v4l2_context: Reduce spelling variations | Michael Niedermayer | 2017-10-01 | 1 | -2/+2 |
* | libavcodec: v4l2: add support for v4l2 mem2mem codecs | Jorge Ramirez-Ortiz | 2017-09-23 | 1 | -0/+667 |