| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/huffyuv: Update outdated link | Andreas Rheinhardt | 2022-10-09 | 1 | -1/+1 |
* | avcodec/huffyuv: Speed up generating Huffman codes | Andreas Rheinhardt | 2022-10-09 | 1 | -9/+13 |
* | avcodec/huffyuv: Split HYuvContext into decoder and encoder context | Andreas Rheinhardt | 2022-10-09 | 1 | -9/+10 |
* | avcodec/huffyuv: Inline ff_huffyuv_common_init() in its callers | Andreas Rheinhardt | 2022-10-09 | 1 | -9/+0 |
* | avcodec/huffyuv: Use AVCodecContext.(width|height) directly | Andreas Rheinhardt | 2022-10-09 | 1 | -7/+2 |
* | avocdec/huffyuvdec: Don't use HYuvContext.avctx | Andreas Rheinhardt | 2022-10-09 | 1 | -1/+0 |
* | huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -1/+0 |
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' | Michael Niedermayer | 2014-06-23 | 1 | -2/+2 |
|\ |
|
| * | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -2/+2 |
* | | Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' | Michael Niedermayer | 2014-05-27 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Split off HuffYUV decoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -0/+1 |
* | | avcodec/huffyuv: simplify allocation of temporaries | Michael Niedermayer | 2014-02-19 | 1 | -10/+4 |
* | | avcodec/huffyuv: dont depend on bitstream_bpp having a specific value for ver... | Michael Niedermayer | 2014-01-28 | 1 | -1/+1 |
* | | avcodec/huffyuv: update years in copyright | Michael Niedermayer | 2014-01-27 | 1 | -1/+1 |
* | | avcodec/lossless_videodsp: Pass AVCodecContext to init | Michael Niedermayer | 2014-01-23 | 1 | -1/+1 |
* | | Move add/diff_int16 to lossless_videodsp | Michael Niedermayer | 2014-01-20 | 1 | -0/+1 |
* | | libavcodec/huffyuv: >8 bit support | Michael Niedermayer | 2014-01-16 | 1 | -3/+5 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit 'b047c68783aa4042b322af7af043b643d5daf09c' | Michael Niedermayer | 2012-12-23 | 1 | -1504/+10 |
|\| |
|
| * | huffyuv: split encoder and decoder into separate files. | Anton Khirnov | 2012-12-23 | 1 | -1420/+14 |
* | | huffyuv: return meaningful error codes | Paul B Mahol | 2012-12-06 | 1 | -16/+16 |
* | | huffyuv: check for malloc failures | Paul B Mahol | 2012-12-06 | 1 | -14/+33 |
* | | huffyuv: make use of av_fast_padded_malloc() | Paul B Mahol | 2012-12-06 | 1 | -3/+2 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | huffyuvdec: check width more completely, avoid out of array accesses | Michael Niedermayer | 2012-11-29 | 1 | -1/+4 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -20/+20 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -16/+16 |
| * | Remove some silly disabled code. | Diego Biurrun | 2012-10-01 | 1 | -5/+0 |
* | | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112' | Michael Niedermayer | 2012-08-29 | 1 | -2/+2 |
|\| |
|
| * | huffman: add ff_huff_gen_len_table | Michael Niedermayer | 2012-08-28 | 1 | -62/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-27 | 1 | -527/+582 |
|\| |
|
| * | huffyuv: update to current coding style | Luca Barbato | 2012-08-27 | 1 | -521/+576 |
* | | huffman/huffyuv: move lorens huffman table generation code to huffman.c/h | Michael Niedermayer | 2012-08-22 | 1 | -61/+3 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -5/+5 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | | huffyuv: switch to av_assert | Michael Niedermayer | 2012-06-18 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -22/+28 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -22/+28 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | huffyuv: remove long time disabled code | Paul B Mahol | 2012-03-23 | 1 | -5/+0 |
* | | huffyuv: do not decode/encode yuv colorspace with odd width | Paul B Mahol | 2012-03-23 | 1 | -3/+10 |
* | | huffyuvenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -3/+2 |
* | | huffyuv: some more consts | Michael Niedermayer | 2012-03-15 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-09 | 1 | -4/+6 |
|\| |
|
| * | huffyuv: add padding to classic (v1) huffman tables. | Ronald S. Bultje | 2012-03-08 | 1 | -4/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-06 | 1 | -2/+2 |
|\| |
|
| * | Replace computations of remaining bits with calls to get_bits_left(). | Alex Converse | 2012-03-05 | 1 | -2/+2 |
* | | huffyuv: pad classic huffman tables so as to avoid bitreader overread. | Michael Niedermayer | 2012-03-02 | 1 | -4/+6 |