Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-30avcodec/v4l2_buffers: don't prevent enqueue capture buffer to driverMing Qian
2019-11-02avcodec/v4l2_buffers: Fix infinite loopAndriy Gelman
2019-09-15avcodec/v4l2: fix compile with older videodev2.hAman Gupta
2019-09-11avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAPMaxime Jourdan
2019-09-11avcodec/v4l2_buffers: use correct timebase for encoder/decoderAman Gupta
2019-09-11avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTSAman Gupta
2019-09-11avcodec/v4l2_buffers: read height/width from the proper contextAman Gupta
2019-09-11avcodec/v4l2_buffers: split out v4l2_buf_increase_ref helperLukas Rusak
2019-09-11avcodec/v4l2_buffers: split out V4L2Buffer generation into helper methodAman Gupta
2019-09-11avcodec/v4l2_buffers: split out AVFrame generation into helper methodAman Gupta
2019-09-11avcodec/v4l2_buffers: teach ff_v4l2_buffer_avframe_to_buf about contiguous pl...Aman Gupta
2019-09-11avcodec/v4l2_buffers: Add handling for NV21 and YUV420PDave Stevenson
2019-09-03avcodec/v4l2_buffers: return int64_t in v4l2_get_ptsLukas Rusak
2019-09-03avcodec/v4l2_buffers: fix minor typos and whitespaceAman Gupta
2018-01-22v4l2_m2m: Fix integer overflow in timestamp handlingMark Thompson
2018-01-21avcodec: v4l2_m2m: remove unnecessary timeout.Jorge Ramirez-Ortiz
2018-01-21avcodec: v4l2_m2m: fix races around freeing data on closeMark Thompson
2017-10-07avcodec/v4l2: fix single plane decodingJorge Ramirez-Ortiz
2017-09-23libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz