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-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt
2022-07-09avcodec: Add const to decoder packet data pointersAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas 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
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-11-25libvpxdec: Correct linking against variables.Matt Oliver
2021-07-22avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-03-16lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov
2021-03-16lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2020-08-20avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer
2020-06-22avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt
2019-11-09avcodec/libvpxdec.c,cosmetics: bpp -> bpcJames Zern
2019-11-06avcodec/libvpxdec: reject video and alpha dimension mismatchesMarton Balint
2019-11-06avcodec/libvpxdec: decode to custom framebuffers for vp9Marton Balint
2019-11-06avcodec/libvpxdec: pass decoder instances to vpx_init directlyMarton Balint
2019-11-06avcodec/libvpxdec: make sure BlockAdditional side data size >= 8Marton Balint
2018-10-30avcodec/libvpxdec: fix setting auto threadsJames Zern
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-11-21libvpxdec: remove pre-1.4.0 checksJames Zern
2017-06-11avcodec/libvpxdec: Check that display dimensions fit in the storage dimensionsMichael Niedermayer
2016-07-22libvpxdec,cosmetics: rename common fns vp8 -> vpxJames Zern
2016-07-20libavcodec/libvpx: Add VPx alpha decode supportVignesh Venkatasubramanian
2016-02-19lavc/libvpx: Fix high-bitdepth pix_fmts on big endian.Carl Eugen Hoyos
2016-01-13libvpxdec: fix 'ISO C90 forbids mixed declarations and code' warningJames Zern
2016-01-09libvpx: Support setting color range for vp9.Sasi Inguva
2016-01-01lavc: add vp9 profiles to AVCodecDescriptorHendrik Leppkes
2015-09-12libvpxdec: apply RGB to 444P16 instead of 422P16.Ronald S. Bultje
2015-09-04libvpxdec: explicitly signal RGB.Ronald S. Bultje
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-25libvpxdec: report colorspaceJames Zern
2015-06-25libvpxdec: report profile for vp9James Zern
2015-06-21libvpx: Support the vp9 extended profilesLuca Barbato
2015-05-07libvpxdec: add 440 pixfmts.Ronald S. Bultje
2015-04-24libvpxdec: cosmetics: reindentJames Zern
2014-09-26Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P.Carl Eugen Hoyos
2014-09-24avcodec/libvpxdec: don't check for formats other than i420 when vp9 decoding ...James Almer
2014-09-14avcodec/libvpxdec: Adds decode support for formats other than 420Deb Mukherjee
2013-12-10avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at co...Michael Niedermayer
2013-12-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-12-08libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres
2013-11-23libvpxdec: set CODEC_CAP_DR1 for vp9James Zern
2013-11-01Merge commit '13207484bba8a8b78b40d5a22da8c9c555429089'Michael Niedermayer