| Commit message (Expand) | 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 |
* | utvideoenc: Enable support for multiple slices and use them | Jan Ekström | 2014-02-14 | 1 | -3/+33 |
* | utvideoenc: Add support for the new BT.709 FourCCs for YCbCr | Jan Ekström | 2014-02-04 | 1 | -2/+8 |
* | 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 |
* | utvideoenc/v410enc: do not set AVFrame.reference. | Anton Khirnov | 2013-01-29 | 1 | -1/+0 |
* | 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 |
* | utvideoenc: Avoid writing into the input picture | Michael Niedermayer | 2012-08-30 | 1 | -25/+41 |
* | utvideoenc: use ff_huff_gen_len_table | Michael Niedermayer | 2012-08-28 | 1 | -116/+4 |
* | lavc: add Ut Video encoder | Jan Ekström | 2012-08-20 | 1 | -0/+735 |