35 Commits (5d3addb937946eca5391e40b5e6308e74ac6f77b)

Author SHA1 Message Date
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Vittorio Giovara 05fb4c9aaf proresenc: Do not entangle coded_frame 9 years ago
Luca Barbato 0a51c7d42a prores: Set the bits_per_coded_sample for alpha pix_fmt 10 years ago
Luca Barbato 4690e01c3a prores: Evaluate all the quantizers 10 years ago
Christophe Gisquet 41e1354c10 proresenc: Properly account for alpha plane 10 years ago
Christophe Gisquet 45ce880a9b proresenc: Realloc if buffer is too small 10 years ago
Christophe Gisquet 58b68e4fde proresenc: Report buffer overflow 10 years ago
Christophe Gisquet b16699f2da proresenc: Remove unneeded parameters from encode_alpha_plane() 10 years ago
Diego Biurrun a9aee08d90 dsputil: Split off FDCT bits into their own context 11 years ago
Diego Biurrun a55546f48d proresenc: Reuse proper dsputil infrastructure for FDCT 11 years ago
Diego Biurrun 92e598a57a prores: Drop DSP infrastructure for prores encoder bits 11 years ago
Diego Biurrun d6acefe058 proresenc: Drop unnecessary DCT permutation bits 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Kostya Shishkov 0b0953baec proresenc: alpha coding support 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Martin Storsjö cc86bd4ccc proresenc: Don't free a buffer not owned by the codec 12 years ago
Martin Storsjö 6d9e74cd41 proresenc: Write the full value in one put_bits call 12 years ago
Maksalov Boris c0f4cf7798 prores: interlaced ProRes encoding 12 years ago
Boris Maksalov cee03436e6 proresenc: use the edge emulation buffer 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Mans Rullgard 1c2c64edac proresenc: make a variable local to the loop where it is used 13 years ago
Kostya Shishkov 83632cbb11 proresenc: multithreaded quantiser search 13 years ago
Kostya Shishkov 6acac061ab prores: allow user to set fixed quantiser 13 years ago
Kostya Shishkov 4db4b53dc8 proresenc: give user a possibility to alter some encoding parameters 13 years ago
Kostya Shishkov 12b812d2e5 prores: store and retrieve extended colourspace information 13 years ago
Phil Barrett c7084182e8 proresenc: correct edge emulation 13 years ago
Kostya Shishkov 235d693286 prores: handle 444 chroma in right order 13 years ago
Christophe GISQUET b5696ff2b8 prores: use natural integer type for the codebook index 13 years ago
Kostya Shishkov 6d702dc072 proresenc: force bitrate not to exceed given limit 13 years ago
Kostya Shishkov 17b11ffec7 proresenc: initialise 'sign' variable 13 years ago
Kostya Shishkov 1a265f6187 prores encoder 13 years ago