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-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-16libavcodec: Split version.hMartin Storsjö
2021-10-02avcodec/dpxenc: Remove redundant pixel format checkAndreas Rheinhardt
2021-09-28avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt
2021-05-05avcodec/dpxenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt
2021-05-02avcodec/dpxenc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2015-10-24avcodec/dpxenc: Fix "libavcodec/dpxenc.c:250:44: warning: passing argument 3 ...Michael Niedermayer
2015-10-22Merge commit '48c06386831604921bdaf4fb77ea02766cd615f4'Hendrik Leppkes
2015-10-21dpx: Replace avpicture functions with imgutilsVittorio Giovara
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
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-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-06-19avcodec/dpxenc: implement write16/32 as functionsMichael Niedermayer
2014-12-08dpx: always write the image offsetZoltan Kovacs
2014-11-13dpxenc: mention missing breakVittorio Giovara
2014-08-22dpxenc: fix padding in encode_gbrp12Christophe Gisquet
2014-08-14dpxenc: enforce alignment requirementChristophe Gisquet
2013-11-16dpxenc: use the AVFrame API properly.Anton Khirnov
2013-10-08dpx: abgr supportPaul B Mahol
2013-10-07avcodec/dpx: support for 8 and 16 bit luma only filesPaul B Mahol
2013-10-07avcodec/dpx: make .long_name more descriptivePaul B Mahol
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-28dpxenc: cosmetics: reindentPaul B Mahol
2013-05-15dpxenc: dont shift into the sign bit.Michael Niedermayer
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-13dpxenc: simplifiy code using AVPixFmtDescriptorPaul B Mahol
2013-05-13dpxenc: do not set coded_framePaul B Mahol
2013-03-16dpxenc: fix data offsetArnoB
2012-10-14dpxenc: fix signed c99 overflowsMichael Niedermayer
2012-10-13Fix writing 12 bit DPXGeorg Lippitsch
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-25dpx: 10 and 12 bit encodingGeorg Lippitsch
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22dpxenc: switch to ff_alloc_packet2()Michael Niedermayer
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29dpxenc: Don't include the libavcodec ident if bitexact mode is enabledMartin Storsjö