summaryrefslogtreecommitdiff
path: root/libavcodec/cfhdenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec/cfhdenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-021-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-1/+1
* avcodec/cfhdenc: do not try to encode junkPaul B Mahol2021-02-241-1/+1
* avcodec/cfhdenc: add padding to each decompositionPaul B Mahol2021-02-241-3/+3
* avcodec/cfhdenc: refactor DSP code for CFHD encoderPaul B Mahol2021-02-241-90/+33
* avcodec/cfhdenc: use pts instead of frame numberPaul B Mahol2021-02-191-1/+1
* avcodec/cfhdenc: Fix leaks on allocation errorsAndreas Rheinhardt2020-09-141-0/+1
* avcodec: extend CFHD descriptionPaul B Mahol2020-08-141-1/+1
* avcodec/cfhdenc: mark filter as always inlinePaul B Mahol2020-08-111-1/+1
* avcodec/cfhdenc: optimize writting of small runcodesPaul B Mahol2020-08-111-5/+8
* avcodec/cfhdenc: improve quality vs size ratioPaul B Mahol2020-08-111-80/+80
* avcodec/cfhdenc: free alpha buffer on closingPaul B Mahol2020-08-081-0/+5
* avcodec/cfhdenc: add gbrap12 pixel format supportPaul B Mahol2020-08-081-5/+39
* avcodec/cfhdenc: compand coefficientsPaul B Mahol2020-08-081-47/+98
* avcodec/cfhdenc: also write FrameNumber tagPaul B Mahol2020-08-081-1/+4
* avcodec/cfhdenc: fix setting default compression levelPaul B Mahol2020-08-031-2/+3
* avcodec/cfhdenc: extend quantization tablePaul B Mahol2020-08-031-16/+81
* avcodec/cfhdenc: fix PrescaleTable for YUV422P10Paul B Mahol2020-08-031-1/+1
* avcodec: add CFHD encoderPaul B Mahol2020-08-021-0/+760