summaryrefslogtreecommitdiff
path: root/libavcodec/cfhdenc.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/cfhdenc: stop crashing on heights not multiple of 8Paul B Mahol2022-12-03
* avcodec/cfhdenc: height < 4 is not supportedPaul B Mahol2022-12-01
* avcodec/cfhdenc: readjust packet allocationPaul B Mahol2022-12-01
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-27
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* 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
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/cfhdenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/cfhdenc: do not try to encode junkPaul B Mahol2021-02-24
* avcodec/cfhdenc: add padding to each decompositionPaul B Mahol2021-02-24
* avcodec/cfhdenc: refactor DSP code for CFHD encoderPaul B Mahol2021-02-24
* avcodec/cfhdenc: use pts instead of frame numberPaul B Mahol2021-02-19
* avcodec/cfhdenc: Fix leaks on allocation errorsAndreas Rheinhardt2020-09-14
* avcodec: extend CFHD descriptionPaul B Mahol2020-08-14
* avcodec/cfhdenc: mark filter as always inlinePaul B Mahol2020-08-11
* avcodec/cfhdenc: optimize writting of small runcodesPaul B Mahol2020-08-11
* avcodec/cfhdenc: improve quality vs size ratioPaul B Mahol2020-08-11
* avcodec/cfhdenc: free alpha buffer on closingPaul B Mahol2020-08-08
* avcodec/cfhdenc: add gbrap12 pixel format supportPaul B Mahol2020-08-08
* avcodec/cfhdenc: compand coefficientsPaul B Mahol2020-08-08
* avcodec/cfhdenc: also write FrameNumber tagPaul B Mahol2020-08-08
* avcodec/cfhdenc: fix setting default compression levelPaul B Mahol2020-08-03
* avcodec/cfhdenc: extend quantization tablePaul B Mahol2020-08-03
* avcodec/cfhdenc: fix PrescaleTable for YUV422P10Paul B Mahol2020-08-03
* avcodec: add CFHD encoderPaul B Mahol2020-08-02