106 Commits (784a72a116c29a38ec55ce81e165a29bdd00c497)

Author SHA1 Message Date
Michael Niedermayer 93e0265e27
avcodec/proresenc_kostya: use unsigned alpha for rotation 7 months ago
James Almer 1b9af306da avcodec: use the renamed av_zero_extend 8 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
Michael Niedermayer e0e30e07a1
avcodec/proresenc_kostya: Remove bug similarity text 11 months ago
Andreas Rheinhardt 1d66a122df avcodec/avcodec: Deprecate AV_INPUT_BUFFER_MIN_SIZE 12 months ago
Anton Khirnov 1e7d2007c3 all: use designated initializers for AVOption.unit 12 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 1 year ago
Clément Bœsch 6d35911667 avcodec/proresenc_kostya: do not write into alpha reserved bitfields 1 year ago
Clément Bœsch aa7ccd0ce9 avcodec/proresenc_kostya: use a compatible bitstream version 1 year ago
Clément Bœsch 1081bae94d avcodec/proresenc_kostya: make a few cosmetics in encode_acs() 1 year ago
Clément Bœsch 7af42088d7 avcodec/proresenc_kostya: add Anatoliy copyright 1 year ago
Clément Bœsch d6e0fb7c92 avcodec/proresenc_kostya: simplify quantization matrix bytestream writing 1 year ago
Clément Bœsch cbee015867 avcodec/proresenc_kostya: fix chroma quantisation matrix in frame header 1 year ago
Clément Bœsch 631fa19ee0 avcodec/proresenc_kostya: save a few operations in DC encoding 1 year ago
Clément Bœsch c35733006a avcodec/proresenc_kostya: remove one LUT indirection for run/level to codebook mapping 1 year ago
Clément Bœsch e940baa65b avcodec/proresenc_kostya: remove redundant codebook assignments 1 year ago
Clément Bœsch e453efcfbc avcodec/proresenc_kostya: remove unused plane factor variables 1 year ago
Clément Bœsch 2ac88c1362 avcodec/proresenc_kostya: remove an unnecessary parenthesis level in MAKE_CODE() macro 1 year ago
Clément Bœsch 9109273e3b avcodec/proresenc: fix alpha plane encoding bitstream 1 year ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year ago
Paul B Mahol 1d7a6eaee6 avcodec/proresenc_kostya: set avctx->profile from ctx 2 years ago
James Almer 2f561ba953 avcodec: use the new AVFrame interlace flags in all decoders and encoders 2 years ago
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 92e702863c avcodec/proresdata: Move data only used by ff_prores_ks_encoder to it 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt fb36af3b66 avcodec/proresenc_kostya: Use av_calloc/av_malloc_array() 3 years ago
Andreas Rheinhardt 9d5810702c avcodec/proresenc_kostya: Cleanup generically after init failure 3 years ago
Andreas Rheinhardt ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Andreas Rheinhardt cc07608240 avcodec/proresenc_kostya: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Andreas Rheinhardt 7c109cb923 avcodec/proresenc_kostya: Remove harmful check 4 years ago
Andreas Rheinhardt f9d1528fc9 avcodec/proresenc_kostya: Factor flushing PutBitContext out 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
James Almer 13b1bbff0b avcodec: deprecate Lossless and Intra Only encoder capabilites 5 years ago
Paul B Mahol d64cbd4fda remove CHAR_MIN/CHAR_MAX usage 5 years ago
Alex Mogurenko e4788ae31b avcodec/prores_ks: Fix luma quantization if q >= MAX_STORED_Q 6 years ago
Vittorio Giovara cdc487bfc8 prores: Use profile names in the various encoders and decoders 6 years ago
Martin Vignali e6e4625862 avcodec/prores_ks : use official quant_matrix (for proxy and xq codec luma and chroma quant matrix is not the same) 7 years ago
Martin Vignali 1425114af2 avcodec/prores_ks : do not call estimate_alpha at each quantification step 7 years ago
Paul B Mahol bbaca6e867 avcodec/proresenc_kostya: add 4444XQ profile 8 years ago
Paul B Mahol 915be7e13a avcodec/proresenc_kostya: enable frame threading 8 years ago
Paul B Mahol 4bd4fc56ab avcodec/proresenc_kostya: use frame metadata instead of avctx 8 years ago
Paul B Mahol 315f51128a avcodec/prores_kostya: increase bits usage when alpha is used 8 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago