summaryrefslogtreecommitdiff
path: root/libavcodec/dpxenc.c
Commit message (Expand)AuthorAge
* 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
|\|
| * dpxenc: switch to encode2().Anton Khirnov2012-02-17
| * lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-21
| * dpx: Do not use DPX encoder for decoding.Kostya Shishkov2011-05-02
* | dpxenc: Dont store lavc indent when bitexact is set.Michael Niedermayer2012-01-17
* | Support rgb64 dpx encoding.Carl Eugen Hoyos2012-01-16
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-02
|\|
| * DPX image encoderPeter Ross2011-05-01
* dpx:fix typoMichael Niedermayer2011-04-02
* cosmetics: indentationPeter Ross2011-04-02