Replace gettimeofday() by clock_gettime().
[paraslash.git] / wmadec_filter.c
2013-04-30 Andre NollReplace gettimeofday() by clock_gettime().
2012-07-19 Andre NollMerge branch 't/btr_improvements'
2012-07-18 Andre NollMerge branch 't/wma_improvements'
2012-07-15 Andre NollMerge branch 't/old_gcc_fixes'
2012-07-11 Andre NollMerge branch 't/clang'
2012-07-08 Andre Nollbtr: Remove btr_free_node().
2012-07-02 Andre NollMerge branch 't/alsa_fix'
2012-06-29 Andre Nollwma: Remove exponent_sizes[] from struct private_wma_data.
2012-06-26 Andre NollMerge branch 't/decoder_fixes'
2012-06-24 Andre NollMerge branch 't/sb'
2012-06-16 Andre Nollwma: Trivial whitespace fix.
2012-06-16 Andre NollAdd documentation of two more fields of struct private_...
2012-06-03 Andre Nollwmadec: Only decode one superframe at a time.
2011-12-24 Andre NollMerge remote-tracking branch 's/master'
2011-12-18 Andre NollAlways include stdbool.h.
2011-10-29 Andre NollMerge branch 't/afs_argv0'
2011-10-24 Andre NollMerge branch 't/map_populate'
2011-10-18 Andre NollMerge branch 't/unix_path_max_fix'
2011-10-15 Andre NollMerge branch 't/clang_analyzer_fixes'
2011-09-21 Andre Nollwmadec: Fix two dead stores.
2011-05-05 Andre NollMerge branch 't/libao'
2011-04-23 Andre NollMerge branch 't/crypt_cleanups'
2011-04-21 Andre NollMake some variables static.
2011-02-20 Andre NollMerge branch 'maint'
2011-02-03 Andre NollMerge branch 'maint'
2011-02-03 Andre NollMerge branch 'maint'
2010-10-31 Andre NollReplace ROUND_UP by DIV_ROUND_UP and use it everywhere.
2010-08-01 Andre NollRename some variables to avoid warnings on old gcc...
2010-08-01 Andre NollMerge branch 't/error2'
2010-07-29 Andre NollMerge branch 't/bits_per_sample'
2010-07-13 Andre NollIntroduce decoder_execute().
2010-07-13 Andre NollCosmetics: Rename samplerate to sample_rate.
2010-06-28 Andre NollMerge branch 't/udp_lookup'
2010-06-28 Andre NollMerge branch 't/sched_debug'
2010-06-28 Andre NollMerge branch 't/decoder_latency'
2010-06-18 Andre NollReduce decoder latency.
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-30 Andre NollMerge remote branch 'fml/next'
2010-01-30 Andre Nollwma: Defer decoding until two data blocks are available.
2010-01-18 Andre NollDon't use ENAVAIL.
2010-01-17 Andre NollMerge branch 'master' into next
2010-01-17 Andre NollMerge branch 'maint'
2010-01-12 Andre Nollfilter: Remove allocation of filter buffers.
2010-01-12 Andre Nollwmadec: Kill non-btr code.
2010-01-06 Andre NollSwitch audiod over to the buffer tree API.
2010-01-05 Andre Noll[btr] Add the node type parameter to btr_node_status().
2010-01-05 Andre Nollwmadec: Reset converted on each iteration.
2010-01-05 Andre Noll[btr] Split btr_del_node() into two functions.
2010-01-05 Andre NollIntroduce btr_node_status() and add btr support to...
2010-01-03 Andre NollIntroduce and use generic_filter_pre_select().
2010-01-03 Andre NollSimplify prepare_filter_node().
2010-01-03 Andre NollIntroduce filter_node->min_iqs.
2010-01-03 Andre NollConsolidate decoder code by introducing prepare_filter_...
2010-01-02 Andre Nollbtr support for the wmadec filter.
2009-12-31 Andre NollAdd btr support to filter code.
2009-12-21 Andre Noll__aligned is already defined on NetBSD.
2009-12-21 Andre NollFix another gcc warning on older Mac OS.
2009-12-21 Andre NollMerge commit 'meins/master'
2009-12-20 Andre NollMerge branch 'maint'
2009-12-19 Andre NollMerge branch 'maint'
2009-12-19 Andre Nollwmadec: Improve documentation of struct private_wmadec_...
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 Nollwmadec: Remove some redundant braces.
2009-11-18 Andre Nollwmadec: Kill static variable frame_count.
2009-11-18 Andre Nollwma: Improve error diagnostics.
2009-11-18 Andre Nollwma: Decode as much as possible.
2009-11-18 Andre NollKill pwd->coefs_start.
2009-11-18 Andre Nollwma: More trivial whitespace cleanups.
2009-11-18 Andre Nollcompute_mdct_coefficients(): Trivial whitespace cleanups.
2009-11-18 Andre Nollcompute_mdct_coefficients(): Further reducuce indentati...
2009-11-18 Andre Nollcompute_mdct_coefficients(): Reduce indentation level...
2009-11-18 Andre Nollcompute_mdct_coefficients(): Kill pointless cast.
2009-11-18 Andre Nollwma: Move computation of mdct coefficients into a separ...
2009-11-18 Andre Nollwma: Clean up compute_high_band_values().
2009-11-18 Andre Nollwma: Move computation of high band values to a separate...
2009-11-18 Andre Nollskip pointless ff_ prefix.
2009-11-18 Andre NollAdd __aligned macro to gcc-compat.h. and use this inste...
2009-11-18 Andre NollFix two gcc warnings on 64 bit archs.
2009-11-18 Andre Nollwmadec: Add a missing include that is needed on FreeBSD.
2009-11-18 Andre NollDon't try to init the decoder if less than WMA_FRAME_SK...
2009-11-18 Andre NollAdd some more documentation
2009-11-18 Andre Nollwma_decode_block(): Kill useless variable 'sign'.
2009-11-18 Andre Nollwma_decode_block(): Reduce indentation level.
2009-11-18 Andre Nolltrivial whitespace fixes.
2009-11-18 Andre NollKill unused pwd->int_table.
2009-11-18 Andre Nollwma_decode_superframe(): Make some variables more local.
2009-11-18 Andre NollRename get_bits1() to get_bit().
2009-11-18 Andre Nollpass the buffer size to init_get_bits() in bytes.
2009-11-18 Andre NollReplace GET_VLC by an inline funcion and kill get_vlc2().
next