| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/v4l2: fix compile with older videodev2.h | Aman Gupta | 2019-09-15 | 1 | -0/+8 |
* | avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAP | Maxime Jourdan | 2019-09-11 | 1 | -1/+2 |
* | avcodec/v4l2_buffers: use correct timebase for encoder/decoder | Aman Gupta | 2019-09-11 | 1 | -6/+12 |
* | avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTS | Aman Gupta | 2019-09-11 | 1 | -0/+1 |
* | avcodec/v4l2_buffers: read height/width from the proper context | Aman Gupta | 2019-09-11 | 1 | -3/+2 |
* | avcodec/v4l2_buffers: split out v4l2_buf_increase_ref helper | Lukas Rusak | 2019-09-10 | 1 | -13/+23 |
* | avcodec/v4l2_buffers: split out V4L2Buffer generation into helper method | Aman Gupta | 2019-09-10 | 1 | -9/+14 |
* | avcodec/v4l2_buffers: split out AVFrame generation into helper method | Aman Gupta | 2019-09-10 | 1 | -31/+45 |
* | avcodec/v4l2_buffers: teach ff_v4l2_buffer_avframe_to_buf about contiguous pl... | Aman Gupta | 2019-09-10 | 1 | -8/+53 |
* | avcodec/v4l2_buffers: Add handling for NV21 and YUV420P | Dave Stevenson | 2019-09-10 | 1 | -0/+9 |
* | avcodec/v4l2_buffers: return int64_t in v4l2_get_pts | Lukas Rusak | 2019-09-02 | 1 | -1/+1 |
* | avcodec/v4l2_buffers: fix minor typos and whitespace | Aman Gupta | 2019-09-02 | 1 | -2/+2 |
* | v4l2_m2m: Fix integer overflow in timestamp handling | Mark Thompson | 2018-01-22 | 1 | -1/+2 |
* | avcodec: v4l2_m2m: remove unnecessary timeout. | Jorge Ramirez-Ortiz | 2018-01-21 | 1 | -2/+8 |
* | avcodec: v4l2_m2m: fix races around freeing data on close | Mark Thompson | 2018-01-21 | 1 | -12/+20 |
* | avcodec/v4l2: fix single plane decoding | Jorge Ramirez-Ortiz | 2017-10-06 | 1 | -2/+12 |
* | libavcodec: v4l2: add support for v4l2 mem2mem codecs | Jorge Ramirez-Ortiz | 2017-09-23 | 1 | -0/+453 |