summaryrefslogtreecommitdiff
path: root/libavcodec/exr.c
Commit message (Expand)AuthorAge
* avcodec/exr: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-31
* avcodec/exr: Check x/ysizeMichael Niedermayer2022-07-21
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/exr: Avoid signed overflow in displayWindowMichael Niedermayer2022-04-03
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/exr: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-13
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/exr: Fix undefined integer multiplicationMichael Niedermayer2021-09-14
* avcodec/exr: Check ac_countMichael Niedermayer2021-08-06
* avcodec/exr: Check uncompressed_size against max_pixelsMichael Niedermayer2021-07-17
* avcodec/exr: Better size checksMichael Niedermayer2021-06-29
* avcodec/exr: More strictly check dc_countMichael Niedermayer2021-05-27
* avcodec/exr: x/ymax cannot be INT_MAXMichael Niedermayer2021-05-27
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/exr: Return correct error code on allocation failureAndreas Rheinhardt2021-04-24
* avcodec/exr: increase vlc depthMichael Niedermayer2021-04-17
* avcodec/exr: Check oe in huf_decode() before useMichael Niedermayer2021-04-01
* avcodec/exr: Check col/line for integer overflowMichael Niedermayer2021-03-13
* avcodec/exr: add lut oriented half to float conversion codePaul B Mahol2021-03-02
* avcodec/exr: add DWA decompression supportPaul B Mahol2021-03-02
* Remove double ';'Andreas Rheinhardt2021-03-01
* avcodec/exr: add fast path for case when powf() isn't neededPaul B Mahol2021-02-28
* avcodec/exr: handle case when |im - IM| == 1 for huff compressionPaul B Mahol2021-02-28
* avcodec/exr: simplify piz decompressionPaul B Mahol2021-02-24
* avcodec/exr: export any unknown header string variable to metadataPaul B Mahol2021-02-16
* avcodec/exr: refactor GetByteContext usagePaul B Mahol2021-02-16
* avcodec/exr: correctly calculate display windowPaul B Mahol2021-02-16
* avcodec/exr: add multipart supportPaul B Mahol2021-02-16
* avcodec/exr: unbreak parsing sample aspect ratioPaul B Mahol2021-02-15
* avcodec/exr: read fps from metadata tooPaul B Mahol2021-02-15
* avcodec/exr: preserve half-float NaN bits and add fate testMark Reid2020-12-09
* avcodec/exr: skip bottom clearing loop when its outside the imageMichael Niedermayer2020-11-22
* avcodec/exr: Check ymin vs. hMichael Niedermayer2020-11-22
* avcodec/exr: use lookuptable for alpha if there is no trc_funcMark Reid2020-11-20
* avcodec/exr: Check limits to avoid overflow in delta computationMichael Niedermayer2020-10-20
* avcodec/exr: Fix overflow with many blocksMichael Niedermayer2020-10-15
* avcodec/exr: Check line size for overflowMichael Niedermayer2020-10-11
* avcodec/exr: Check xdelta, ydeltaMichael Niedermayer2020-10-11
* libavcodec/exr: fix incorrect translation of denorm mantissaMark Reid2020-09-15
* avcodec/exr: initialize axmax and bxmin to 0Paul B Mahol2020-09-12
* avcodec/exr: add support data windows larger or outside display windowMark Reid2020-09-12
* avcodec/exr: output float pixels in float pixel formatMark Reid2020-05-20
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* avcodec/exr: fix some small cosmetics nitsPaul B Mahol2020-01-22
* avcodec/exr.c: make channel name comparisons case insensitiveGonzalo Garramuño2020-01-22
* avcodec/exr: Allow duplicate use of channel indexesMichael Niedermayer2019-10-10