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-18avcodec: Make init-threadsafety the defaultAndreas 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-09-28avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated coder type optionsAndreas Rheinhardt
2020-12-04avcodec/sgienc: Combine av_log() statementsAndreas Rheinhardt
2020-12-04avcodec/sgienc: Mark encoder as init-threadsafeAndreas Rheinhardt
2020-07-19lavc/sgienc: Fix default 16bit encoding.Carl Eugen Hoyos
2015-12-18Merge commit 'c34df422628e6b7b657faee241fe7bb2629e0f57'Hendrik Leppkes
2015-12-18Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487'Hendrik Leppkes
2015-12-07sgienc: Make sure to initialize skipped header portionsVittorio Giovara
2015-12-07lavc: Deprecate coder_type and its symbolsVittorio Giovara
2015-11-29Merge commit '99cb833fc2d9874c62fffbcd3347fae660de0fe5'Hendrik Leppkes
2015-11-29Merge commit '4a0918cae6394e503b17c71f8f171b4a795eb849'Hendrik Leppkes
2015-11-29Merge commit '59e3f4e598ae381600ef54e1f6e6a8a5270ac245'Hendrik Leppkes
2015-11-29Merge commit '62cc8f4d79dad119e8efeaae080a58a8dcb1e89d'Hendrik Leppkes
2015-11-29Merge commit '99f40fd02f1870c2dee70977b672da9cb198f0be'Hendrik Leppkes
2015-11-24sgi: Correctly propagate meaningful error valuesVittorio Giovara
2015-11-24sgienc: Support encoding high bit depth images with RLEVittorio Giovara
2015-11-24sgienc: Use a local RLE encoding functionVittorio Giovara
2015-11-24sgienc: Port to bytestream2Vittorio Giovara
2015-11-24sgienc: Do not end RLE lines with 0sVittorio 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
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-02-09avcodec/sgienc: return meaningful error codePaul B Mahol
2014-04-01Merge commit '6c1df1f2287401b6022773e382ebc3a3bfed0b38'Michael Niedermayer
2014-04-01Merge commit 'e7cd53bf662a93330810981f1d057bdf2ead669e'Michael Niedermayer
2014-04-01Merge commit 'a7dbfcf6cb6ab8a8981d74332fd02fb90360d22f'Michael Niedermayer
2014-04-01sgi: encode images with 4 channels at 8 and 16 bitsVittorio Giovara
2014-04-01sgi: check maximum supported resolutionPiotr Bandurski
2014-04-01sgi: K&R formatting cosmeticsVittorio Giovara
2013-11-17Merge commit 'e4155f15b35c4272a235f5521d2dc6c2aabdd462'Michael Niedermayer
2013-11-16sgienc: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-26sgienc: remove unused SgiContextPaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov