]> git.sesse.net Git - ffmpeg/history - libavcodec/huffman.c
aacdec: Drop some unused function arguments
[ffmpeg] / libavcodec / huffman.c
2012-08-28 Michael Niedermayerhuffman: add ff_huff_gen_len_table
2012-08-27 Luca Barbatohuffman: update to current coding style
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2011-07-14 Diego Biurrundoxygen: do not include license boilerplate in Doxygen...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-11 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-03-08 Aurelien Jacobshuffman: add a zero_count flag and use it in fraps
2008-03-08 Aurelien Jacobshuffman: pass hnode_first as a flag instead of as an...
2007-12-01 Reimar DöffingerFix nodes[nb_codes*2-1].count being uninitialized and...
2007-10-15 Aurelien JacobsCygwin don't like this function declaration.
2007-10-14 Aurelien Jacobsmoves fraps huffman decoder to its own file, making...