summaryrefslogtreecommitdiffstats
path: root/libavcodec/v4l2_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/v4l2: fix compile with older videodev2.hAman Gupta2019-09-151-0/+8
* avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAPMaxime Jourdan2019-09-111-1/+2
* avcodec/v4l2_buffers: use correct timebase for encoder/decoderAman Gupta2019-09-111-6/+12
* avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTSAman Gupta2019-09-111-0/+1
* avcodec/v4l2_buffers: read height/width from the proper contextAman Gupta2019-09-111-3/+2
* avcodec/v4l2_buffers: split out v4l2_buf_increase_ref helperLukas Rusak2019-09-101-13/+23
* avcodec/v4l2_buffers: split out V4L2Buffer generation into helper methodAman Gupta2019-09-101-9/+14
* avcodec/v4l2_buffers: split out AVFrame generation into helper methodAman Gupta2019-09-101-31/+45
* avcodec/v4l2_buffers: teach ff_v4l2_buffer_avframe_to_buf about contiguous pl...Aman Gupta2019-09-101-8/+53
* avcodec/v4l2_buffers: Add handling for NV21 and YUV420PDave Stevenson2019-09-101-0/+9
* avcodec/v4l2_buffers: return int64_t in v4l2_get_ptsLukas Rusak2019-09-021-1/+1
* avcodec/v4l2_buffers: fix minor typos and whitespaceAman Gupta2019-09-021-2/+2
* v4l2_m2m: Fix integer overflow in timestamp handlingMark Thompson2018-01-221-1/+2
* avcodec: v4l2_m2m: remove unnecessary timeout.Jorge Ramirez-Ortiz2018-01-211-2/+8
* avcodec: v4l2_m2m: fix races around freeing data on closeMark Thompson2018-01-211-12/+20
* avcodec/v4l2: fix single plane decodingJorge Ramirez-Ortiz2017-10-061-2/+12
* libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz2017-09-231-0/+453
OpenPOWER on IntegriCloud