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