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
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-01-12avcodec/v4l2_context: remove reinit variableMing Qian
2022-01-09avcodec/v4l2_context: send start decode command after dynamic resolution chan...Ming Qian
2022-01-09avcodec/v4l2_context: don't reinit output queue on dynamic resolution change ...Ming Qian
2020-08-17avcodec/v4l2_context: return EAGAIN to signal full buffersAndriy Gelman
2020-05-10avcodec/v4l2_context: Finish draining if V4L2_BUF_FLAG_LAST is setAndriy Gelman
2020-05-10avcodec/v4l2_context: Drop empty packet while drainingAndriy Gelman
2020-04-30avcodec/v4l2_context: Log warning when all capture buffers are in userspaceAndriy Gelman
2020-04-15avcodec/v4l2_m2m: handle v4l2 end of stream eventMing Qian
2020-04-09avcodec/v4l2_context: Use av_freep()Andriy Gelman
2020-02-28lavc/v4l2_context: fix compile warning for incompatible pointer typeLinjie Fu
2020-02-02avcodec/v4l2_m2m: Use consistent logging contextAndriy Gelman
2020-02-02avcodec:v4l2_context: Remove NULL initializationAndriy Gelman
2020-01-14avcodec/v4l2_context: Use AVERROR macroAndriy Gelman
2019-11-22avcodec/v4l2_context: Fix indentationAndriy Gelman
2019-09-11avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAPMaxime Jourdan
2019-09-11avcodec/v4l2_context: expose timeout for dequeue_frameAman Gupta
2019-09-11avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman Gupta
2019-09-11avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices a...Aman Gupta
2019-09-03avcodec/v4l2_context: use EAGAIN to signal when input buffers are unavailableAman Gupta
2019-09-03avcodec/v4l2m2m: fix error handling during buffer initJorge Ramirez-Ortiz
2019-09-03avcodec/v4l2_context: return {decoder,encoder}_cmd errorsAman Gupta
2019-09-03avcodec/v4l2_context: log VIDIOC_REQBUFS failuresAman Gupta
2018-01-23avcodec: v4l2_context: remove unnecessary codeJorge Ramirez-Ortiz
2018-01-21avcodec: v4l2_m2m: context: fix raising warning on POLLERRJorge Ramirez-Ortiz
2018-01-21avcodec: v4l2_m2m: remove unnecessary timeout.Jorge Ramirez-Ortiz
2017-11-05lavc/v4l2_context: Change the type of the ioctl cmd to uint32_t.Carl Eugen Hoyos
2017-10-05avcodec/v4l2: set sizeimage param for non-raw buffers [fixes #6716]Jorge Ramirez-Ortiz
2017-10-01avcodec/v4l2_context: Reduce spelling variationsMichael Niedermayer
2017-09-23libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz