aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/exrenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/exrenc: add av_cold to some functionsPaul B Mahol2022-07-061-2/+2
* avcodec/exrenc: add grayf32 format supportPaul B Mahol2022-06-301-0/+8
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-1/+0
* avcodec/exrenc: Allow user-supplied buffersAndreas Rheinhardt2021-05-151-2/+3
* avcodec/exrenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-101-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/exrenc: move float2half code to own headerPaul B Mahol2021-03-021-47/+5
* avcodec/exrenc: add half-float supportPaul B Mahol2021-02-271-28/+138
* avcodec/exrenc: use correct type for actual_size as argument for zlibPaul B Mahol2021-02-231-3/+6
* avcodec: add initial exr image encoderPaul B Mahol2021-02-181-0/+481