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-11-01avcodec/svq1enc: output ident string in extradata fieldPeter Ross
2022-11-01avcodec/svq1enc: do not use ambiguous interframe mean symbolsPeter Ross
2022-10-29avcodec/mpegvideo: Allocate map and score_map buffers jointlyAndreas Rheinhardt
2022-10-25avcodec/svq1enc: Workaround GCC bug 102513Andreas Rheinhardt
2022-10-14avcodec/svq1enc: Move PutBitContext from context to stackAndreas Rheinhardt
2022-10-14avcodec/svq1enc: Add SVQ1EncDSPContext, make codec context privateAndreas Rheinhardt
2022-10-14avcodec/svq1enc: Inline constantsAndreas Rheinhardt
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-09avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt
2022-08-05avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt
2022-07-23avcodec/svq1enc: Use unsigned for parameter >= 0 to workaround GCC bugAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-05-11lavc/encode: add an encoder-specific get_buffer() variantAnton Khirnov
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-01avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas 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-02-13avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-06-02avcodec/svq1enc: Do not print debug RD value before it has been computedMichael Niedermayer
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-27avcodec/ituh263enc: Make static initializations thread-safeAndreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2021-03-30avcodec: Remove cumbersome way of checking for amount of bytes leftAndreas Rheinhardt
2020-10-28put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov
2020-10-28put_bits: make avpriv_align_put_bits() inlineAnton Khirnov
2020-06-13avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang
2020-06-03avcodec/internal: move packet related functions to their own headerJames Almer
2019-10-24mpegvideo_enc: add intra_penalty option for p framesRamiro Polla
2017-10-23Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer
2017-03-23lavc: Drop deprecated options moved to private contextsVittorio Giovara
2016-10-22avcodec/svq1enc: Clear MMX state after svq1_encode_plane()Michael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-01-27svq1enc: fix out of bounds readsAndreas Cadhalpun
2015-08-15avcodec/svq1enc: Check dimensionsMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: Deprecate avctx.me_methodVittorio Giovara
2015-07-27Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-22avcodec: remove unused sd variablesMichael Niedermayer
2015-07-22Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Merge commit '56672aeaee19216d2fd8eeb9964b1f71f0af2919'Michael Niedermayer