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-12avcodec/mmaldec: Deduplicate AVClassesAndreas Rheinhardt
2021-12-12avcodec/mmaldec: Avoid creating unnecessary reference, simplify codeAndreas Rheinhardt
2021-12-12avcodec/mmaldec: fix pointer type warningHo Ming Shun
2021-12-12avcodec/mmaldec: re-use AVPacket for extra_dataHo Ming Shun
2021-12-12avcodec/mmaldec: use decoupled dataflowHo Ming Shun
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt
2021-01-20All: update names in copyright headersrcombs
2020-11-08lavc: Mark hw_config pointer arrays as constMark Thompson
2020-08-20avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-11-27lavc: Delete all fake hwaccelsMark Thompson
2017-11-27lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson
2017-11-02Merge commit '04f691cd4fb7d226e54df886a21ba201cb5019f4'James Almer
2017-06-13mmal: Add missing .item_name to AVClass declarationDiego Biurrun
2017-04-08Merge commit 'd82d5379caca21005d8906829b35361c4a65408e'Clément Bœsch
2017-03-29lavc: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-22Merge commit '8385ba53f115401a67a4748c0d107769ebfb2941'Clément Bœsch
2016-12-02mmaldec: initialize refcount using atomic_init()Wan-Teh Chang
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes
2016-10-02mmaldec: convert to stdatomicAnton Khirnov
2016-09-12libavcodec/mmaldec.c: set AVFrame interlaced_frame and top_field_first, AVCod...Jens Ziller
2016-06-21lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov
2016-06-21lavc/mmaldec: reduce some diffs with Libav missed in previous skipped mergesClément Bœsch
2016-06-21Merge commit '74beead9bd596180bcac6108548fc0a86d8eb4ae'Clément Bœsch
2016-05-11Merge commit 'b8e899f4bf5f09900aa71552112d32a5566b6baf'Derek Buitenhuis
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-30mmaldec: limit internal bufferingwm4
2016-04-30mmaldec: print the MMAL format FourCC automaticallywm4
2016-04-30mmaldec: send only a single EOS packet on flushingwm4
2016-04-30mmaldec: correct package buffering accountingwm4
2016-04-30mmaldec: add vc1 decoding supportwm4
2016-04-30mmaldec: Add mpeg2 decoding supportJulian Scheel
2016-04-30mmaldec: Fix avpriv_atomic_get usageJulian Scheel
2016-04-30mmaldec: Use av_assert0() instead of assert()Michael Niedermayer
2016-04-12mmaldec: Use imgutils.h for copying framesMartin Storsjö
2016-01-28mmaldec: limit internal bufferingwm4
2016-01-28mmaldec: support MPEG-4wm4
2016-01-28mmaldec: print the MMAL format FourCC automaticallywm4
2015-11-10mmaldec: send only a single EOS packet on flushingwm4
2015-11-07mmaldec: correct package buffering accountingwm4
2015-11-07mmaldec: add vc1 decoding supportwm4
2015-10-22mmaldec: Add mpeg2 decoding supportJulian Scheel
2015-10-21mmaldec: Fix avpriv_atomic_get usageJulian Scheel