Anton Khirnov
231fd1ed39
utvideoenc/v410enc: do not set AVFrame.reference.
That field will be deprecated.
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
Also, align the mangled RGB planes, which is required for the
SIMD versions of dsputils' median predict.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Michael Niedermayer
bbefd27e52
utvideoenc: Avoid writing into the input picture
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Michael Niedermayer
6d35470063
utvideoenc: use ff_huff_gen_len_table
Avoid code duplication and provide faster and better compression.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
12 years ago
Jan Ekström
1ab5a78042
lavc: add Ut Video encoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years ago