Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-23Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'Clément Bœsch
2016-05-17Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková
2015-09-03huffman: allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer
2015-09-03huffman: increase bits constantMichael Niedermayer
2015-09-03huffman: use a named identifer for the bits constantMichael Niedermayer
2014-06-09avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entriesMichael Niedermayer
2014-01-13avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bitMichael Niedermayer
2013-09-28avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer
2013-05-21avcodec/huffman: increase bits constantMichael Niedermayer
2013-05-21avcodec/huffman: use named identifer for the bits constantMichael Niedermayer
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-08-29Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer
2012-08-28huffman: add ff_huff_gen_len_tableMichael Niedermayer
2012-08-22huffman/huffyuv: move lorens huffman table generation code to huffman.c/hMichael Niedermayer
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-12avoid POSIX reserved _t suffixAurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-03-08huffman: add a zero_count flag and use it in frapsAurelien Jacobs
2008-03-08huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs
2007-11-08Fix make checkheaders by adding missing #include.Diego Biurrun
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-16Cygwin don't like this function declaration.Aurelien Jacobs
2007-10-15moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs