27 Commits (ed1a6878564a97e67e5fe3a25bc099208cfed024)

Author SHA1 Message Date
Michael Niedermayer 7a8318fbb1 avcodec/huffman: raise the input capability of ff_huff_gen_len_table() from 8 to 14bit 11 years ago
Michael Niedermayer 7b41cbac7f avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bit 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Michael Niedermayer 2b834a0605 avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree() 11 years ago
Michael Niedermayer b9ea6a8414 avcodec/huffman: use named identifer for the bits constant 12 years ago
Michael Niedermayer 5a582bd3b5 huffman: add ff_huff_gen_len_table 12 years ago
Luca Barbato f76e47877c huffman: update to current coding style 12 years ago
Michael Niedermayer 3f943fe681 huffman/huffyuv: move lorens huffman table generation code to huffman.c/h 12 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Reimar Döffinger 2ab5feafe1 huffman: use a simple assignment instead of FFSWAP. 13 years ago
Reimar Döffinger 6166bf3cbe Deobfuscate ff_huff_build_tree. 13 years ago
Diego Biurrun 6168781f70 doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs 3d52bca6bf avoid POSIX reserved _t suffix 16 years ago
Aurelien Jacobs a73cbf9709 huffman: add a zero_count flag and use it in fraps 17 years ago
Aurelien Jacobs bac02ed3c5 huffman: pass hnode_first as a flag instead of as an argument on its own 17 years ago
Reimar Döffinger 892a4c2da8 Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize 17 years ago
Aurelien Jacobs f1bf85b8cf Cygwin don't like this function declaration. 17 years ago
Aurelien Jacobs 437c2079b7 moves fraps huffman decoder to its own file, making it more generic 17 years ago