audioc.c: Always free IO buffer.
[paraslash.git] / bitstream.c
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.