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
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ö
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-17dpxenc: switch to encode2().Anton Khirnov
2012-01-17dpxenc: Dont store lavc indent when bitexact is set.Michael Niedermayer
2012-01-16Support rgb64 dpx encoding.Carl Eugen Hoyos
2011-09-21lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02dpx: Do not use DPX encoder for decoding.Kostya Shishkov
2011-05-02Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-01DPX image encoderPeter Ross
2011-04-02dpx:fix typoMichael Niedermayer
2011-04-02cosmetics: indentationPeter Ross
2011-04-02dpx encoder: support 10-bit packing methodPeter Ross
2011-04-01DPX image encoderPeter Ross