ogg: Detect missing ogg pages.
[paraslash.git] / bitstream.c
2018-05-06 Andre NollMerge branch 'maint'
2017-12-31 Andre NollMerge branch 'maint'
2017-09-23 Andre NollMerge branch 'maint'
2017-09-22 Andre NollShorten copyright notice.
2017-09-17 Andre NollMerge branch 'refs/heads/t/sqrt'
2017-09-10 Andre NollMerge branch 'refs/heads/t/opus'
2017-09-03 Andre NollMerge branch 'refs/heads/t/portable_io'
2017-08-27 Andre NollMerge branch 'refs/heads/t/si_conversion'
2017-08-20 Andre NollMerge branch 'refs/heads/t/si_update'
2017-08-11 Andre NollMerge branch 'maint'
2017-08-06 Andre NollMerge branch 'maint'
2017-08-06 Andre NollMerge branch 'refs/heads/t/lopsub'
2017-08-05 Andre NollMerge branch 'refs/heads/t/wma'
2017-07-31 Andre NollMerge branch 'maint'
2017-07-28 Andre NollMerge branch 'maint'
2017-07-13 Andre NollMerge branch 'maint'
2017-07-06 Andre Nollwma: Simplify get_vlc().
2017-07-06 Andre Nollwma: Remove pointless VLC_TYPE define.
2017-04-28 Andre NollMerge branch 'refs/heads/t/logo-0.6'
2017-04-27 Andre NollMerge branch 'refs/heads/t/lopsub'
2017-04-25 Andre NollMerge branch 'maint'
2017-04-24 Andre NollMerge branch 'refs/heads/t/xz'
2017-04-23 Andre NollMerge branch 'refs/heads/t/dynamic_chunks'
2017-04-21 Andre NollMerge branch 'refs/heads/t/wma_improvements'
2017-03-25 Andre Nollwmadec: Use read_u32_be().
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 Nollwmadec: Simplify get_vlc().
2016-02-21 Andre NollMerge branch 'maint'
2015-10-25 Andre NollMerge branch 'refs/heads/t/command_handler_cleanups'
2015-09-27 Andre NollMerge branch 'refs/heads/t/taggers'
2015-09-20 Andre Nollbitstream.c: Convert GET_DATA macro to inline function.
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'
2015-01-12 Andre NollRemove unnecessary system header includes.
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.
2014-04-22 Andre Nollbitstream: Replace check for impossible condition by...
2014-04-22 Andre Nollbitstream: Remove pointless variable "code_prefix2".
2014-04-22 Andre Nollbitstream: Micro-optimization.
2014-04-22 Andre Nollbitstream: Kill pointless variable "symbol".
2014-04-22 Andre Nollbitstream: Trivial coding style fixes.
2014-04-22 Andre Nollbitstream: Trivial spelling fix auxillary -> auxiliary.
2012-05-05 Andre NollMerge branch 't/remove_no_default_filters'
2012-05-05 Andre NollMerge branch 't/doc'
2012-04-21 Andre NollAdd some missing documentation.
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-20 Andre NollMerge branch 'maint'
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 Nollwma: Improve error diagnostics.
2009-11-18 Andre NollAdd some more documentation
2009-11-18 Andre NollUninline get_vlc().
2009-11-18 Andre Nollsave one level of indentation in build_table().
2009-11-18 Andre NollKill codes_wrap parameter from init_vlc().
2009-11-18 Andre Nollmake init_vlc() return void.
2009-11-18 Andre Nollbitstream: Abort on invalid codes
2009-11-18 Andre NollSimplify alloc_table().
2009-11-18 Andre NollKill the bits_wrap and bits_size parameters of init_vlc().
2009-11-18 Andre NollTrivial whitespace fixes.
2009-11-18 Andre NollUse para_realloc() instead of realloc() in alloc_table().
2009-11-18 Andre NollFirst draft of the wma decoder.