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