summaryrefslogtreecommitdiff
path: root/bitstream.c (follow)
Commit message (Expand)AuthorAge
* Include regex.h from para.h.Andre Noll2025-05-19
* string: Introduce arr_realloc() and check for integer overflow.Andre Noll2022-07-29
* Shorten copyright notice.Andre Noll2017-09-22
* wma: Simplify get_vlc().Andre Noll2017-07-06
* wma: Remove pointless VLC_TYPE define.Andre Noll2017-07-06
* wmadec: Use read_u32_be().Andre Noll2017-03-25
* wmadec: Simplify get_vlc().Andre Noll2016-03-06
* bitstream.c: Convert GET_DATA macro to inline function.Andre Noll2015-09-20
* Remove unnecessary system header includes.Andre Noll2015-01-12
* bitstream: Improve documentation.Andre Noll2014-04-22
* bitstream: Replace check for impossible condition by assertion.Andre Noll2014-04-22
* bitstream: Remove pointless variable "code_prefix2".Andre Noll2014-04-22
* bitstream: Micro-optimization.Andre Noll2014-04-22
* bitstream: Kill pointless variable "symbol".Andre Noll2014-04-22
* bitstream: Trivial coding style fixes.Andre Noll2014-04-22
* bitstream: Trivial spelling fix auxillary -> auxiliary.Andre Noll2014-04-22
* Add some missing documentation.Andre Noll2012-04-21
* wma: Improve error diagnostics.Andre Noll2009-11-18
* Add some more documentationAndre Noll2009-11-18
* Uninline get_vlc().Andre Noll2009-11-18
* save one level of indentation in build_table().Andre Noll2009-11-18
* Kill codes_wrap parameter from init_vlc().Andre Noll2009-11-18
* make init_vlc() return void.Andre Noll2009-11-18
* bitstream: Abort on invalid codesAndre Noll2009-11-18
* Simplify alloc_table().Andre Noll2009-11-18
* Kill the bits_wrap and bits_size parameters of init_vlc().Andre Noll2009-11-18
* Trivial whitespace fixes.Andre Noll2009-11-18
* Use para_realloc() instead of realloc() in alloc_table().Andre Noll2009-11-18
* First draft of the wma decoder.Andre Noll2009-11-18