aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/huffman.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer2013-09-281-1/+1
* avcodec/huffman: increase bits constantMichael Niedermayer2013-05-211-1/+1
* avcodec/huffman: use named identifer for the bits constantMichael Niedermayer2013-05-211-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-1/+1
|\
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer2012-08-291-1/+1
|\|
| * huffman: add ff_huff_gen_len_tableMichael Niedermayer2012-08-281-0/+2
* | huffman/huffyuv: move lorens huffman table generation code to huffman.c/hMichael Niedermayer2012-08-221-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-3/+6
|\|
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-3/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-2/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* huffman: add a zero_count flag and use it in frapsAurelien Jacobs2008-03-081-0/+1
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-081-1/+3
* Fix make checkheaders by adding missing #include.Diego Biurrun2007-11-071-0/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Cygwin don't like this function declaration.Aurelien Jacobs2007-10-151-1/+1
* moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs2007-10-141-0/+38