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-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
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-09-28avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt
2021-09-24avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt
2021-09-20avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt
2021-09-20avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()Andreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-05-05avcodec/a64multienc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt
2021-05-05avcodec/a64multienc: Don't modify AVCodecContext.global_qualityAndreas Rheinhardt
2021-05-05avcodec/a64multienc: Avoid intermediate bufferAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-03avcodec/a64multienc: Don't use static buffers, fix potential racesAndreas Rheinhardt
2020-12-04avcodec/a64multienc: Mark encoders as init-threadsafeAndreas Rheinhardt
2020-11-29avcodec/a64multienc: Fix memleak upon init failureAndreas Rheinhardt
2019-06-20libavcodec: Reduce the size of some arraysAndreas Rheinhardt
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-20Merge commit '91767360d86ac786571593ab11c7291010ab3829'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-20a64multienc: Do not entangle coded_frameVittorio Giovara
2015-02-23avcodec/a64multienc: Assert that the Packet size does not growMichael Niedermayer
2015-02-23avcodec/a64multienc: simplify frame handling codeMichael Niedermayer
2015-02-23avcodec/a64multienc: fix use of uninitialized values in to_meta_with_cropAndreas Cadhalpun
2015-02-23avcodec/a64multienc: initialize mc_meta_charset to zeroAndreas Cadhalpun
2015-02-23avcodec/a64multienc: don't set incorrect packet sizeMichael Niedermayer
2015-02-23avcodec/a64multienc: use av_frame_ref instead of copying the frameAndreas Cadhalpun
2014-12-19Merge commit 'c63dd3f0a48a9f6389d253597ab51caddc0118db'Michael Niedermayer
2014-12-19a64multi: check elbg return valuesVittorio Giovara
2014-07-18avcodec/a64multienc use av_freep()Michael Niedermayer
2014-07-18a64multienc: remove dead assignmentTimothy Gu
2014-04-08avcodec/a64multienc: use av_malloc(z)_array()Michael Niedermayer
2014-02-20Merge commit '984e3398662d460e15904f9e4a6df9ef759070cb'Michael Niedermayer
2014-02-20avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun
2013-11-17Merge commit '6139f481ac9feb1bee4e7d04789fb15d7f24ebbf'Michael Niedermayer
2013-11-16a64multienc: use the AVFrame API properly.Anton Khirnov
2013-11-13lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libsStefano Sabatini
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-17lavc: remove unecessary a64enc include.Clément Bœsch
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov