summaryrefslogtreecommitdiff
path: root/libavcodec/hdrdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/hdrdec: Check for end of input in decompress()Michael Niedermayer2022-12-281-3/+11
* avcodec/hdrdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol2022-09-241-4/+8
* avcodec/hdrdec: Update w in inner loop of decompress()Michael Niedermayer2022-09-161-1/+1
* 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-4/+1
* avcodec/hdrdec: lines can be emptyMichael Niedermayer2022-07-201-1/+1
* avcodec: add Radiance HDR image format supportPaul B Mahol2022-07-161-0/+222