| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/utvideo: Move stuff only used by Ut encoder to Ut encoder | Andreas Rheinhardt | 2020-09-26 | 1 | -2/+21 |
* | avcodec/utvideodec/enc: Fix edge case of creating Huffman table | Andreas Rheinhardt | 2020-09-26 | 1 | -1/+1 |
* | avcodec: deprecate Lossless and Intra Only encoder capabilites | James Almer | 2020-05-21 | 1 | -1/+1 |
* | avcodec/utvideoenc : add SIMD (avx) for sub_left_prediction | Martin Vignali | 2018-01-28 | 1 | -19/+1 |
* | avcodec/utvideoenc: switch to planar RGB formats | Paul B Mahol | 2018-01-02 | 1 | -20/+27 |
* | Merge commit '131a85a1fed9966bbd38517f76abfac0237e39dc' | Clément Bœsch | 2017-03-20 | 1 | -6/+7 |
|\ |
|
| * | utvideo: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-08 | 1 | -6/+7 |
* | | huffyuvencdsp: move shared functions to a new lossless_videoencdsp context | James Almer | 2017-01-12 | 1 | -3/+2 |
* | | huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -1/+1 |
* | | avcodec/utvideodec: add SIMD support for median prediction for planar formats | Paul B Mahol | 2016-12-23 | 1 | -0/+3 |
* | | lavc/utvideoenc: Set bits_per_coded_sample for rgba. | Carl Eugen Hoyos | 2016-10-25 | 1 | -0/+1 |
* | | avccodec/utvideoenc: support encoding ULY4 and ULH4 | Paul B Mahol | 2016-09-04 | 1 | -1/+20 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -3/+3 |
* | | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a' | Derek Buitenhuis | 2016-02-03 | 1 | -1/+28 |
|\| |
|
| * | lavc: Move prediction_method to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -1/+28 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370' | Michael Niedermayer | 2015-07-21 | 1 | -0/+4 |
|\| |
|
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -9/+0 |
|\| |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -9/+0 |
* | | avcodec: use av_frame_free() for coded_frame | Clément Bœsch | 2015-03-02 | 1 | -1/+1 |
* | | utvideoenc: properly set slice height/last line | Christophe Gisquet | 2014-10-10 | 1 | -8/+9 |
* | | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' | Michael Niedermayer | 2014-06-23 | 1 | -5/+5 |
|\| |
|
| * | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -5/+5 |
* | | avcodec/utvideoenc: skip unused huffman entries | Michael Niedermayer | 2014-06-09 | 1 | -1/+1 |
* | | avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entries | Michael Niedermayer | 2014-06-09 | 1 | -1/+1 |
* | | lavc/utvideoenc: Enable frame-threading. | Carl Eugen Hoyos | 2014-05-31 | 1 | -0/+1 |
* | | Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' | Michael Niedermayer | 2014-05-28 | 1 | -1/+3 |
|\| |
|
| * | dsputil: Split off HuffYUV encoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -1/+3 |
* | | avcodec/utvideoenc: fix slice_bits size | Michael Niedermayer | 2014-03-01 | 1 | -2/+2 |
* | | Merge commit '3fbad00714698f59c6326edfcc63db87f525e7c0' | Michael Niedermayer | 2014-02-14 | 1 | -3/+2 |
|\| |
|
| * | utvideoenc: Enable support for multiple slices and use them | Jan Ekström | 2014-02-14 | 1 | -3/+33 |
* | | utvideoenc: Enable support for multiple slices and use them | Jan Ekström | 2014-02-14 | 1 | -3/+34 |
* | | Merge commit '5de64bb34d68d6c224dca90003172d7a27958825' | Michael Niedermayer | 2014-02-04 | 1 | -2/+8 |
|\| |
|
| * | utvideoenc: Add support for the new BT.709 FourCCs for YCbCr | Jan Ekström | 2014-02-04 | 1 | -2/+8 |
* | | avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bit | Michael Niedermayer | 2014-01-13 | 1 | -1/+3 |
* | | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 1 | -1/+1 |
|\| |
|
| * | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | | avcodec/utvideoenc: use av_fast_padded_malloc() | Paul B Mahol | 2013-10-30 | 1 | -2/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 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: use av_image_copy_plane() | Paul B Mahol | 2013-07-27 | 1 | -16/+4 |
* | | Merge commit 'f81c37e40fe3236d54da12aef9cdba48ba70ec31' | Michael Niedermayer | 2013-01-29 | 1 | -1/+0 |
|\| |
|
| * | utvideoenc/v410enc: do not set AVFrame.reference. | Anton Khirnov | 2013-01-29 | 1 | -1/+0 |
* | | utvideoenc: fix theoretical integer overflow | Michael Niedermayer | 2012-10-19 | 1 | -1/+1 |