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-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2021-12-29avcodec/v4l2_m2m_dec: dequeue frame if input isn't readyCameron Gutman
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-08-02avcodec/v4l2_m2m: adapt to call close() on init failAndriy Gelman
2020-07-16avcodec/v4l2_m2m_dec: remove redundant packet and fix double freeAndriy Gelman
2020-04-15avcodec/v4l2_m2m: handle v4l2 end of stream eventMing Qian
2020-04-01avcodec/v4l2_m2m_dec: Init reserved bytes to zero before ioctl callAndriy Gelman
2020-02-02avcodec/v4l2_m2m: CosmeticsAndriy Gelman
2019-11-22avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4Andriy Gelman
2019-10-07avcodec/filter: Remove extra '; ' outside of functionsAndreas Rheinhardt
2019-09-11avcodec/v4l2_m2m_dec: fix compileAman Gupta
2019-09-11avcodec/v4l2_m2m_dec: fix dropped packets while decodingMaxime Jourdan
2019-09-11avcodec/v4l2_context: expose timeout for dequeue_frameAman Gupta
2019-09-11avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTSAman Gupta
2019-09-11avcodec/v4l2_m2m_dec: fix indentation and add M2MDEC_CLASS macroLukas Rusak
2019-09-11avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman 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-06-12avcodec/v4l2_m2m_dec: Fix memleak on ff_v4l2_m2m_codec_init() failureMichael Niedermayer
2018-06-27v4l2_m2m: decoder: fix memory leakLukas Rusak
2018-06-03v4l2_m2m: Mark V4L2 M2M decoders as unsuitable for probingMark Thompson
2018-01-21avcodec: v4l2_m2m: fix races around freeing data on closeMark Thompson
2017-12-21v4l_m2m: add missing AV_CODEC_CAP_DELAY flagswm4
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-09-23libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz