Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -5/+5 |
| | |||||
* | dsputil: Split off HuffYUV encoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -1/+3 |
| | | | | Also shorten HuffYUV context member names to avoid clutter. | ||||
* | utvideoenc: Enable support for multiple slices and use them | Jan Ekström | 2014-02-14 | 1 | -3/+33 |
| | | | | | | | | | | | | The official Ut Video decoder only threads with slices, thus until now any files encoded by the libavcodec encoder have only been decodable with a single thread. The default slice count is now set to subsampled_height / 120. Also sets slices to 1 for the Ut Video encoder tests to keep them green. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | utvideoenc: Add support for the new BT.709 FourCCs for YCbCr | Jan Ekström | 2014-02-04 | 1 | -2/+8 |
| | | | | | | | | With cli usage the decoder might have not set the colorspace during encoder init, manual colorspace override might be needed in such cases. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
| | |||||
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | utvideoenc: use av_image_copy_plane() | Paul B Mahol | 2013-07-28 | 1 | -16/+4 |
| | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | utvideoenc/v410enc: do not set AVFrame.reference. | Anton Khirnov | 2013-01-29 | 1 | -1/+0 |
| | | | | That field will be deprecated. | ||||
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -12/+12 |
| | |||||
* | utvideoenc: Add missing AV_ prefix to codec ID | Diego Biurrun | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | utvideoenc: Switch to dsputils' median prediction | Michael Niedermayer | 2012-08-30 | 1 | -40/+28 |
| | | | | | | | 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> | ||||
* | utvideoenc: Avoid writing into the input picture | Michael Niedermayer | 2012-08-30 | 1 | -25/+41 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | utvideoenc: use ff_huff_gen_len_table | Michael Niedermayer | 2012-08-28 | 1 | -116/+4 |
| | | | | | | Avoid code duplication and provide faster and better compression. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | lavc: add Ut Video encoder | Jan Ekström | 2012-08-20 | 1 | -0/+735 |
Signed-off-by: Anton Khirnov <anton@khirnov.net> |