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
2013-10-20avcodec/exr: fix null pointer dereferenceMichael Niedermayer
2013-10-20avcodec/exr: favor av_freep() over av_free() for safteyMichael Niedermayer
2013-10-16avcodec/exr: piz decompressionPaul B Mahol
2013-10-10avcodec/exr: remove pointless initializationPaul B Mahol
2013-10-09avcodec/exr: use avpriv_report_missing_feature()Paul B Mahol
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-07-27exr: set pict_typePaul B Mahol
2013-03-15lavc & lavf: replace deprecated av_log* functionsPaul B Mahol
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-13exr: silence warning "libavcodec/exr.c:351:9: warning: variable ret set but n...Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-01exr: use bytestream functions in pxr24_uncompress()Paul B Mahol
2013-02-28exr: pxr24 decompressionPaul B Mahol
2013-02-28exr: fix error message when pixel type is not setPaul B Mahol
2013-02-28exr: s/bits_per_color_id/pixel_typePaul B Mahol
2013-02-28exr: track channels propertiesPaul B Mahol
2013-02-28lavc/exr: use size_t instead of int for sizes.Nicolas George
2013-02-27exr: simplify decompression pathPaul B Mahol
2013-02-24exr: make sure that data_size is not bigger than expectedPaul B Mahol
2013-02-24exr: simplify filling channel_buffer[]Paul B Mahol
2013-02-24exr: check color channel subsampling tooPaul B Mahol
2013-02-24exr: slice threadingPaul B Mahol
2013-02-22exr: shorter channel buffer namesPaul B Mahol
2013-02-22exr: remove superfluous checkPaul B Mahol
2013-02-22exr: cosmetics: reindentPaul B Mahol
2013-02-22exr: check if line offset table is complete only once per framePaul B Mahol
2013-02-22exr: support more line ordersPaul B Mahol
2013-02-22exr: fix overflow check in lineoffset processingPaul B Mahol
2013-02-22exr: merge multiple if () blocksPaul B Mahol
2013-02-22exr: check version tooPaul B Mahol
2013-02-21exr: constify s in rle_uncompress()Paul B Mahol
2013-02-21exr: reset compression in decode_frame()Paul B Mahol
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