]> git.sesse.net Git - ffmpeg/history - libavcodec/huffman.c
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
[ffmpeg] / libavcodec / huffman.c
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...