summaryrefslogtreecommitdiff
path: root/bitstream.h (follow)
Commit message (Expand)AuthorAge
* 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
* wma: Make bitstream API more robust.Andre Noll2017-07-06
* wmadec: Use read_u32_be().Andre Noll2017-03-25
* bitstream.h: Remove some superflous parentheses.Andre Noll2016-03-06
* wmadec: Simplify get_vlc().Andre Noll2016-03-06
* bitstream: Improve documentation.Andre Noll2014-04-22
* wma: Doxify some comments.Andre Noll2012-06-16
* Add documentation of struct vlc.Andre Noll2009-12-20
* Update documentation of get_bit()'s buffer parameter.Andre Noll2009-11-18
* Uninline get_vlc().Andre Noll2009-11-18
* Rename get_bits1() to get_bit().Andre Noll2009-11-18
* get rid of AV_RB32().Andre Noll2009-11-18
* Simplify get_bits1().Andre Noll2009-11-18
* Always call getbit_context structures gbc.Andre Noll2009-11-18
* get rid of the useless preprocessor madness in bitstream.h.Andre Noll2009-11-18
* open code NEG_USR32Andre Noll2009-11-18
* simplify skip_bits().Andre Noll2009-11-18
* Open code SKIP_BITSAndre Noll2009-11-18
* remove pointless castAndre Noll2009-11-18
* pass the buffer size to init_get_bits() in bytes.Andre Noll2009-11-18
* Remove LAST_SKIP_BITS.Andre Noll2009-11-18
* Replace GET_VLC by an inline funcion and kill get_vlc2().Andre Noll2009-11-18
* Remove name parameter from GET_VLC.Andre Noll2009-11-18
* Remove unused show_bits().Andre Noll2009-11-18
* Kill unused getbit_context->size_in_bits and add some doku.Andre Noll2009-11-18
* Kill codes_wrap parameter from init_vlc().Andre Noll2009-11-18
* make init_vlc() return void.Andre Noll2009-11-18
* Kill the bits_wrap and bits_size parameters of init_vlc().Andre Noll2009-11-18
* Remove some cruft from bitstream.h.Andre Noll2009-11-18
* First draft of the wma decoder.Andre Noll2009-11-18