paraslash 0.7.3
[paraslash.git] / ao_write.c
2023-06-18 Andre NollMerge branch 'maint'
2023-05-11 Andre NollMerge branch 'maint'
2023-03-11 Andre NollConsolidate EOF error codes.
2023-02-12 Andre NollMerge branch 'maint'
2022-11-25 Andre NollMerge branch 'maint'
2022-11-14 Andre NollMerge branch 'maint'
2022-11-14 Andre NollMerge tags 'v0.5.9' and 'v0.6.4' into maint
2022-10-03 Andre NollMerge topic branch t/overflow into master
2022-09-18 Andre NollMerge branch 'refs/heads/t/ll'
2022-09-11 Andre NollMerge branch 'refs/heads/t/poll'
2022-08-25 Andre NollRename ->{pre,post}_select methods to ->{pre,post}_monitor.
2022-08-21 Andre NollMerge branch 'maint'
2022-07-29 Andre Nollstring: Rename para_malloc() -> alloc().
2022-05-14 Andre NollMerge branch 'maint'
2022-04-04 Andre NollMerge branch 'maint'
2022-03-24 Andre NollMerge branch 'maint'
2022-03-12 Andre NollMerge branch 'maint'
2022-02-24 Andre NollMerge tag 'v0.6.4'
2022-02-21 Andre NollMerge branch 'refs/heads/t/sha256'
2022-02-10 Andre NollMerge branch 'refs/heads/t/rm_v1_moods'
2022-01-03 Andre NollMerge branch 'refs/heads/t/rm_task_subcmd'
2021-11-28 Andre NollMerge branch 'refs/heads/t/ubsan'
2021-11-22 Andre NollMerge branch 'refs/heads/t/duration-keyword'
2021-11-18 Andre NollMerge branch 'refs/heads/t/score-formula'
2021-11-15 Andre NollMerge branch 'refs/heads/t/list-cleanups'
2021-11-07 Andre NollMerge branch 'refs/heads/t/writer_improvements'
2021-11-04 Andre NollMerge branch 'maint'
2021-10-21 Andre NollTeach writers to abort gracefully on early EOF.
2021-08-30 Andre NollMerge branch 'maint'
2019-08-24 Andre NollMerge branch 'refs/heads/t/compress'
2019-07-28 Andre NollMerge branch 'refs/heads/t/afh-preserve'
2019-07-14 Andre NollMerge branch 'refs/heads/t/ff'
2019-03-23 Andre NollMerge branch 'refs/heads/t/mixer-fix'
2018-09-30 Andre Nollao: Get rid of E_AO_BAD_SAMPLE_FORMAT.
2018-09-13 Andre Nollao: Fix formatting of aow_show_drivers().
2018-08-12 Andre Nollao_write: Silence sparse warning.
2018-05-06 Andre NollMerge branch 'maint'
2017-12-31 Andre NollMerge branch 'maint'
2017-09-23 Andre NollMerge branch 'maint'
2017-09-22 Andre NollShorten copyright notice.
2017-08-11 Andre NollMerge branch 'maint'
2017-08-06 Andre NollMerge branch 'maint'
2017-07-31 Andre NollMerge branch 'maint'
2017-07-28 Andre NollMerge branch 'maint'
2017-07-13 Andre NollMerge branch 'maint'
2017-04-28 Andre NollMerge branch 'refs/heads/t/logo-0.6'
2017-04-27 Andre NollMerge branch 'refs/heads/t/lopsub'
2017-03-26 Andre NollConvert writers to lopsub.
2016-12-31 Andre NollMerge branch 'maint'
2016-04-01 Andre NollMerge branch 'maint'
2016-02-21 Andre NollMerge branch 'maint'
2015-09-06 Andre NollMerge branch 'maint'
2015-08-30 Andre NollMerge branch 'maint'
2015-08-29 Andre NollMerge branch 'maint'
2015-05-30 Andre NollMerge branch 'maint'
2015-04-19 Andre NollMerge branch 'maint'
2015-01-22 Andre NollMerge branch 'maint'
2015-01-12 Andre NollUpdate year in copyright headers.
2014-11-16 Andre NollMerge branch 'maint'
2014-10-26 Andre NollMerge branch 't/audiod_exit_cleanup'
2014-10-09 Andre NollMerge branch 'refs/heads/t/server_cmds'
2014-09-14 Andre NollMerge branch 't/mvblob_improvement'
2014-08-18 Andre Nolldoc: Change email address to maan@tuebingen.mpg.de
2014-08-17 Andre NollMerge branch 't/daemon_cleanups'
2014-07-31 Andre NollMerge branch 'refs/heads/t/play_fix'
2014-07-31 Andre NollMerge branch 't/recv_fix'
2014-07-23 Andre NollMerge branch 't/sched_improvements'
2014-07-13 Andre NollMerge branch 't/gui_sched'
2014-07-10 Andre NollMerge branch 't/cpsi_improvement'
2014-06-26 Andre NollMerge branch 't/bitstream_improvements'
2014-06-19 Andre NollMerge branch 't/audiod_com_version'
2014-05-25 Andre Nollsched: Directly pass context pointer to pre/post_select().
2014-05-25 Andre Nolltask_register() conversion: writers
2014-05-25 Andre NollMerge branch 't/ao_fixes'
2014-05-11 Andre NollMerge branch 't/test_man'
2014-05-03 Andre NollMerge branch 't/alsa_improvements'
2014-04-22 Andre NollMerge branch 't/rl_free_keymap'
2014-04-09 Andre NollMerge branch 't/oggdec_latency_improvements'
2014-04-08 Andre NollMerge branch 't/opusdec_busy_loop_fix'
2014-04-06 Andre Nollao_write: Call ao_initialize() only once.
2014-04-06 Andre Nollao_write: Join threads before returning an error from...
2014-04-06 Andre Nollao_write: Simplify locking.
2014-04-06 Andre NollDon't unlock and lock the thread mutex unnecessarily.
2014-04-06 Andre Nollao_write: Check return value of pthread functions.
2014-04-06 Andre Nollao_write: Avoid segfault on exit.
2014-04-06 Andre Nollao_write: Avoid pthread_join().
2014-04-06 Andre Nollao_write: Enforce a 20ms timeout.
2014-04-06 Andre Nollao_write: Fix spurious segfault.
2014-04-06 Andre NollMerge branch 'maint'
2014-03-30 Andre NollMerge branch 't/misc'
2014-02-22 Andre NollChange copyright year to 2014.
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-16 Andre NollMerge branch 't/compress'
2013-06-13 Andre NollMerge branch 't/oss_error_message_fix'
2013-06-13 Andre NollRevamp ggo help.
2013-06-11 Andre NollMerge branch 't/stdin_stdout_fixes'
next