aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/exr.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/exr: Fix preview overflowMichael Niedermayer2024-05-131-1/+1
* avcodec/exr: Dont use 64bits to hold 6bitsMichael Niedermayer2024-04-031-1/+1
* avcodec/exr: Check for remaining bits in huf_unpack_enc_table()Michael Niedermayer2024-04-031-1/+4
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-17/+17
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* 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