summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-28avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer4-7/+9
2013-05-21avcodec/huffman: use named identifer for the bits constantMichael Niedermayer4-4/+5
2012-08-29Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer29-100/+178
2012-08-28huffman: add ff_huff_gen_len_tableMichael Niedermayer4-62/+65
2012-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-546/+604
2012-08-27huffman: update to current coding styleLuca Barbato1-21/+26
2012-08-22huffman/huffyuv: move lorens huffman table generation code to huffman.c/hMichael Niedermayer4-61/+64
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö36-107/+107
2012-01-30huffman: use a simple assignment instead of FFSWAP.Reimar Döffinger1-4/+6
2012-01-30Deobfuscate ff_huff_build_tree.Reimar Döffinger1-7/+6
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-156/+198
2011-07-14doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun20-75/+115
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-12-11avoid POSIX reserved _t suffixAurelien Jacobs9-139/+139
2008-03-08huffman: add a zero_count flag and use it in frapsAurelien Jacobs3-8/+13
2008-03-08huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs3-4/+8
2007-12-01Fix nodes[nb_codes*2-1].count being uninitialized and used to initializeReimar Döffinger1-0/+1
2007-10-15Cygwin don't like this function declaration.Aurelien Jacobs2-2/+3
2007-10-14moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs4-81/+150