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-05lavc/dv: rename constants to follow our naming conventionsAnton Khirnov
2022-09-05lavc/dv.h: move encoder/decoder-specific code to a new headerAnton Khirnov
2022-09-05lavc/dvenc: stop using DVVideoContextAnton Khirnov
2022-09-05lavc/dv: do not pass DVVideoContext to dv_calculate_mb_xy()Anton Khirnov
2022-09-05lavc/dv: do not pass DVVideoContext to ff_dv_init_dynamic_tables()Anton Khirnov
2022-09-05lavc/dv: remove ff_dvvideo_init()Anton Khirnov
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
2021-09-28avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt
2021-06-08avcodec/dvenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt
2021-05-06avcodec/dvenc: Make encoder init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-03-30avcodec/dvenc: Avoid using PutBitContext fields directlyAndreas Rheinhardt
2021-03-30avcodec/dvenc: Remove dead error messageAndreas Rheinhardt
2021-01-24avcodec/dvenc: dv100_weight_shift never usedPeter Ross
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-10-05avcodec/dvenc: Fix undefined left shift of negative numbersAndreas Rheinhardt
2020-05-21avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer
2019-11-13avcodec/dvenc: support encoding dvcprohdBaptiste Coudurier
2017-08-08avcodec/dvenc: Change quantizer dead zone default to 7Michael Niedermayer
2017-08-08avcodec/dvenc: Support adjusting the quantizer deadzoneMichael Niedermayer
2017-03-20Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3'Clément Bœsch
2016-09-14pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-06-29Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch
2016-06-07Remove unnecessary get_bits.h #includesDiego Biurrun
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
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-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2015-02-01dvenc: fix 2x4x8 (interlaced) weight tableChristophe Gisquet
2014-12-04replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxersSteve Jiekak
2014-10-28dvenc: mark encoder as intraChristophe Gisquet
2014-09-09Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47'Michael Niedermayer
2014-09-09dv: K&R formatting cosmeticsGabriel Dume
2014-08-03Merge commit '7835c24e19d9e1cb43fba5a02ce9d81d518f1300'Michael Niedermayer
2014-08-02dv: Update DV-profile-related functions to current public APIDiego Biurrun
2014-07-18avcodec/dvenc: clear all dsp contextsMichael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun