summaryrefslogtreecommitdiff
path: root/libavcodec/exrenc.c
Commit message (Expand)AuthorAge
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* 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/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-28
* avcodec/exrenc: Allow user-supplied buffersAndreas Rheinhardt2021-05-15
* avcodec/exrenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-10
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/exrenc: move float2half code to own headerPaul B Mahol2021-03-02
* avcodec/exrenc: add half-float supportPaul B Mahol2021-02-27
* avcodec/exrenc: use correct type for actual_size as argument for zlibPaul B Mahol2021-02-23
* avcodec: add initial exr image encoderPaul B Mahol2021-02-18