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-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
2022-03-19avcodec/flashsv2enc: Avoid opening and closing z_streamAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-02avcodec/flashsv2enc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-01avcodec/flashsv2enc: Fix undefined NULL + 0Andreas Rheinhardt
2021-01-28avcodec/flashsv2enc: Fix use of uninitialized valueAndreas Rheinhardt
2021-01-23avcodec/flashsv2enc: factorize updating block dimensionsMarton Balint
2020-09-19avcodec/flashsv2enc: Return better error codesAndreas Rheinhardt
2020-09-19avcodec/flashsv2enc: Cleanup generically after init failureAndreas Rheinhardt
2020-09-19avcodec/flashsv2enc: Check allocations for success before usageAndreas Rheinhardt
2015-09-18all: do standards compliant absdiff computationGanesh Ajjanagadde
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-02-26Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri
2015-01-16avcodec/flashsv2enc: use av_realloc_array()Michael Niedermayer
2014-11-14lavc/flashsv2enc: Fix encoding resolution error message.Carl Eugen Hoyos
2014-08-28avcodec/flashsv2enc: fix "unused variable" warningsMichael Niedermayer
2013-12-17avcodec/flashsv2enc: drop dependancy on sizeof(AVFrame)Michael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-08flashsv2enc: only encode diff blocks when neededDaniel Verkamp
2012-09-08flashsv2enc: remove experimental flag, the encoder seems working nowMichael Niedermayer
2012-09-07flashsv2enc: move blockbuffer realloc to reconfigure_at_keyframe()Michael Niedermayer
2012-09-07flashv2enc: reallocate not only on block count changes but on dimension changes.Michael Niedermayer
2012-09-07flashsv2enc: Replace a VLA with a heap allocDerek Buitenhuis
2012-09-07flashsv2enc: fix prev-Z-prime encodingMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-06-14flashsv2enc: align codec declarationsPaul B Mahol
2012-05-12Fix flashsv2 encoder error message.Carl Eugen Hoyos
2012-05-12flashsv2enc: fix division by zeroMichael Niedermayer
2012-05-12flashsvenc: fix image sizes below 192x192Michael Niedermayer
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22flashv2enc: switch to ff_alloc_packet2()Michael Niedermayer
2012-02-24flashsv2enc: switch to encode2()Michael Niedermayer
2012-01-03lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol
2011-12-30Use more designated initializers.Paul B Mahol
2011-10-04doxygen: remove a few @file parameters.Clément Bœsch
2011-04-29flashsv2enc:fix segfaultMichael Niedermayer
2011-04-29flashsv2enc: mark encoder experimentalMichael Niedermayer
2011-04-29flashsv2enc: remove useless castsMichael Niedermayer
2011-04-29flashsv2enc: use av_freep()Michael Niedermayer
2011-04-29flashsv2enc: remove useless if()Michael Niedermayer
2011-04-29encoder for adobe's flash ScreenVideo2 codecJoshua Warner