67 Commits (dabac26fa56ecd6d1ae381091182c300afa1995c)

Author SHA1 Message Date
James Almer 13b1bbff0b avcodec: deprecate Lossless and Intra Only encoder capabilites 5 years ago
Martin Vignali 8f9c38b196 avcodec/utvideoenc : add SIMD (avx) for sub_left_prediction 7 years ago
Paul B Mahol 57d0c24132 avcodec/utvideoenc: switch to planar RGB formats 7 years ago
James Almer cf9ef83960 huffyuvencdsp: move shared functions to a new lossless_videoencdsp context 8 years ago
James Almer 30c1f27299 huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp 8 years ago
Paul B Mahol ea93052db3 avcodec/utvideodec: add SIMD support for median prediction for planar formats 8 years ago
Carl Eugen Hoyos 134233972e lavc/utvideoenc: Set bits_per_coded_sample for rgba. 8 years ago
Diego Biurrun 131a85a1fe utvideo: Change type of array stride parameters to ptrdiff_t 8 years ago
Paul B Mahol 3c55baf08f avccodec/utvideoenc: support encoding ULY4 and ULH4 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Vittorio Giovara 2862b63783 lavc: Move prediction_method to codec private options 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
Clément Bœsch 546d69eb43 avcodec: use av_frame_free() for coded_frame 10 years ago
Christophe Gisquet cb530dda7d utvideoenc: properly set slice height/last line 10 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Michael Niedermayer 637093a2db avcodec/utvideoenc: skip unused huffman entries 11 years ago
Michael Niedermayer 334aafe565 avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entries 11 years ago
Carl Eugen Hoyos c528d833a9 lavc/utvideoenc: Enable frame-threading. 11 years ago
Diego Biurrun 512f3ffe9b dsputil: Split off HuffYUV encoding bits into their own context 11 years ago
Michael Niedermayer 0a8c90202b avcodec/utvideoenc: fix slice_bits size 11 years ago
Jan Ekström efec857c9f utvideoenc: Enable support for multiple slices and use them 11 years ago
Jan Ekström 3fbad00714 utvideoenc: Enable support for multiple slices and use them 11 years ago
Jan Ekström 5de64bb34d utvideoenc: Add support for the new BT.709 FourCCs for YCbCr 11 years ago
Michael Niedermayer 7b41cbac7f avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bit 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Paul B Mahol 8e609eb475 avcodec/utvideoenc: use av_fast_padded_malloc() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol b09d86c636 utvideoenc: use av_image_copy_plane() 12 years ago
Paul B Mahol 60a7fac61b utvideoenc: use av_image_copy_plane() 12 years ago
Anton Khirnov 231fd1ed39 utvideoenc/v410enc: do not set AVFrame.reference. 12 years ago
Michael Niedermayer 0fa26bd470 utvideoenc: fix theoretical integer overflow 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 76fa7e09f1 utvideoenc: Add missing AV_ prefix to codec ID 13 years ago
Michael Niedermayer 040405b59e utvideoenc: Switch to dsputils' median prediction 13 years ago
Michael Niedermayer bbefd27e52 utvideoenc: Avoid writing into the input picture 13 years ago
Michael Niedermayer 0e781d9405 utvideoenc: remove unused variable 13 years ago
Michael Niedermayer 6d35470063 utvideoenc: use ff_huff_gen_len_table 13 years ago
Michael Niedermayer 12ad68b7e2 utvideoenc: use dsp.sub_hfyu_median_prediction 13 years ago
Michael Niedermayer 729b2d02af utvideoenc: align mangled buffer starts. 13 years ago
Michael Niedermayer d79c87a697 utvideoenc: drop step 13 years ago
Michael Niedermayer ba69eb5221 utvideoenc: avoid writing into the input picture. 13 years ago
Michael Niedermayer f92f4935ac utvideoenc: use ff_generate_len() 13 years ago
Michael Niedermayer 4fced11df7 utvideoenc: optimize and simplify mangle_rgb_planes 13 years ago
Derek Buitenhuis 18263698ab utvideoenc: Port to ff_alloc_packet2 13 years ago
Jan Ekström 1ab5a78042 lavc: add Ut Video encoder 13 years ago