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-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-02avcodec/flashsvenc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2020-09-19avcodec/flashsvenc: Remove unused z_streamAndreas Rheinhardt
2020-09-19avcodec/flashsvenc: Avoid allocation of buffer, fix memleakAndreas Rheinhardt
2015-08-15avcodec/flashsvenc: Correct max dimension in error messageMichael Niedermayer
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-20Merge commit '91f9b6579ac684c4b51c4cd0dbaed0a4f8295edf'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-07-20flashsvenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-26Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri
2014-10-14avcodec/flac_parser: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2013-11-17Merge commit '97168b204a0b6b79bb6c5f0d40efdf7fc2262476'Michael Niedermayer
2013-11-16flashsvenc: 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
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
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22flashvenc: switch to ff_alloc_packet2()Michael Niedermayer
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23flashsvenc: switch to encode2().Anton Khirnov
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-09-21Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun
2011-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-16flashsvenc: replace bitstream description by a link to the specificationDiego Biurrun
2011-07-16flashsvenc: drop unnecessary castDiego Biurrun
2011-07-16flashsvenc: improve some variable names and fix corresponding commentsDiego Biurrun
2011-07-16flashsvenc: merge two consecutive if-conditionsDiego Biurrun
2011-07-16flashsvenc: merge variable declarations and initializationsDiego Biurrun
2011-07-16flashsvenc: convert some debug av_log() to av_dlog()Diego Biurrun
2011-07-16flashsvenc: whitespace cosmeticsDiego Biurrun