summaryrefslogtreecommitdiff
path: root/libavcodec/dpxenc.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* libavcodec: Split version.hMartin Storsjö2022-03-16
* avcodec/dpxenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-28
* avcodec/dpxenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-05
* avcodec/dpxenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/dpxenc: Fix "libavcodec/dpxenc.c:250:44: warning: passing argument 3 ...Michael Niedermayer2015-10-24
* Merge commit '48c06386831604921bdaf4fb77ea02766cd615f4'Hendrik Leppkes2015-10-22
|\
| * dpx: Replace avpicture functions with imgutilsVittorio Giovara2015-10-21
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
| * dpx: always write the image offsetZoltan Kovacs2014-12-08
| * dpxenc: mention missing breakVittorio Giovara2014-11-13
| * dpxenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | avcodec/dpxenc: implement write16/32 as functionsMichael Niedermayer2015-06-19
* | dpxenc: fix padding in encode_gbrp12Christophe Gisquet2014-08-21
* | dpxenc: enforce alignment requirementChristophe Gisquet2014-08-14
* | dpx: abgr supportPaul B Mahol2013-10-08
* | avcodec/dpx: support for 8 and 16 bit luma only filesPaul B Mahol2013-10-07
* | avcodec/dpx: make .long_name more descriptivePaul B Mahol2013-10-06
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | dpxenc: cosmetics: reindentPaul B Mahol2013-07-27
* | dpxenc: dont shift into the sign bit.Michael Niedermayer2013-05-15
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* | dpxenc: simplifiy code using AVPixFmtDescriptorPaul B Mahol2013-05-12
* | dpxenc: do not set coded_framePaul B Mahol2013-05-12
* | dpxenc: fix data offsetArnoB2013-03-15
* | dpxenc: fix signed c99 overflowsMichael Niedermayer2012-10-14
* | Fix writing 12 bit DPXGeorg Lippitsch2012-10-13
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | dpx: 10 and 12 bit encodingGeorg Lippitsch2012-08-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | dpxenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-01
|\|
| * dpxenc: Don't include the libavcodec ident if bitexact mode is enabledMartin Storsjö2012-02-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-18
|\|