paraslash.git
2013-04-30 Andre Nollresample: Switch to the alternative post select method.
2013-04-30 Andre Nollprebuffer: Switch to the alternative post select method.
2013-04-30 Andre Nolloggdec: Switch to the alternative post select method.
2013-04-30 Andre Nollmp3dec: Switch to the alternative post select method.
2013-04-30 Andre Nollflacdec: Switch to the alternative post select method.
2013-04-30 Andre Nollfecdec: Switch to the alternative post select method.
2013-04-30 Andre Nollcompress: Switch to the alternative post select method.
2013-04-30 Andre Nollamp: Switch to the alternative post select method.
2013-04-30 Andre Nollaacdec: Switch to the alternative post select method.
2013-04-30 Andre Nolldccp_recv: Switch to the alternative post select method.
2013-04-30 Andre Nolludp_recv: 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-04-21 Andre Nollcheck_wav.c: Fix documentation of check_wav_post_select().
2013-04-21 Andre Nollcompress: Further optimize inner loop.
2013-04-21 Andre Nollcompress: Remove log statement in inner loop.
2013-04-21 Andre Nollcompress: Avoid PARA_ABS and PARA_MAX in inner loop.
2013-04-21 Andre Nollcompress: Compile with -O3.
2013-04-17 Andre Nollsched: Get rid of (pre)select shortcuts.
2013-04-17 Andre Nollaudiod: Avoid delay when closing slot.
2013-04-13 Andre NollAdd two missing Copyright headers and file annotations.
2013-04-06 Andre NollRename SERVER_AUDIO_FORMATS to AUDIO_FORMAT_HANDLERS.
2013-04-06 Andre Nollconfigure.ac: Shorten config summary.
2013-04-06 Andre Nollmanual: Don't try to enumerate audio formats.
2013-04-06 Andre Nollamp: Remove stray comment.
2013-04-04 Andre NollAdd documentation of public functions in check_wav.c.
2013-03-27 Andre Nollstring.c: Fix typo in documentation of skip_cells().
2013-03-26 Andre NollMerge branch 't/mood_fix'
2013-03-25 Andre NollChange copyright year to 2013.
2013-03-18 Andre Nollafs.c: Fix some spelling mistakes in comments.
2013-03-18 Andre NollImprove documentation of readv_nonblock().
2013-03-10 Andre Nollbtr: Handle zero-sized buffers gracefully.
2013-02-10 Andre NollFix mood reload.
2013-02-10 Andre Nollafs: Add assertion to afs_cb_result_handler().
2013-02-10 Andre Nollclient: Don't print the same error message twice.
2013-02-10 Andre Nolltrivial: Fix typo in client.h.
2013-02-10 Andre NollSwitch to HTF-8 for web pages.
2013-02-09 Andre Nollsignal: Restore errno on exit from signal handler.
2012-12-31 Andre NollSpeed up dep target.
2012-12-30 Andre Nolldepend.sh: Fix two typos in comment.
2012-12-23 Andre Nollgui: Try to link against libncursesw.
2012-12-23 Andre NollUTF-8 support for para_gui.
2012-12-23 Andre Nollmp3_afh: Switch to UTF-8 encoding.
2012-12-23 Andre Nollgui: Don't compute string length unnecessarily.
2012-12-23 Andre NollGet rid of unused HAVE_NCURSES define.
2012-12-23 Andre NollFix --with-curses configure option.
2012-12-20 Andre Nollnew codename, reset version to git
2012-12-20 Andre Nollparaslash 0.4.12 v0.4.12
2012-12-20 Andre NollFix 'install' target.
2012-12-19 Andre NollNEWS update.
2012-12-17 Andre NollFix compilation MacOS.
2012-12-16 Andre NollMerge branch 't/resample'
2012-12-02 Andre NollDo the RC4_ALIGN dance also for sideband connections.
2012-12-02 Andre Nollclient: Fix double free bug in interactive mode.
2012-12-02 Andre NollMerge branch 't/afh_receiver'
2012-11-25 Andre Nollresample filter: Implementation.
2012-11-25 Andre Nollresample filter: Infrastructure.
2012-11-25 Andre Nollcheck_wav: Ask parent nodes before falling back to...
2012-11-25 Andre NollReplace check_wav_task by write_task.
2012-11-25 Andre NollMove wav detection code to a separate file.
2012-11-25 Andre Nollwrite: Make wav-related config options modular.
2012-11-25 Andre Nollpara_filter: Call proper ->free_config method on shutdown.
2012-11-25 Andre NollMerge branch 't/osx_writer_improvements'
2012-11-19 Andre Nollplay: Fix segfault if decoder is not supported.
2012-11-19 Andre NollInteractive support depends on curses lib.
2012-11-18 Andre Nollpara_play, implementation.
2012-11-18 Andre Nollpara_play, infrastructure.
2012-11-18 Andre NollMake writer nodes honor notifications.
2012-11-18 Andre Nollinteractive: Introduce i9e_print_status_bar().
2012-11-18 Andre Nollinteractive: Implement single key mode.
2012-11-18 Andre Nollinteractive: Add producer to struct i9e_client_info.
2012-11-18 Andre NollInteractive: Introduce i9e_get_error().
2012-11-18 Andre Nollinteractive: Fix wipe_bottom_line() on MacOS.
2012-11-18 Andre Nollinteractive: Honor SIGWINCH.
2012-11-18 Andre Nollinteractive: Honor SIGTERM.
2012-11-18 Andre Nollpara_afh: remove streaming mode.
2012-11-18 Andre NollThe afh receiver, documentation.
2012-11-18 Andre NollThe afh receiver, implementation.
2012-11-18 Andre NollThe afh_receiver, infrastructure.
2012-11-18 Andre NollAdd execute mechanism to receiver nodes.
2012-11-18 Andre NollIntroduce afh_get_afhi_txt().
2012-11-18 Andre Nollaudiod: Replace kill_btrn() by task notifications.
2012-11-18 Andre Nollsched: Replace sched_shutdown() by task_notify_all().
2012-11-18 Andre Nollsched: Introduce task notifications.
2012-11-18 Andre Nolli9e_attach_to_stdout(): Don't insist on btrn == NULL.
2012-11-18 Andre NollInteractive: Assorted whitespace/newline fixes.
2012-11-18 Andre Nollinteractive: kill i9ep->line_handler_running.
2012-11-18 Andre Nollinteractive: Do not close stderr in i9e_close().
2012-11-18 Andre NollAdd missing documentation of send_strerror().
2012-11-18 Andre NollMerge branch 't/filter_parse_config_cleanup'
2012-11-04 Andre NollMerge branch 't/fade_improvements'
2012-10-30 Andre Nollosx_write: Check return value of AudioOutputUnitStart().
2012-10-30 Andre Nollosx_write: Be careful when dereferencing the private_da...
2012-10-30 Andre Nollosx: Treat writer node as an internal buffer tree node.
2012-10-30 Andre Nollosx_write: Add big fat comment on callback btr node.
2012-10-21 Andre NollCleanup filter command line parsers.
2012-10-21 Andre Nollamp: Remove pointless private_amp_data->conf.
2012-10-21 Andre Nollbuffer_tree.c: Fix a typo.
2012-10-15 Andre Nollbtr_next_buffer_omit(): Add comment on passing NULL...
2012-10-08 Andre Nollconfigure.ac: libflac also affects para_afh and para_se...
next