summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffman.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/huffman: beautify: add space between #include and filename.Yong Lei2016-07-221-1/+1
* Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'Clément Bœsch2016-06-231-0/+3
|\
| * Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-171-0/+3
* | Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch2016-06-211-1/+0
|\ \ | |/
| * Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-041-1/+0
| * huffman: allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer2015-09-031-4/+4
| * huffman: use a named identifer for the bits constantMichael Niedermayer2015-09-031-1/+1
* | avcodec/huffman: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-251-1/+2
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | avcodec/huffman: check if map was allocated tooPaul B Mahol2015-02-101-1/+1
* | avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entriesMichael Niedermayer2014-06-091-7/+16
* | avcodec/huffman: use av_malloc_array()Michael Niedermayer2014-04-201-3/+3
* | avcodec/huffman: raise the input capability of ff_huff_gen_len_table() from 8...Michael Niedermayer2014-01-131-1/+1
* | avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bitMichael Niedermayer2014-01-131-5/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+2
|\ \ | |/
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* | avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer2013-09-281-4/+4
* | avcodec/huffman: use named identifer for the bits constantMichael Niedermayer2013-05-211-1/+1
* | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer2012-08-291-57/+57
|\ \ | |/
| * huffman: add ff_huff_gen_len_tableMichael Niedermayer2012-08-281-0/+58
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-271-13/+18
|\ \ | |/
| * huffman: update to current coding styleLuca Barbato2012-08-271-21/+26
* | huffman/huffyuv: move lorens huffman table generation code to huffman.c/hMichael Niedermayer2012-08-221-0/+58
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* | huffman: use a simple assignment instead of FFSWAP.Reimar Döffinger2012-01-301-4/+6
* | Deobfuscate ff_huff_build_tree.Reimar Döffinger2012-01-301-7/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-3/+6
|\ \ | |/
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-3/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-1/+1
* huffman: add a zero_count flag and use it in frapsAurelien Jacobs2008-03-081-7/+10
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-081-2/+3
* Fix nodes[nb_codes*2-1].count being uninitialized and used to initializeReimar Döffinger2007-12-011-0/+1
* Cygwin don't like this function declaration.Aurelien Jacobs2007-10-151-1/+2
* moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs2007-10-141-0/+103
OpenPOWER on IntegriCloud