44 Commits (cb58c771ade66afcc623250e1c7ac8191381d991)

Author SHA1 Message Date
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() 11 years ago
Paul B Mahol 60a7fac61b utvideoenc: use av_image_copy_plane() 11 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 12 years ago
Michael Niedermayer 040405b59e utvideoenc: Switch to dsputils' median prediction 12 years ago
Michael Niedermayer bbefd27e52 utvideoenc: Avoid writing into the input picture 12 years ago
Michael Niedermayer 0e781d9405 utvideoenc: remove unused variable 12 years ago
Michael Niedermayer 6d35470063 utvideoenc: use ff_huff_gen_len_table 12 years ago
Michael Niedermayer 12ad68b7e2 utvideoenc: use dsp.sub_hfyu_median_prediction 12 years ago
Michael Niedermayer 729b2d02af utvideoenc: align mangled buffer starts. 12 years ago
Michael Niedermayer d79c87a697 utvideoenc: drop step 12 years ago
Michael Niedermayer ba69eb5221 utvideoenc: avoid writing into the input picture. 12 years ago
Michael Niedermayer f92f4935ac utvideoenc: use ff_generate_len() 12 years ago
Michael Niedermayer 4fced11df7 utvideoenc: optimize and simplify mangle_rgb_planes 12 years ago
Derek Buitenhuis 18263698ab utvideoenc: Port to ff_alloc_packet2 12 years ago
Jan Ekström 1ab5a78042 lavc: add Ut Video encoder 12 years ago