| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/huffyuv: remove gray8a (the format is listed but not supported by the... | Michael Niedermayer | 2020-01-06 | 1 | -2/+0 |
* | lavc/huffyuvenc: Move a variable declaration up. | Carl Eugen Hoyos | 2017-12-10 | 1 | -1/+1 |
* | avcodec/huffyuvenc : sub_left_prediction_bgr32, call dsp after 32 first byte ... | Martin Vignali | 2017-12-09 | 1 | -2/+3 |
* | avcodec/huffyuvenc : remove code duplication in sub_left_prediction | Martin Vignali | 2017-12-09 | 1 | -30/+18 |
* | avcodec/huffyuvenc : increase scalar loop count | Martin Vignali | 2017-12-09 | 1 | -2/+2 |
* | huffyuvencdsp: move shared functions to a new lossless_videoencdsp context | James Almer | 2017-01-12 | 1 | -18/+20 |
* | huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -4/+4 |
* | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a' | Derek Buitenhuis | 2016-02-03 | 1 | -1/+10 |
|\ |
|
| * | lavc: Move prediction_method to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -7/+30 |
* | | avcodec/huffyuvenc: Remove duplicate include | Michael Niedermayer | 2016-01-29 | 1 | -2/+0 |
* | | Merge commit '96c373c7704aeb1cc1d2c275fbb5d71777665589' | Derek Buitenhuis | 2016-01-28 | 1 | -10/+31 |
|\| |
|
| * | lavc: Move context_model to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -4/+29 |
* | | huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2} | Timothy Gu | 2015-10-21 | 1 | -2/+2 |
* | | avcodec/huffyuvenc: use AV_OPT_TYPE_BOOL for non_deterministic option | Paul B Mahol | 2015-09-09 | 1 | -1/+1 |
* | | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -18/+18 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -11/+11 |
* | | 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 | -4/+1 |
|\| |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -4/+1 |
* | | Merge commit '7d2a6826912b629f17f3b0c5268e334fa123c4c9' | Michael Niedermayer | 2015-06-01 | 1 | -3/+1 |
|\| |
|
| * | huffyuv: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -1/+1 |
* | | Merge commit '43171886e08b6a2f20a1e2f3ecc95a7984b591cd' | Michael Niedermayer | 2015-04-24 | 1 | -0/+4 |
|\| |
|
| * | huffyuvenc: Mark codec as init-thread-safe and init-cleanup | Vittorio Giovara | 2015-04-24 | 1 | -0/+5 |
* | | huffyuvenc: write last odd sample | Christophe Gisquet | 2014-08-25 | 1 | -4/+57 |
* | | huffyuvenc: add a non-deterministic option | Christophe Gisquet | 2014-08-19 | 1 | -0/+24 |
* | | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' | Michael Niedermayer | 2014-06-23 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -1/+1 |
* | | huffyuv: change statistics initialization | Christophe Gisquet | 2014-06-19 | 1 | -2/+2 |
* | | avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entries | Michael Niedermayer | 2014-06-09 | 1 | -1/+1 |
* | | rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16 | Michael Niedermayer | 2014-05-29 | 1 | -1/+1 |
* | | Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' | Michael Niedermayer | 2014-05-28 | 1 | -19/+21 |
|\| |
|
| * | dsputil: Split off HuffYUV encoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -17/+19 |
* | | avcodec/huffyuvenc: Make version 3 of ffvhuff non experimental | Michael Niedermayer | 2014-05-07 | 1 | -2/+2 |
* | | Merge commit '2f02bbcca050936686482453078e83dc25493da0' | Michael Niedermayer | 2014-03-01 | 1 | -2/+0 |
|\| |
|
| * | build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoder | Diego Biurrun | 2014-02-28 | 1 | -2/+0 |
* | | avcodec/huffyuvenc: only allocate stats_out when it will be used | Michael Niedermayer | 2014-02-15 | 1 | -5/+7 |
* | | avcodec/huffyuvenc: frame multi-threading support | Michael Niedermayer | 2014-01-28 | 1 | -0/+2 |
* | | avcodec/huffyuv: dont depend on bitstream_bpp having a specific value for ver... | Michael Niedermayer | 2014-01-28 | 1 | -1/+1 |
* | | avcodec/huffyuv: support gbrp9/10/12/14 | Michael Niedermayer | 2014-01-27 | 1 | -1/+7 |
* | | avcodec/huffyuv: update years in copyright | Michael Niedermayer | 2014-01-27 | 1 | -1/+1 |
* | | avcodec/huffyuvenc: fix end pointer for stats_out | Michael Niedermayer | 2014-01-26 | 1 | -2/+3 |
* | | avcodec/huffyuvenc: fail if stats_out is too small instead of silently trunca... | Michael Niedermayer | 2014-01-26 | 1 | -0/+2 |
* | | avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16 | Michael Niedermayer | 2014-01-26 | 1 | -24/+65 |
* | | Move sub_hfyu_median_prediction_int16() to losslessviddsp | Michael Niedermayer | 2014-01-20 | 1 | -19/+1 |