| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | avcdoec/huffyuvenc: optimize sub_left_prediction() | Michael Niedermayer | 2014-01-20 | 1 | -8/+15 |
* | | Move add/diff_int16 to lossless_videodsp | Michael Niedermayer | 2014-01-20 | 1 | -1/+1 |
* | | avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputil | Michael Niedermayer | 2014-01-20 | 1 | -10/+1 |
* | | avcodec/huffyuv: fix median prediction for >8bps | Michael Niedermayer | 2014-01-16 | 1 | -1/+28 |
* | | avcodec/huffyuv: add YUVA{420,422,444}P{9,10} support | Michael Niedermayer | 2014-01-16 | 1 | -0/+9 |
* | | avcodec/huffyuv: add YUV{420,422,444}P{9,10,12,14} support | Michael Niedermayer | 2014-01-16 | 1 | -1/+14 |
* | | libavcodec/huffyuv: >8 bit support | Michael Niedermayer | 2014-01-16 | 1 | -29/+95 |
* | | avcodec/huffyuvenc: init bps from pixel descriptor | Michael Niedermayer | 2014-01-16 | 1 | -1/+1 |
* | | avcodec/huffyuv: add a field that represents the number of symbols | Michael Niedermayer | 2014-01-16 | 1 | -0/+1 |
* | | avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bit | Michael Niedermayer | 2014-01-13 | 1 | -2/+3 |
* | | avcodec/huffyuvenc: Factorize store_huffman_tables() out | Michael Niedermayer | 2014-01-08 | 1 | -24/+29 |
* | | avcodec/huffyuvenc: fix -context 1 encoding | Michael Niedermayer | 2014-01-08 | 1 | -1/+6 |
* | | avcodec/huffyuv: add YUVA420P, YUVA422P, YUVA444P, GBRAP, GRAY8A | Michael Niedermayer | 2014-01-06 | 1 | -9/+20 |
* | | avcodec/huffyuv: add GRAY8 support | Michael Niedermayer | 2014-01-06 | 1 | -0/+2 |
* | | avcodec/huffyuv: add GBRP support | Michael Niedermayer | 2014-01-06 | 1 | -2/+4 |
* | | avcodec/huffyuv: Support more 8bit YUV formats | Michael Niedermayer | 2014-01-06 | 1 | -4/+145 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-17 | 1 | -6/+9 |
|\| |
|
| * | huffyuv: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -6/+9 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | Merge commit '55c4cba2a7037161ea56b2d55b347c8381df7f1e' | Michael Niedermayer | 2013-07-30 | 1 | -57/+76 |
|\| |
|
| * | huffyuvenc: BGRA support | Michael Niedermayer | 2013-07-29 | 1 | -35/+116 |
* | | Merge commit 'b047c68783aa4042b322af7af043b643d5daf09c' | Michael Niedermayer | 2012-12-23 | 1 | -40/+107 |
|/ |
|
* | huffyuv: split encoder and decoder into separate files. | Anton Khirnov | 2012-12-23 | 1 | -0/+633 |