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-12-05lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol
2012-10-12exr: fix twin ;Michael Niedermayer
2012-10-12lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-08-29exr: fix decoding ZIP16 and height not multiple of 16Paul B Mahol
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-07-20exr: display warning if multiple compression attributes are foundPaul B Mahol
2012-07-20exr: merge common codePaul B Mahol
2012-07-20exr: compression attribute is mandatoryPaul B Mahol
2012-07-16exr: check size of uncompressed buffer returned by uncompress()Paul B Mahol
2012-07-15exr: make channel_offsets int instead of int8_tPaul B Mahol
2012-07-14exr: fix scan_line_size calculationPaul B Mahol
2012-07-14exr: print channel names not yet supportedPaul B Mahol
2012-07-14exr: remove double ;;Paul B Mahol
2012-07-14exr: frame multithreading supportPaul B Mahol
2012-07-12exr: rle decompressionPaul B Mahol
2012-07-12exr: cache some valuesPaul B Mahol
2012-07-12exr: zip decompressionPaul B Mahol
2012-07-12exr: remove dead assigmentPaul B Mahol
2012-07-10exr: return proper error code instead of -1Paul B Mahol
2012-07-10exr: use buf_size instead of recalculating same valuePaul B Mahol
2012-07-09exr: support for reading pixelAspectRatioPaul B Mahol
2012-07-09exr: add CODEC_CAP_DR1Paul B Mahol
2012-05-30exr: make message about missing feature more usefulPaul B Mahol
2012-05-30exr: alpha supportPaul B Mahol
2012-05-20exr: fix header parsingJean First
2012-05-04Fix a few @file doxy inconsistencies.Clément Bœsch
2012-04-09exr: optimize exr_halflt2uint()Michael Niedermayer
2012-04-06exr: fix mixed declaration and statements.Michael Niedermayer
2012-04-06exr: various cleanup and security related fixesMichael Niedermayer
2012-04-06exr: fix av_logs()Michael Niedermayer
2012-04-06lavc: add a OpenEXR decoderJimmy Christensen