summaryrefslogtreecommitdiff
path: root/libavcodec/exr.c
Commit message (Expand)AuthorAge
* exr: set pict_typePaul B Mahol2013-07-27
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-15
* lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* exr: silence warning "libavcodec/exr.c:351:9: warning: variable ret set but n...Michael Niedermayer2013-03-13
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
* exr: use bytestream functions in pxr24_uncompress()Paul B Mahol2013-03-01
* exr: pxr24 decompressionPaul B Mahol2013-02-28
* exr: fix error message when pixel type is not setPaul B Mahol2013-02-28
* exr: s/bits_per_color_id/pixel_typePaul B Mahol2013-02-28
* exr: track channels propertiesPaul B Mahol2013-02-28
* lavc/exr: use size_t instead of int for sizes.Nicolas George2013-02-28
* exr: simplify decompression pathPaul B Mahol2013-02-27
* exr: make sure that data_size is not bigger than expectedPaul B Mahol2013-02-24
* exr: simplify filling channel_buffer[]Paul B Mahol2013-02-24
* exr: check color channel subsampling tooPaul B Mahol2013-02-24
* exr: slice threadingPaul B Mahol2013-02-24
* exr: shorter channel buffer namesPaul B Mahol2013-02-22
* exr: remove superfluous checkPaul B Mahol2013-02-22
* exr: cosmetics: reindentPaul B Mahol2013-02-22
* exr: check if line offset table is complete only once per framePaul B Mahol2013-02-22
* exr: support more line ordersPaul B Mahol2013-02-22
* exr: fix overflow check in lineoffset processingPaul B Mahol2013-02-22
* exr: merge multiple if () blocksPaul B Mahol2013-02-22
* exr: check version tooPaul B Mahol2013-02-22
* exr: constify s in rle_uncompress()Paul B Mahol2013-02-21
* exr: reset compression in decode_frame()Paul B Mahol2013-02-21
* lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol2012-12-05
* exr: fix twin ;Michael Niedermayer2012-10-12
* lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-12
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* exr: fix decoding ZIP16 and height not multiple of 16Paul B Mahol2012-08-29
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* exr: display warning if multiple compression attributes are foundPaul B Mahol2012-07-20
* exr: merge common codePaul B Mahol2012-07-20
* exr: compression attribute is mandatoryPaul B Mahol2012-07-20
* exr: check size of uncompressed buffer returned by uncompress()Paul B Mahol2012-07-16
* exr: make channel_offsets int instead of int8_tPaul B Mahol2012-07-15
* exr: fix scan_line_size calculationPaul B Mahol2012-07-13
* exr: print channel names not yet supportedPaul B Mahol2012-07-13
* exr: remove double ;;Paul B Mahol2012-07-13
* exr: frame multithreading supportPaul B Mahol2012-07-13
* exr: rle decompressionPaul B Mahol2012-07-12
* exr: cache some valuesPaul B Mahol2012-07-12
* exr: zip decompressionPaul B Mahol2012-07-11
* exr: remove dead assigmentPaul B Mahol2012-07-11
* exr: return proper error code instead of -1Paul B Mahol2012-07-10
* exr: use buf_size instead of recalculating same valuePaul B Mahol2012-07-10
* exr: support for reading pixelAspectRatioPaul B Mahol2012-07-09
* exr: add CODEC_CAP_DR1Paul B Mahol2012-07-08
* exr: make message about missing feature more usefulPaul B Mahol2012-05-30