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/roqvideoenc: Remove internal.h inclusionAndreas Rheinhardt
2022-08-27avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas 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-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-12-03all: Remove unused-but-set variablesAndreas 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-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-02avcodec/roqvideoenc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-01avcodec/roqvideoenc: Avoid allocating buffers separatelyAndreas Rheinhardt
2021-03-01avcodec/roqvideoenc: Avoid intermediate bufferAndreas Rheinhardt
2021-03-01avcodec/roqvideoenc: Reuse buffers instead of alloc+free for each frameAndreas Rheinhardt
2021-03-01avcodec/roqvideo: Use dedicated context for encoderAndreas Rheinhardt
2020-08-30avcodec/roqvideoenc: Cleanup generically after init failureAndreas Rheinhardt
2017-03-19Merge commit 'dab2034b8679aaacd8aef832cdeb71d0ee8a3358'Clément Bœsch
2016-08-17roqvideoenc: Drop broken disabled cruftDiego Biurrun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-09-12avcodec/roqvideoenc: use AV_OPT_TYPE_BOOL for quake3_compat optionClément Bœsch
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Merge commit '95e2317ed85502dd8d96bcd9b12084dbfb8f9e8e'Michael Niedermayer
2015-07-20roqvideoenc: Drop unneeded initializationVittorio Giovara
2015-03-11roqvideoenc: set enc->avctx in roq_encode_initAndreas Cadhalpun
2015-03-09roqvideoenc: set enc->avctx in roq_encode_initAndreas Cadhalpun
2015-02-23avcodec/roqvideoenc: Allocate and reference coded_frame correctlyMichael Niedermayer
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2015-01-13avcodec/roqvideoenc: Check for av_malloc_array() failureMichael Niedermayer
2014-12-19Merge commit '3beb9cbad35218ed1fb3473eeb3cfc97a931bff4'Michael Niedermayer
2014-12-19roqvideo: check memory allocations and propagate errorsVittorio Giovara
2014-11-17avcodec/roqvideoenc: clear freed pointersMichael Niedermayer
2014-07-09avcodec/roqvideoenc: Print the correct max resolutionMichael Niedermayer
2014-07-09avcodec/roqvideoenc: More verbose warning about no power of 2 dimensionsMichael Niedermayer
2014-07-08avcodec/roqvideoenc: check dimensions against maximumMichael Niedermayer
2014-07-08avcodec/roqvideoenc: fix infinite lambda increasing loopMichael Niedermayer
2014-07-07avcodec/roqvideo: use JPEG color rangeEric Lasota
2014-04-18avcodec/roqvideoenc: use av_malloc(z)_array()Michael Niedermayer
2014-02-03RoQ encoder: support different integer frameratesaddr-see-the-website@aetey.se
2014-02-02RoQ-encoder: introducing Quake 3 compatibility optionaddr-see-the-website@aetey.se
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