summaryrefslogtreecommitdiff
path: root/libavcodec/v4l2_buffers.c
Commit message (Expand)AuthorAge
* avcodec, avformat: Remove unnecessary inclusions of lavc/internal.hAndreas Rheinhardt2022-03-23
* avcodec/v4l2_buffers: remove unused function argumentAndriy Gelman2020-09-26
* avcodec/v4l2_buffers: don't prevent enqueue capture buffer to driverMing Qian2020-04-29
* avcodec/v4l2_buffers: Fix infinite loopAndriy Gelman2019-11-01
* avcodec/v4l2: fix compile with older videodev2.hAman Gupta2019-09-15
* avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAPMaxime Jourdan2019-09-11
* avcodec/v4l2_buffers: use correct timebase for encoder/decoderAman Gupta2019-09-11
* avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTSAman Gupta2019-09-11
* avcodec/v4l2_buffers: read height/width from the proper contextAman Gupta2019-09-11
* avcodec/v4l2_buffers: split out v4l2_buf_increase_ref helperLukas Rusak2019-09-10
* avcodec/v4l2_buffers: split out V4L2Buffer generation into helper methodAman Gupta2019-09-10
* avcodec/v4l2_buffers: split out AVFrame generation into helper methodAman Gupta2019-09-10
* avcodec/v4l2_buffers: teach ff_v4l2_buffer_avframe_to_buf about contiguous pl...Aman Gupta2019-09-10
* avcodec/v4l2_buffers: Add handling for NV21 and YUV420PDave Stevenson2019-09-10
* avcodec/v4l2_buffers: return int64_t in v4l2_get_ptsLukas Rusak2019-09-02
* avcodec/v4l2_buffers: fix minor typos and whitespaceAman Gupta2019-09-02
* v4l2_m2m: Fix integer overflow in timestamp handlingMark Thompson2018-01-22
* avcodec: v4l2_m2m: remove unnecessary timeout.Jorge Ramirez-Ortiz2018-01-21
* avcodec: v4l2_m2m: fix races around freeing data on closeMark Thompson2018-01-21
* avcodec/v4l2: fix single plane decodingJorge Ramirez-Ortiz2017-10-06
* libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz2017-09-23