50 Commits (e4788ae31b2e9af45d11f4bf4498c075dcc25a6c)

Author SHA1 Message Date
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
Michael Niedermayer b70582e92f avcodec/proresenc_anatoliy: Check av_frame_alloc() return code 10 years ago
James Almer d8c52f5d04 proresenc_anatoliy: use put_sbits() 10 years ago
Christophe Gisquet 3814f92fd7 lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 10 years ago
Clément Bœsch 546d69eb43 avcodec: use av_frame_free() for coded_frame 10 years ago
Dyami Caliri 50833c9f7b Fix buffer_size argument to init_put_bits() in multiple encoders. 10 years ago
Michael Niedermayer 7cb8f7ded4 avcodec/proresenc_anatoliy: check against maximum dimensions 11 years ago
Michael Niedermayer 82efa24c51 avcodec/proresenc_anatoliy: simplify get() 11 years ago
Michael Niedermayer f6b1cd3936 avcodec/proresenc_anatoliy: load 4 samples at a time in get() 11 years ago
Michael Niedermayer 63b4d6feb8 avcodec/proresenc_anatoliy: Use fdct from DSPContext instead of direct call. 11 years ago
Michael Niedermayer e263af3024 avcodec/proresenc_anatoliy: Set bits_per_raw_sample 11 years ago
Michael Niedermayer e5dc7439e3 avcodec/proresenc_anatoliy: Fix () in macros 11 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 12 years ago
Michael Niedermayer b3c3996212 avcodec: rename prores encoders 12 years ago
Michael Niedermayer 397ebc1d9b proresenc_anatoliy: add 2 const to silence 2 warnings 13 years ago
Speedy Gonzales ffda8f0f0f Proresenc: add multithreading support 13 years ago
Clément Bœsch 3c1d52d30b Fix a few @file doxy inconsistencies. 13 years ago
Michael Niedermayer dd7d08ee89 proresenc_anatoly: fix encoded mantissa. 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer d388dd9ee3 proresenc_anatoliy: switch to ff_alloc_packet2(). 13 years ago
Michael Niedermayer 4916a8fc44 prores_anatoliy: remove unused variable from prores_encode_frame() 13 years ago
Michael Niedermayer 3be7917894 proresenc_anatoliy: switch to encode2 13 years ago
Michael Niedermayer 8812c97b98 proresenc: Rename for incoming NIH-syndrom. 13 years ago
Kostya Shishkov 1a265f6187 prores encoder 13 years ago
Paul B Mahol ba10207bbe Use more designated initializers. 13 years ago
Michael Niedermayer 16b771b1f4 cleanup: for(int 13 years ago
Michael Niedermayer c3d56f0ea3 proresenc: fix typo that caused the wrong dimensions to be used. 13 years ago
Reimar Döffinger b264e5ca13 Remove pointless per-frame malloc/free. 14 years ago
Michael Niedermayer 3c32a941b7 propresenc: fix missed LE pixfmt occurance 14 years ago
Michael Niedermayer 64a41dc21f proresenc: the encoder expects native endian input. 14 years ago
Michael Niedermayer 9b04f51d5f proresenc: add forgotten bytestream include 14 years ago
Reimar Döffinger c5865a8967 Use bytestream functions to write header. 14 years ago
Reimar Döffinger d9f4dc52a0 Only do 1 malloc instead of 3 and check for failure. 14 years ago
Reimar Döffinger 5c9b9165cd Remove unnecessary memset. 14 years ago