summaryrefslogtreecommitdiff
path: root/libavcodec/exrenc.c
Commit message (Expand)AuthorAge
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/exrenc: add av_cold to some functionsPaul B Mahol2022-07-06
* avcodec/exrenc: add grayf32 format supportPaul B Mahol2022-06-30
* 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