summaryrefslogtreecommitdiff
path: root/libavcodec/proresenc_anatoliy.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-1/+2
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-2/+4
* avcodec: Remove unnecessary fft, dct inclusionsAndreas Rheinhardt2022-11-111-1/+0
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-2/+2
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-11/+11
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-18/+18
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/proresenc_anatoliy: Remove redundant pixel format checkAndreas Rheinhardt2021-10-021-3/+0
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-1/+0
* avcodec/proresenc_anatoliy: Deduplicate pix_fmts arraysAndreas Rheinhardt2021-07-081-2/+7
* avcodec/proresenc_anatoliy: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-8/+1
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec/proresenc_anatoliy: Mark encoders as init-threadsafeAndreas Rheinhardt2021-05-021-2/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec/proresenc_anatoliy: Fix memleak upon init errorAndreas Rheinhardt2021-04-021-0/+2
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-1/+1
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* avcodec/proresenc: infer array lengthsMichael Bradshaw2020-08-211-10/+10
* avcodec/proresenc: add support for PQ and HLGMichael Bradshaw2020-08-211-1/+2
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-211-2/+2
* Revert "avcodec/proresenc_anatoliy: support for more color matrix for proresenc"Limin Wang2020-05-041-5/+4
* avcodec/proresenc_anatoliy: support for more color matrix for proresencLimin Wang2020-05-031-4/+5
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-1/+1
* avcodec/proresenc_anatoliy: Fix invalid left shift of negative numberAndreas Rheinhardt2020-01-081-1/+1
* avcodec/proresenc_aw : fix interlace encoding for unsafe heightMartin Vignali2019-03-091-2/+2
* avcodec/proresenc_aw : fix sub_image_with_fill for interlaced encodingMartin Vignali2019-02-271-2/+2
* avcodec/proresenc_aw : indent after prev commitMartin Vignali2019-02-231-8/+8
* avcodec/proresenc_aw : add interlace encodingMartin Vignali2019-02-231-21/+90
* avcodec/proresenc_aw : merge funcs subimage_with_fill and subimage_alpha_with...Martin Vignali2019-02-231-29/+21
* avcodec/proresenc_aw : move scantable to prores contextMartin Vignali2019-02-231-7/+10
* avcodec/proresenc_aw : move picture encoding after frame header writeMartin Vignali2019-02-231-8/+12
* avcodec/proresenc_aw : simplify frame flagsMartin Vignali2019-02-231-5/+5
* avcodec/prores_aw : add 4444 xq supportMartin Vignali2018-12-041-9/+28
* avcodec/prores_aw : only set color prim, trc, space values if supportedMartin Vignali2018-12-041-3/+10
* avcodec/prores_aw : add vendor optionMartin Vignali2018-12-041-1/+35
* avcodec/prores_aw : add support for prores 444 with alphaMartin Vignali2018-11-081-10/+155
* avcodec/prores_aw : cosmetic indent and add comment to describe frame header ...Martin Vignali2018-11-081-5/+5
* avcodec/prores_aw : change src pix_fmt and alpha descriptionMartin Vignali2018-11-081-0/+8
* prores: Use profile names in the various encoders and decodersVittorio Giovara2018-11-051-8/+3
* proresenc_anatoliy: Rename a profile name with the correct oneVittorio Giovara2018-11-051-8/+8
* avcodec/proresenc_aw : use for frame flag in the header the same value than t...Martin Vignali2018-10-181-1/+1
* avcodec/proresenc_aw : add support for prores 444Martin Vignali2018-10-181-51/+117
* avcodec/prores_enc : not calculate dct a each quantif search stepMartin Vignali2018-10-181-40/+51
* avcodec/proresenc_aw : use qp close to the official encoderMartin Vignali2018-10-181-2/+2
* avcodec/proresenc_aw : use AVframe primaries, transfert, colorspace for frame...Martin Vignali2018-10-181-3/+3
* avcodec/proresenc_aw : use scan table from prores_data fileMartin Vignali2018-10-181-12/+2
* avcodec/proresenc_anatoliy: remove coded_frame useMichael Niedermayer2015-07-291-3/+0