summaryrefslogtreecommitdiff
path: root/libavcodec/huffman.h
Commit message (Expand)AuthorAge
* avcodec/huffman: Use logcontext instead of AVCodecContextAndreas Rheinhardt2021-08-05
* Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'Clément Bœsch2016-06-23
|\
| * Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-17
| * huffman: allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer2015-09-03
| * huffman: increase bits constantMichael Niedermayer2015-09-03
| * huffman: use a named identifer for the bits constantMichael Niedermayer2015-09-03
* | avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entriesMichael Niedermayer2014-06-09
* | avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bitMichael Niedermayer2014-01-13
* | avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer2013-09-28
* | avcodec/huffman: increase bits constantMichael Niedermayer2013-05-21
* | avcodec/huffman: use named identifer for the bits constantMichael Niedermayer2013-05-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer2012-08-29
|\|
| * huffman: add ff_huff_gen_len_tableMichael Niedermayer2012-08-28
* | huffman/huffyuv: move lorens huffman table generation code to huffman.c/hMichael Niedermayer2012-08-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\|
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* huffman: add a zero_count flag and use it in frapsAurelien Jacobs2008-03-08
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-08
* Fix make checkheaders by adding missing #include.Diego Biurrun2007-11-07
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Cygwin don't like this function declaration.Aurelien Jacobs2007-10-15
* moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs2007-10-14