summaryrefslogtreecommitdiff
path: root/libavcodec/dpxenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dpxenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-021-3/+0
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-1/+0
* avcodec/dpxenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-051-7/+9
* avcodec/dpxenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/dpxenc: Fix "libavcodec/dpxenc.c:250:44: warning: passing argument 3 ...Michael Niedermayer2015-10-241-1/+1
* Merge commit '48c06386831604921bdaf4fb77ea02766cd615f4'Hendrik Leppkes2015-10-221-9/+11
|\
| * dpx: Replace avpicture functions with imgutilsVittorio Giovara2015-10-211-6/+9
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-11/+0
| * dpx: always write the image offsetZoltan Kovacs2014-12-081-0/+1
| * dpxenc: mention missing breakVittorio Giovara2014-11-131-0/+1
| * dpxenc: use the AVFrame API properly.Anton Khirnov2013-11-161-2/+11
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | avcodec/dpxenc: implement write16/32 as functionsMichael Niedermayer2015-06-191-10/+13
* | dpxenc: fix padding in encode_gbrp12Christophe Gisquet2014-08-211-2/+2
* | dpxenc: enforce alignment requirementChristophe Gisquet2014-08-141-7/+37
* | dpx: abgr supportPaul B Mahol2013-10-081-1/+4
* | avcodec/dpx: support for 8 and 16 bit luma only filesPaul B Mahol2013-10-071-0/+7
* | avcodec/dpx: make .long_name more descriptivePaul B Mahol2013-10-061-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | dpxenc: cosmetics: reindentPaul B Mahol2013-07-271-17/+12
* | dpxenc: dont shift into the sign bit.Michael Niedermayer2013-05-151-2/+2
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-3/+3
* | dpxenc: simplifiy code using AVPixFmtDescriptorPaul B Mahol2013-05-121-26/+13
* | dpxenc: do not set coded_framePaul B Mahol2013-05-121-5/+0
* | dpxenc: fix data offsetArnoB2013-03-151-0/+1
* | dpxenc: fix signed c99 overflowsMichael Niedermayer2012-10-141-6/+6
* | Fix writing 12 bit DPXGeorg Lippitsch2012-10-131-3/+14
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-22/+22
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-10/+10
* | dpx: 10 and 12 bit encodingGeorg Lippitsch2012-08-251-2/+69
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | dpxenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-2/+1
|\ \ | |/
| * dpxenc: Don't include the libavcodec ident if bitexact mode is enabledMartin Storsjö2012-02-291-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-181-12/+23
|\ \ | |/
| * dpxenc: switch to encode2().Anton Khirnov2012-02-171-13/+23
| * lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-211-1/+1
| * dpx: Do not use DPX encoder for decoding.Kostya Shishkov2011-05-021-1/+1
* | dpxenc: Dont store lavc indent when bitexact is set.Michael Niedermayer2012-01-171-1/+3
* | Support rgb64 dpx encoding.Carl Eugen Hoyos2012-01-161-0/+8