summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-19avcodec/exr: fix null pointer dereferenceMichael Niedermayer1-1/+1
2013-10-19avcodec/exr: favor av_freep() over av_free() for safteyMichael Niedermayer1-5/+5
2013-10-16avcodec/exr: piz decompressionPaul B Mahol1-0/+467
2013-10-10avcodec/exr: remove pointless initializationPaul B Mahol1-1/+1
2013-10-09avcodec/exr: use avpriv_report_missing_feature()Paul B Mahol1-4/+4
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch60-83/+82
2013-07-27exr: set pict_typePaul B Mahol1-0/+1
2013-03-15lavc & lavf: replace deprecated av_log* functionsPaul B Mahol31-60/+61
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-13exr: silence warning "libavcodec/exr.c:351:9: warning: variable ret set but n...Michael Niedermayer1-1/+2
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-01exr: use bytestream functions in pxr24_uncompress()Paul B Mahol1-3/+3
2013-02-28exr: pxr24 decompressionPaul B Mahol1-1/+65
2013-02-28exr: fix error message when pixel type is not setPaul B Mahol1-1/+1
2013-02-28exr: s/bits_per_color_id/pixel_typePaul B Mahol1-18/+17
2013-02-28exr: track channels propertiesPaul B Mahol1-0/+25
2013-02-28lavc/exr: use size_t instead of int for sizes.Nicolas George1-1/+1
2013-02-27exr: simplify decompression pathPaul B Mahol1-20/+35
2013-02-24exr: make sure that data_size is not bigger than expectedPaul B Mahol1-1/+2
2013-02-24exr: simplify filling channel_buffer[]Paul B Mahol1-13/+8
2013-02-24exr: check color channel subsampling tooPaul B Mahol1-1/+9
2013-02-24exr: slice threadingPaul B Mahol1-152/+201
2013-02-22exr: shorter channel buffer namesPaul B Mahol1-21/+21
2013-02-22exr: remove superfluous checkPaul B Mahol1-2/+0
2013-02-22exr: cosmetics: reindentPaul B Mahol1-89/+89
2013-02-22exr: check if line offset table is complete only once per framePaul B Mahol1-2/+5
2013-02-22exr: support more line ordersPaul B Mahol1-5/+11
2013-02-22exr: fix overflow check in lineoffset processingPaul B Mahol1-21/+22
2013-02-22exr: merge multiple if () blocksPaul B Mahol1-20/+5
2013-02-22exr: check version tooPaul B Mahol1-3/+9
2013-02-21exr: constify s in rle_uncompress()Paul B Mahol1-1/+1
2013-02-21exr: reset compression in decode_frame()Paul B Mahol1-2/+1
2012-12-05lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol22-63/+64
2012-10-12exr: fix twin ;Michael Niedermayer1-1/+1
2012-10-12lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol5-10/+15
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-08-29exr: fix decoding ZIP16 and height not multiple of 16Paul B Mahol1-0/+2
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-07-20exr: display warning if multiple compression attributes are foundPaul B Mahol1-1/+4
2012-07-20exr: merge common codePaul B Mahol1-12/+3
2012-07-20exr: compression attribute is mandatoryPaul B Mahol1-0/+7
2012-07-16exr: check size of uncompressed buffer returned by uncompress()Paul B Mahol1-1/+4
2012-07-15exr: make channel_offsets int instead of int8_tPaul B Mahol1-1/+1
2012-07-13exr: fix scan_line_size calculationPaul B Mahol1-1/+1
2012-07-13exr: print channel names not yet supportedPaul B Mahol1-3/+5
2012-07-13exr: remove double ;;Paul B Mahol1-1/+1
2012-07-13exr: frame multithreading supportPaul B Mahol1-3/+4
2012-07-12exr: rle decompressionPaul B Mahol1-1/+46
2012-07-12exr: cache some valuesPaul B Mahol1-5/+10
[next]