summaryrefslogtreecommitdiff
path: root/libavcodec/cfhdenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+2
* avcodec/cfhdenc: stop crashing on heights not multiple of 8Paul B Mahol2022-12-031-10/+13
* avcodec/cfhdenc: height < 4 is not supportedPaul B Mahol2022-12-011-0/+5
* avcodec/cfhdenc: readjust packet allocationPaul B Mahol2022-12-011-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-7/+8
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* 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