paraslash.git
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 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 NollRemove some cruft from bitstream.h.
2009-11-18 Andre Nollpass only one arg to wma_init().
2009-11-18 Andre NollAlways call struct private_wmadec_data pwd.
2009-11-18 Andre NollChange name of private_wmadec_data parameter of wmadec_...
2009-11-18 Andre NollMake wmadec_cleanup() return void.
2009-11-18 Andre NollMore whitespace cleanups.
2009-11-18 Andre NollAdd documenatation of imdct_init().
2009-11-18 Andre Nolltrivial whitespace cleanups
2009-11-18 Andre NollAdd docu of struct asf_header_info.
2009-11-18 Andre Nollwhitespace cleanups.
2009-11-18 Andre Nollrename vector_fmul_add() vector_fmul_reverse_c() and...
2009-11-18 Andre Nollremove src3 parameter from vector_fmul_add().
2009-11-18 Andre Nollremove step parameter from vector_fmul_add().
2009-11-18 Andre Nolluse free() instead of pointless freep() in imdct_end().
2009-11-18 Andre Nollopen code fft_end().
2009-11-18 Andre Nollremove unused exptab field of struct fft_complex.
2009-11-18 Andre Nollwe always compute the inverse mdct, so get rid of the...
2009-11-18 Andre Nollsimplify definition of sqrthalf and capitalize it.
2009-11-18 Andre Nollmove sine window stuff from imdct.c to wmadec_filter.c.
2009-11-18 Andre Nollremove unused field tmp_buf of struct fft_context.
2009-11-18 Andre Nollremove unused exptab1 of struct fft_context.
2009-11-18 Andre Nollremove duplicate math.h include
2009-11-18 Andre Nolltrivial whitespace cleanups
2009-11-18 Andre Nollremove unused block_num field of struct private_wmadec_...
2009-11-18 Andre Nollsimplify fft_init() due to split_radix is always 1.
2009-11-18 Andre Nolltrivial mdct cleanups
2009-11-18 Andre Nollwma: Remove an unused variable.
2009-11-18 Andre Nollwma afh chunk time fixes
2009-11-18 Andre Nollwma: Fix chunk_table computation.
2009-11-18 Andre NollMore misc wma fixes.
2009-11-18 Andre NollRename mdcdt.c and mdcdt.h.
2009-11-18 Andre NollVarious wma fixes.
2009-11-18 Andre NollAdd a few more people to CREDITS.
2009-11-18 Andre NollSet channels and samplerate of the filter chain
2009-11-18 Andre NollFirst draft of the wma decoder.
2009-11-18 Andre NollMerge branch 'master' into next
2009-11-18 Andre NollMerge branch 'maint'
2009-11-18 Andre Nollfecdec: Defer decoding until the next group after the...
2009-11-12 Andre NollMerge branch 'master' into next
2009-11-12 Andre NollMerge branch 'maint'
2009-11-12 Andre Nollhttp/dccp: Do not send the audio file header twice.
2009-11-12 Andre NollMerge branch 'master' into next
2009-11-10 Andre Nollnew codename, reset version to git
2009-11-10 Andre Nollthe paraslash-0.4.0 release tarball
2009-11-10 Andre Nollparaslash 0.4.0 v0.4.0
2009-11-09 Andre NollMerge commit 'meins/next' into next
2009-11-09 Andre NollMerge branch 'master' into next
2009-11-09 Andre NollMerge commit 'meins/master'
2009-11-09 Andre NollMerge branch 'maint'
2009-11-09 Andre NollMerge commit 'meins/maint' into maint
2009-11-07 Andre NollMerge branch 'master' into next
2009-11-07 Andre NollMerge branch 'maint'
2009-11-07 Andre Nollalsa: Avoid using 0 as a NULL pointer.
2009-11-07 Andre Nollfecdec_filter: Avoid potentially expensive pointer...
2009-11-07 Andre NollMake some blob functions static.
2009-11-06 Andre NollMerge branch 'master' into next
2009-11-06 Andre NollMerge branch 'maint'
2009-11-06 Andre NollMerge commit 'meins/maint' into maint
2009-11-06 Andre NollReplace assertion for invalid audio formats by a runtim...
2009-11-05 Andre NollMerge branch 'master' into next
2009-11-05 Andre NollMerge branch 'maint'
2009-11-05 Andre Nollserver: Fix assignment of afs_pid.
2009-11-05 Andre NollMerge branch 'master' into next
2009-11-05 Andre NollMerge branch 'maint'
2009-11-05 Andre Nollwng: Avoid buffer underruns due to filter chain output...
2009-11-05 Andre Nolloss_post_select(): Kill unused attribute for the struct...
2009-11-05 Andre Nolloss_pre_select(): Fix check for empty infput buffer.
2009-10-25 Andre NollMerge commit 'meins/maint' into maint
2009-10-24 Andre NollMerge branch 'master' into next
2009-10-24 Andre NollMerge branch 'maint'
2009-10-24 Andre Nollvss: Fix computation of extra slices.
2009-10-23 Andre NollMerge commit 'meins/maint' into maint
2009-10-22 Andre NollMerge branch 'maint' into next
2009-10-22 Andre NollMerge branch 'maint'
2009-10-22 Andre Nollpopulate_user_list(): Use correct buffer size.
2009-10-22 Andre Nolldaemon: Avoid using MAXLINE.
2009-10-22 Andre Nolldrop_privileges_or_die(): Check return value of setuid().
2009-10-22 Andre NollMerge branch 'maint'
2009-10-22 Andre Nollfecdec: Fix decoding of the audio file header.
2009-10-16 Andre NollMerge branch 'maint'
next