aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/exr.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-111-3/+3
* avcodec/exr: use uint16/uint8 where possiblePaul B Mahol2023-09-101-3/+3
* avcodec/exr: tag gamma=1.0 output as linear lightLeo Izen2023-08-171-0/+2
* avcodec/exr: remove wrong scaling for 32bit DWA compressionPaul B Mahol2023-06-081-4/+3
* avcodec/exr: Cleanup befor returnMichael Niedermayer2023-05-061-6/+12
* avutil/{color_utils, csp}: merge color_utils into csp and expose APILeo Izen2023-02-091-4/+4
* avcodec/exr: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol2022-09-241-0/+4
* avcodec/exr: fix skipping too long metadata valuesPaul B Mahol2022-09-221-1/+3
* avcodec/exr: recreate offset table outside of packetPaul B Mahol2022-09-171-3/+11
* avcodec/exr: remove less usefull log messagesPaul B Mahol2022-09-171-9/+3
* avcodec/exr: Check preview psizeMichael Niedermayer2022-09-161-2/+5
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avutil/half2float: move non-inline init code out of headerTimo Rothenpieler2022-08-191-1/+1
* avutil/half2float: move tables to header-internal structsTimo Rothenpieler2022-08-191-18/+9
* avutil/half2float: adjust conversion of NaNTimo Rothenpieler2022-08-191-1/+1
* avutil: move half-precision float helper to avutilTimo Rothenpieler2022-08-191-1/+1
* avcodec/exr: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-311-13/+13
* avcodec/exr: Check x/ysizeMichael Niedermayer2022-07-211-2/+4
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/exr: Avoid signed overflow in displayWindowMichael Niedermayer2022-04-031-2/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/exr: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-131-0/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/exr: Fix undefined integer multiplicationMichael Niedermayer2021-09-141-2/+6
* avcodec/exr: Check ac_countMichael Niedermayer2021-08-061-1/+3
* avcodec/exr: Check uncompressed_size against max_pixelsMichael Niedermayer2021-07-171-0/+3
* avcodec/exr: Better size checksMichael Niedermayer2021-06-291-1/+1
* avcodec/exr: More strictly check dc_countMichael Niedermayer2021-05-271-2/+2
* avcodec/exr: x/ymax cannot be INT_MAXMichael Niedermayer2021-05-271-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/exr: Return correct error code on allocation failureAndreas Rheinhardt2021-04-241-1/+1
* avcodec/exr: increase vlc depthMichael Niedermayer2021-04-171-1/+1
* avcodec/exr: Check oe in huf_decode() before useMichael Niedermayer2021-04-011-1/+6
* avcodec/exr: Check col/line for integer overflowMichael Niedermayer2021-03-131-0/+5
* avcodec/exr: add lut oriented half to float conversion codePaul B Mahol2021-03-021-73/+29
* avcodec/exr: add DWA decompression supportPaul B Mahol2021-03-021-11/+330
* Remove double ';'Andreas Rheinhardt2021-03-011-1/+1
* avcodec/exr: add fast path for case when powf() isn't neededPaul B Mahol2021-02-281-1/+6
* avcodec/exr: handle case when |im - IM| == 1 for huff compressionPaul B Mahol2021-02-281-0/+5
* avcodec/exr: simplify piz decompressionPaul B Mahol2021-02-241-162/+89
* avcodec/exr: export any unknown header string variable to metadataPaul B Mahol2021-02-161-5/+36
* avcodec/exr: refactor GetByteContext usagePaul B Mahol2021-02-161-63/+68
* avcodec/exr: correctly calculate display windowPaul B Mahol2021-02-161-3/+9
* avcodec/exr: add multipart supportPaul B Mahol2021-02-161-6/+83