summaryrefslogtreecommitdiff
path: root/libavcodec/exrenc.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-29
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avutil/half2float: move non-inline init code out of headerTimo Rothenpieler2022-08-19
* avutil/half2float: move tables to header-internal structsTimo Rothenpieler2022-08-19
* avutil: move half-precision float helper to avutilTimo Rothenpieler2022-08-19
* 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