fd.c: Fix bad English in comment.
[paraslash.git] / play.c
2013-08-23 Andre NollMerge branch 't/image-0.5'
2013-08-22 Andre NollMerge branch 't/dia'
2013-08-17 Andre NollMerge branch 't/remove_sb_compat'
2013-07-06 Andre NollMerge branch 't/opus'
2013-07-01 Andre NollMerge branch 't/versioning_improvements'
2013-06-22 Andre NollMerge branch 't/interactive'
2013-06-16 Andre NollMerge branch 't/compress'
2013-06-13 Andre NollMerge branch 't/oss_error_message_fix'
2013-06-13 Andre Nollafh/play: Include supported audio formats in help output.
2013-06-13 Andre NollRevamp ggo help.
2013-06-13 Andre NollMake gengetopt descriptions work.
2013-06-13 Andre NollIntroduce version.c to limit recompilation on version...
2013-06-13 Andre NollMake all commands print git version and improve version...
2013-06-13 Andre NollAvoid unwanted log messages during startup.
2013-06-13 Andre NollDon't check return value of command line parsers unnece...
2013-06-11 Andre NollMerge branch 't/stdin_stdout_fixes'
2013-06-08 Andre NollSimplify i9e_line_handler.
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 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