83 Commits (11b02fc675bc2a4b98001c0f64fbcd45758077d9)

Author SHA1 Message Date
Andreas Rheinhardt e559f8428f avcodec: Remove unnecessary fft, dct inclusions 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt a499b4345b avcodec: Make ff_alloc_packet() based encoders accept user buffers 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 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 c10a2959c0 avcodec/proresenc_anatoliy: Remove redundant pixel format check 3 years ago
Andreas Rheinhardt ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt d46de6d4bc avcodec/proresenc_anatoliy: Deduplicate pix_fmts arrays 4 years ago
Andreas Rheinhardt a45058ddf9 avcodec/proresenc_anatoliy: Deduplicate AVClasses 4 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Andreas Rheinhardt 0ca016ea93 avcodec/proresenc_anatoliy: Mark encoders as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt d789d72d30 avcodec/proresenc_anatoliy: Fix memleak upon init error 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Michael Bradshaw b97eb35308 avcodec/proresenc: infer array lengths 4 years ago
Michael Bradshaw b30f737f7a avcodec/proresenc: add support for PQ and HLG 4 years ago
James Almer 13b1bbff0b avcodec: deprecate Lossless and Intra Only encoder capabilites 5 years ago
Limin Wang aa6d32ae43 Revert "avcodec/proresenc_anatoliy: support for more color matrix for proresenc" 5 years ago
Limin Wang e0eed1fd52 avcodec/proresenc_anatoliy: support for more color matrix for proresenc 5 years ago
Paul B Mahol d64cbd4fda remove CHAR_MIN/CHAR_MAX usage 5 years ago
Andreas Rheinhardt 198081efb7 avcodec/proresenc_anatoliy: Fix invalid left shift of negative number 5 years ago
Martin Vignali 26cf50404d avcodec/proresenc_aw : fix interlace encoding for unsafe height 6 years ago
Martin Vignali a3f65f5e9f avcodec/proresenc_aw : fix sub_image_with_fill for interlaced encoding 6 years ago
Martin Vignali 37e4c226c0 avcodec/proresenc_aw : indent after prev commit 6 years ago
Martin Vignali 132ed206d6 avcodec/proresenc_aw : add interlace encoding 6 years ago
Martin Vignali e7cbbb7374 avcodec/proresenc_aw : merge funcs subimage_with_fill and subimage_alpha_with_fill 6 years ago
Martin Vignali 8a4a952e45 avcodec/proresenc_aw : move scantable to prores context 6 years ago
Martin Vignali 2016f9c3bc avcodec/proresenc_aw : move picture encoding after frame header write 6 years ago
Martin Vignali 6cc8cfe30c avcodec/proresenc_aw : simplify frame flags 6 years ago
Martin Vignali 1edaf601f3 avcodec/prores_aw : add 4444 xq support 6 years ago
Martin Vignali bbbbf23759 avcodec/prores_aw : only set color prim, trc, space values if supported 6 years ago
Martin Vignali 4141d45ae3 avcodec/prores_aw : add vendor option 6 years ago
Martin Vignali ff3b4f91cd avcodec/prores_aw : add support for prores 444 with alpha 6 years ago
Martin Vignali 4d32c2b4e0 avcodec/prores_aw : cosmetic indent and add comment to describe frame header value 6 years ago
Martin Vignali 105891cd58 avcodec/prores_aw : change src pix_fmt and alpha description 6 years ago
Vittorio Giovara cdc487bfc8 prores: Use profile names in the various encoders and decoders 6 years ago
Vittorio Giovara febaa63b0f proresenc_anatoliy: Rename a profile name with the correct one 6 years ago
Martin Vignali e832d769f4 avcodec/proresenc_aw : use for frame flag in the header the same value than the official encoder 6 years ago
Martin Vignali c51b36ec8f avcodec/proresenc_aw : add support for prores 444 6 years ago
Martin Vignali 98637be753 avcodec/prores_enc : not calculate dct a each quantif search step 6 years ago
Martin Vignali cea5e90bde avcodec/proresenc_aw : use qp close to the official encoder 6 years ago
Martin Vignali 1a45b12cdc avcodec/proresenc_aw : use AVframe primaries, transfert, colorspace for frame header instead of default (unknown, unknown, Rec601) 6 years ago
Martin Vignali d7731ea9d4 avcodec/proresenc_aw : use scan table from prores_data file 6 years ago
Michael Niedermayer 15eda746e7 avcodec/proresenc_anatoliy: remove coded_frame use 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Michael Niedermayer e0fd319784 avcodec/proresenc_anatoliy: Use more specific error codes 10 years ago