paraslash 0.5.7
[paraslash.git] / bitstream.h
2016-12-31 Andre NollMerge branch 'maint'
2016-07-03 Andre NollMerge branch 'refs/heads/t/i9e'
2016-06-26 Andre NollMerge branch 'refs/heads/t/mp3_afh'
2016-06-12 Andre NollMerge branch 'refs/heads/t/opus_cleanup'
2016-06-04 Andre NollMerge branch 'refs/heads/t/audiod-time-string'
2016-05-15 Andre NollMerge branch 'refs/heads/t/gui-improvements'
2016-05-05 Andre NollMerge branch 'refs/heads/t/wmadec'
2016-04-01 Andre NollMerge branch 'maint'
2016-03-06 Andre Nollbitstream.h: Remove some superflous parentheses.
2016-03-06 Andre Nollwmadec: Simplify get_vlc().
2016-02-21 Andre NollMerge branch 'maint'
2015-09-06 Andre NollMerge branch 'maint'
2015-08-30 Andre NollMerge branch 'maint'
2015-08-29 Andre NollMerge branch 'maint'
2015-05-30 Andre NollMerge branch 'maint'
2015-04-19 Andre NollMerge branch 'maint'
2015-01-22 Andre NollMerge branch 'maint'
2014-11-16 Andre NollMerge branch 'maint'
2014-08-17 Andre NollMerge branch 't/daemon_cleanups'
2014-07-31 Andre NollMerge branch 't/recv_fix'
2014-07-23 Andre NollMerge branch 't/sched_improvements'
2014-07-13 Andre NollMerge branch 't/gui_sched'
2014-07-10 Andre NollMerge branch 't/cpsi_improvement'
2014-06-26 Andre NollMerge branch 't/bitstream_improvements'
2014-04-22 Andre Nollbitstream: Improve documentation.
2012-07-11 Andre NollMerge branch 't/clang'
2012-07-02 Andre NollMerge branch 't/alsa_fix'
2012-06-26 Andre NollMerge branch 't/decoder_fixes'
2012-06-24 Andre NollMerge branch 't/sb'
2012-06-16 Andre Nollwma: Doxify some comments.
2011-02-20 Andre NollMerge branch 'maint'
2011-02-03 Andre NollMerge branch 'maint'
2011-02-03 Andre NollMerge branch 'maint'
2010-06-06 Andre NollMerge branch 'maint'
2010-05-23 Andre NollMerge branch 'maint'
2010-05-12 Andre NollMerge branch 'maint'
2010-04-12 Andre NollMerge branch 'maint'
2010-04-08 Andre NollMerge branch 'maint'
2010-03-07 Andre NollMerge branch 'maint'
2010-01-31 Andre NollMerge branch 'maint'
2010-01-17 Andre NollMerge branch 'maint'
2009-12-21 Andre NollMerge commit 'meins/master'
2009-12-20 Andre NollMerge branch 'maint'
2009-12-20 Andre NollAdd documentation of struct vlc.
2009-12-19 Andre NollMerge branch 'maint'
2009-12-19 Andre NollMerge branch 'maint'
2009-12-10 Andre NollMerge branch 'maint'
2009-12-07 Andre NollMerge branch 'maint'
2009-12-02 Andre NollMerge branch 'maint'
2009-11-30 Andre NollMerge branch 'maint'
2009-11-27 Andre NollMerge branch 'maint'
2009-11-18 Andre NollUpdate documentation of get_bit()'s buffer parameter.
2009-11-18 Andre NollUninline get_vlc().
2009-11-18 Andre NollRename get_bits1() to get_bit().
2009-11-18 Andre Nollget rid of AV_RB32().
2009-11-18 Andre NollSimplify get_bits1().
2009-11-18 Andre NollAlways call getbit_context structures gbc.
2009-11-18 Andre Nollget rid of the useless preprocessor madness in bitstream.h.
2009-11-18 Andre Nollopen code NEG_USR32
2009-11-18 Andre Nollsimplify skip_bits().
2009-11-18 Andre NollOpen code SKIP_BITS
2009-11-18 Andre Nollremove pointless cast
2009-11-18 Andre Nollpass the buffer size to init_get_bits() in bytes.
2009-11-18 Andre NollRemove LAST_SKIP_BITS.
2009-11-18 Andre NollReplace GET_VLC by an inline funcion and kill get_vlc2().
2009-11-18 Andre NollRemove name parameter from GET_VLC.
2009-11-18 Andre NollRemove unused show_bits().
2009-11-18 Andre NollKill unused getbit_context->size_in_bits and add some...
2009-11-18 Andre NollKill codes_wrap parameter from init_vlc().
2009-11-18 Andre Nollmake init_vlc() return void.
2009-11-18 Andre NollKill the bits_wrap and bits_size parameters of init_vlc().
2009-11-18 Andre NollRemove some cruft from bitstream.h.
2009-11-18 Andre NollFirst draft of the wma decoder.