summaryrefslogtreecommitdiff
path: root/libavcodec/exrenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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