| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/huffman: beautify: add space between #include and filename. | Yong Lei | 2016-07-22 | 1 | -1/+1 |
* | Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c' | Clément Bœsch | 2016-06-23 | 1 | -0/+3 |
|\ |
|
| * | Move VLC and RL_VLC_ELEM structure definitions to a separate header | Alexandra Hájková | 2016-05-17 | 1 | -0/+3 |
* | | Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a' | Clément Bœsch | 2016-06-21 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary get_bits.h #includes and add missing headers where needed. | Alexandra Hájková | 2016-05-04 | 1 | -1/+0 |
| * | huffman: allow specifying nb_bits to ff_huff_build_tree() | Michael Niedermayer | 2015-09-03 | 1 | -4/+4 |
| * | huffman: use a named identifer for the bits constant | Michael Niedermayer | 2015-09-03 | 1 | -1/+1 |
* | | avcodec/huffman: replace qsort with AV_QSORT | Ganesh Ajjanagadde | 2015-10-25 | 1 | -1/+2 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avcodec/huffman: check if map was allocated too | Paul B Mahol | 2015-02-10 | 1 | -1/+1 |
* | | avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entries | Michael Niedermayer | 2014-06-09 | 1 | -7/+16 |
* | | avcodec/huffman: use av_malloc_array() | Michael Niedermayer | 2014-04-20 | 1 | -3/+3 |
* | | avcodec/huffman: raise the input capability of ff_huff_gen_len_table() from 8... | Michael Niedermayer | 2014-01-13 | 1 | -1/+1 |
* | | avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bit | Michael Niedermayer | 2014-01-13 | 1 | -5/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+2 |
|\| |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | | avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree() | Michael Niedermayer | 2013-09-28 | 1 | -4/+4 |
* | | avcodec/huffman: use named identifer for the bits constant | Michael Niedermayer | 2013-05-21 | 1 | -1/+1 |
* | | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112' | Michael Niedermayer | 2012-08-29 | 1 | -57/+57 |
|\| |
|
| * | huffman: add ff_huff_gen_len_table | Michael Niedermayer | 2012-08-28 | 1 | -0/+58 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-27 | 1 | -13/+18 |
|\| |
|
| * | huffman: update to current coding style | Luca Barbato | 2012-08-27 | 1 | -21/+26 |
* | | huffman/huffyuv: move lorens huffman table generation code to huffman.c/h | Michael Niedermayer | 2012-08-22 | 1 | -0/+58 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\| |
|
| * | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | huffman: use a simple assignment instead of FFSWAP. | Reimar Döffinger | 2012-01-30 | 1 | -4/+6 |
* | | Deobfuscate ff_huff_build_tree. | Reimar Döffinger | 2012-01-30 | 1 | -7/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -3/+6 |
|\| |
|
| * | doxygen: do not include license boilerplate in Doxygen documentation | Diego Biurrun | 2011-07-15 | 1 | -3/+6 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-11 | 1 | -1/+1 |
* | huffman: add a zero_count flag and use it in fraps | Aurelien Jacobs | 2008-03-08 | 1 | -7/+10 |
* | huffman: pass hnode_first as a flag instead of as an argument on its own | Aurelien Jacobs | 2008-03-08 | 1 | -2/+3 |
* | Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize | Reimar Döffinger | 2007-12-01 | 1 | -0/+1 |
* | Cygwin don't like this function declaration. | Aurelien Jacobs | 2007-10-15 | 1 | -1/+2 |
* | moves fraps huffman decoder to its own file, making it more generic | Aurelien Jacobs | 2007-10-14 | 1 | -0/+103 |