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: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt
2022-08-05avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt
2022-07-31avcodec/pngenc: Don't cast const away unnecessarilyAndreas Rheinhardt
2022-07-30avcodec/codec_internal: add cap for ICC profile supportNiklas Haas
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-07-09avcodec/apng: Add APNG_FCTL_CHUNK_SIZE defineAndreas Rheinhardt
2022-04-11avcodec/pngenc: support writing iCCP chunksNiklas Haas
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
2022-03-19avcodec/pngenc: Use ff_deflate_init/end() wrappersAndreas Rheinhardt
2022-03-19avcodec/pngenc: Don't use deflateInit2() with default parametersAndreas Rheinhardt
2022-03-19avcodec/pngenc: Avoid potentially truncating integersAndreas Rheinhardt
2021-07-08avcodec/pngenc: Deduplicate AVClassesAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-23avcodec/pngenc: Avoid copying APNG data, allow user-supplied bufferAndreas Rheinhardt
2021-05-23avcodec/pngenc: Remove always-true checkAndreas Rheinhardt
2021-05-10avcodec/pngenc: Mark encoders as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-27avcodec: Remove private options from AVCodecContextAndreas Rheinhardt
2021-02-14avcodec/pngenc: remove monowhite from apng formatsPaul B Mahol
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2020-05-21avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer
2019-05-12lavc/pngenc: check malloc fail before using the pointerJun Zhao
2017-03-26avcodec: stop using deprecated codec flagsJames Almer
2017-01-13huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer
2017-01-13huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer
2016-10-28apng: use side data to pass extradata to muxerAndreas Cadhalpun
2016-04-08avcodec/pngenc: check return value of av_frame_copy()Paul B Mahol
2016-04-08avcodec/pngenc: restore image size before copying frameDmitriy
2016-02-03Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis
2016-01-21lavc: Move prediction_method to codec private optionsVittorio Giovara
2016-01-15avcodec/pngenc: Fix mixed up linesizesMichael Niedermayer
2016-01-15avcodec/pngenc: Replace memcpy by av_image_copy()Michael Niedermayer
2015-10-30png: read and write stereo3d frame side data informationKirill Gavrilov
2015-10-28avcodec/png: read and write stereo3d frame side data informationKirill Gavrilov
2015-10-07avcodec/pngenc: Check that there is at least 1 frameMichael Niedermayer
2015-10-07avcodec/pngenc: Initialize fctl_chunk to 0Michael Niedermayer
2015-08-28apng: Support inter-frame compressionDonny Yang
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara