Merge branch 't/sched_improvements'
[paraslash.git] / play.c
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 Nollplay: Switch to the alternative post select method.
2013-04-30 Andre Nollsched: Provide alternative post_select variant.
2013-04-30 Andre NollReplace gettimeofday() by clock_gettime().
2013-03-26 Andre NollMerge branch 't/mood_fix'
2013-03-25 Andre NollChange copyright year to 2013.
2012-12-16 Andre NollMerge branch 't/resample'
2012-12-02 Andre NollMerge branch 't/afh_receiver'
2012-11-19 Andre Nollplay: Fix segfault if decoder is not supported.
2012-11-18 Andre Nollpara_play, implementation.
2012-11-18 Andre Nollpara_play, infrastructure.
2006-04-18 Andresplit play.c and rename para_play to para_write
2006-04-18 Andreadd new writer to para_play: file
2006-04-18 AndreFurther para_play abstraction: struct writer_node_group
2006-04-18 Andrepara_play: simplify play_pcm(), add E_PLAY_OVERRUN...
2006-04-18 Andreswitch to the new struct writer/writer_node abstraction
2006-04-17 Andreintroduce struct writer and struct writer_node
2006-04-17 Andrealsa_shutdown(): free struct private_alsa_data
2006-04-17 Andrepara_play: introduce struct private_alsa_data
2006-04-17 Andremake chunk_size a local var and rename it to period_size
2006-04-17 Andremake para_play use the error subsystem
2006-04-17 Andreplay.c: Let alsa_init() return the number of bytes...
2006-04-17 Andreplay.c: make alsa_write() take the number of _bytes_...
2006-04-17 Andreplay.c: reorder and rename some functions.
2006-04-17 Andrereplace memcpy by memmove
2006-04-15 Andregcc-compat.h: rename __unused to __a_unused
2006-04-07 Andreintroduce para_select()
2006-02-25 AndreMerge branch 'no_colon_separators'
2006-02-25 AndreMerge branch 'para_play_fixes'
2006-02-24 Andreconfigurable input buffer size and prebuffering
2006-02-23 Andreplay.c: pcm_write() aborts on errors. No need to check...
2006-02-23 AndreFix --device bug
2006-02-20 Andreinitial git commit