audiod: Fix memory leak on exit: gengetopt.
[paraslash.git] / oggdec_filter.c
2013-08-17 Andre NollMerge branch 't/remove_sb_compat'
2013-06-16 Andre NollMerge branch 't/compress'
2013-06-13 Andre NollMerge branch 't/oss_error_message_fix'
2013-06-11 Andre NollMerge branch 't/stdin_stdout_fixes'
2013-06-07 Andre NollMerge branch 't/gui_improvements'
2013-05-25 Andre NollMerge branch 't/doc'
2013-05-18 Andre NollMerge branch 't/sched_improvements'
2013-05-14 Andre NollMerge branch 't/utf8'
2013-05-02 Andre NollMerge branch 't/allow_zero_btr_add'
2013-04-30 Andre Nollsched: Rename new_post_select back to post_select.
2013-04-30 Andre Nollsched: Kill old ->post_select variant.
2013-04-30 Andre Nolloggdec: Switch to the alternative post select method.
2013-03-26 Andre NollMerge branch 't/mood_fix'
2013-03-25 Andre NollChange copyright year to 2013.
2012-07-19 Andre NollMerge branch 't/btr_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-26 Andre NollMerge branch 't/decoder_fixes'
2012-06-03 Andre Nolloggdec: Fix EOF handling on repositioning.
2012-05-28 Andre Nolloggdec: Realloc buffer to save memory.
2012-05-19 Andre Nolloggdec: Do not decode more than necessary.
2012-01-10 Andre NollMerge branch 't/web_fix'
2012-01-07 Andre NollChange year in copyright message to 2012.
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-10-13 Andre Nollpara_filter: Decode also small ogg vorbis files properly.
2011-08-18 Andre NollMerge branch 't/oggdec_cleanups'
2011-08-16 Andre Nolloggdec: Take internal state into account.
2011-08-16 Andre Nollogg_pre_select(): Remove __a_unused.
2011-08-16 Andre Nolloggdec: Trivial cleanups.
2011-08-16 Andre NollSimplify ogg_post_select().
2011-03-05 Andre NollMerge branch 't/array_size'
2011-03-05 Andre NollMerge branch 't/vorbis_dummy_header'
2011-02-27 Andre NollMerge branch 't/ogg_timining_fixes'
2011-02-20 Andre NollMerge branch 'maint'
2011-02-13 Andre NollSpeed up the oggdec filter and avoid wasting tons of...
2011-02-13 Andre Nolloggdec: Use local variable for the vorbis file struct.
2011-02-13 Andre Nolloggdec: Replace stream start delay by minimum input...
2011-02-03 Andre NollMerge branch 'maint'
2011-02-03 Andre NollMerge branch 'maint'
2011-01-29 Andre NollMerge branch 't/color_cleanups'
2011-01-22 Andre NollMerge branch 't/periodic_header_optional'
2011-01-17 Andre NollReplace 2010 in copyright message by 2011.
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-07-04 Andre Nolloggdec: Introduce a small delay on stream start.
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-23 Andre NollMerge branch 't/dccp_fec'
2010-06-22 Andre NollRemove oggdec_filter.ggo.
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-25 Andre Nolloggdec: Fix end-of-file detection.
2010-04-12 Andre NollMerge branch 'maint'
2010-04-08 Andre NollMerge branch 'maint'
2010-04-05 Andre NollChange year in COPYRIGHT to 2010.
2010-03-07 Andre NollMerge branch 'maint'
2010-02-14 Andre Nolloggdec: Kill unused ->stream_start of struct private_og...
2010-02-14 Andre Nolloggdec: Fix a thinko in post_select().
2010-01-31 Andre NollMerge branch 'maint'
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 NollMore oggdec cleanups.
2010-01-12 Andre Nolloggdec: Kill non-btr code.
2010-01-09 Andre Nolloggdec fixes.
2010-01-06 Andre NollSwitch audiod over to the buffer tree API.
2010-01-06 Andre Nolloggdec: Move init into a separate function.
2010-01-05 Andre Noll[btr] Add the node type parameter to btr_node_status().
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_...
2009-12-31 Andre NollAdd btr support to the oggdec filter.
2009-12-31 Andre NollAdd btr support to filter code.
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 NollMerge branch 'maint'
2009-11-12 Andre NollMerge branch 'maint'
2009-11-09 Andre NollMerge branch 'maint'
next