summaryrefslogtreecommitdiff
path: root/libavcodec/proresenc_kostya.c
Commit message (Expand)AuthorAge
* avcodec/avcodec: Deprecate AV_INPUT_BUFFER_MIN_SIZEAndreas Rheinhardt2024-02-21
* 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
* avcodec/proresenc_kostya: do not write into alpha reserved bitfieldsClément Bœsch2024-01-10
* avcodec/proresenc_kostya: use a compatible bitstream versionClément Bœsch2024-01-10
* avcodec/proresenc_kostya: make a few cosmetics in encode_acs()Clément Bœsch2024-01-10
* avcodec/proresenc_kostya: add Anatoliy copyrightClément Bœsch2024-01-10
* avcodec/proresenc_kostya: simplify quantization matrix bytestream writingClément Bœsch2024-01-10
* avcodec/proresenc_kostya: fix chroma quantisation matrix in frame headerClément Bœsch2024-01-10
* avcodec/proresenc_kostya: save a few operations in DC encodingClément Bœsch2024-01-10
* avcodec/proresenc_kostya: remove one LUT indirection for run/level to codeboo...Clément Bœsch2024-01-10
* avcodec/proresenc_kostya: remove redundant codebook assignmentsClément Bœsch2024-01-10
* avcodec/proresenc_kostya: remove unused plane factor variablesClément Bœsch2024-01-10
* avcodec/proresenc_kostya: remove an unnecessary parenthesis level in MAKE_COD...Clément Bœsch2024-01-10
* avcodec/proresenc: fix alpha plane encoding bitstreamClément Bœsch2024-01-06
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec/proresenc_kostya: set avctx->profile from ctxPaul B Mahol2023-06-08
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-04
* 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
* avcodec/proresdata: Move data only used by ff_prores_ks_encoder to itAndreas Rheinhardt2022-07-30
* 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
* avcodec/proresenc_kostya: Use av_calloc/av_malloc_array()Andreas Rheinhardt2022-02-11
* avcodec/proresenc_kostya: Cleanup generically after init failureAndreas Rheinhardt2022-02-11
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-28
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/proresenc_kostya: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec/proresenc_kostya: Remove harmful checkAndreas Rheinhardt2021-04-10
* avcodec/proresenc_kostya: Factor flushing PutBitContext outAndreas Rheinhardt2021-03-30
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-21
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avcodec/prores_ks: Fix luma quantization if q >= MAX_STORED_QAlex Mogurenko2018-12-30
* prores: Use profile names in the various encoders and decodersVittorio Giovara2018-11-05
* avcodec/prores_ks : use official quant_matrix (for proxy and xq codec luma an...Martin Vignali2018-04-22
* avcodec/prores_ks : do not call estimate_alpha at each quantification stepMartin Vignali2018-04-05
* avcodec/proresenc_kostya: add 4444XQ profilePaul B Mahol2017-06-27
* avcodec/proresenc_kostya: enable frame threadingPaul B Mahol2017-06-26
* avcodec/proresenc_kostya: use frame metadata instead of avctxPaul B Mahol2017-06-26
* avcodec/prores_kostya: increase bits usage when alpha is usedPaul B Mahol2017-06-25
* Merge commit '3fd22538bc0e0de84b31335266b4b1577d3d609e'James Almer2017-03-19
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
* avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27