40 Commits (73ed6fa9d77da8cd4f34742dd0f56e64aa714786)

Author SHA1 Message Date
Yong Lei 8dcfe43de0 avcodec/huffman: beautify: add space between #include and filename. 8 years ago
Alexandra Hájková ffa190d047 Move VLC and RL_VLC_ELEM structure definitions to a separate header 9 years ago
Alexandra Hájková 5c31eaa999 Remove unnecessary get_bits.h #includes and add missing headers where needed. 9 years ago
Ganesh Ajjanagadde 9bc3d3355f avcodec/huffman: replace qsort with AV_QSORT 9 years ago
Michael Niedermayer 741d353ab9 huffman: allow specifying nb_bits to ff_huff_build_tree() 9 years ago
Michael Niedermayer 5a19bce2ff huffman: use a named identifer for the bits constant 9 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Paul B Mahol fd6768a4b8 avcodec/huffman: check if map was allocated too 10 years ago
Michael Niedermayer 334aafe565 avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entries 11 years ago
Michael Niedermayer 69bbe27b45 avcodec/huffman: use av_malloc_array() 11 years ago
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