paraslash.git
2010-10-24 Andre NollNEWS update.
2010-10-17 Andre NollMerge branch 't/sched_cleanups'
2010-10-11 Andre Nollpara.h, recv.h: Move parts marked with \cond to bottom.
2010-10-11 Andre NollMerge remote branch 'refs/remotes/fml/master'
2010-10-11 Andre Nolludp_recv: Add missing line break in log messages.
2010-10-11 Andre Nollpara.h: Fix typo in comment.
2010-10-10 Andre Nollweb/download.html: Recommend downloading the snapshot...
2010-10-10 Andre NollNEWS update.
2010-10-10 Andre Nolldccp_send: Fix com_off().
2010-10-10 Andre Nollaudiod: Handle crashes of para_server more robustly.
2010-10-10 Andre NollAdd missing documentation of moods_event_handler()...
2010-10-05 Andre Nollconnect_local_socket(): Silence noisy debug message.
2010-08-31 Andre Nollsched: Use built-in instead of open-coded timeout helpers.
2010-08-23 Andre NollImprove filter help text.
2010-08-23 Andre Nollnet: Rename create_remote_socket() connect_local_socket().
2010-08-23 Andre Nollfade: Print the mixer device.
2010-08-17 Andre Nollafh: Chunk numbers are zero-based.
2010-08-09 Andre NollFix an invalid-free-bug in the ogg audio format handler...
2010-08-06 Andre Nollnew codename, reset version to git
2010-08-06 Andre Nollthe paraslash-0.4.4 release tarball
2010-08-06 Andre Nollparaslash 0.4.4 v0.4.4
2010-08-02 Andre Nollmanual: Minor cleanups.
2010-08-01 Andre NollFix typo in write_common.h.
2010-08-01 Andre NollRename some variables to avoid warnings on old gcc...
2010-08-01 Andre NollNEWS update.
2010-08-01 Andre NollMerge branch 't/speex'
2010-08-01 Andre NollMerge branch 't/error2'
2010-07-29 Andre NollNEWS update
2010-07-29 Andre NollMerge branch 't/bits_per_sample'
2010-07-29 Andre Nollalsa: Add a missing "goto again" statement.
2010-07-29 Andre NollAdd a reference to the speex home page.
2010-07-27 Andre NollAdd missing documentation of rfds parameter of accept_s...
2010-07-26 Andre Nollaacdec: Fix a brown paper bag bug.
2010-07-25 Andre NollMake autoconf-2.66 happy.
2010-07-25 Andre NollUse a perl script to create error2.h
2010-07-16 Andre NollAdd support for the speex codec.
2010-07-13 Andre Nollogg: Separate ogg from vorbis code.
2010-07-13 Andre NollKill supported_audio_formats().
2010-07-13 Andre NollContent complete, some external links missing.
2010-07-13 Andre NollCosmetics: Rename samplerate to sample_rate.
2010-07-13 Andre Nollwrite: Support audio formats != 16 bit little endian.
2010-07-13 Andre Nollwrite: Make get_btr_value() return void.
2010-07-13 Andre NollIntroduce decoder_execute().
2010-07-13 Andre NollDeduplicate --channels and --sample-rate.
2010-07-13 Andre NollCosmetics: Rename samplerate to sample_rate.
2010-07-10 Andre Nollfilter.h: Add some missing documentation.
2010-07-05 Andre Nollnew codename, reset version to git
2010-07-05 Andre Nollthe paraslash-0.4.3 release tarball
2010-07-05 Andre Nollparaslash 0.4.3 v0.4.3
2010-07-05 Andre NollRemove some unused error codes.
2010-07-04 Andre Nollaudiod: Set the audio format restart barrier also when...
2010-07-04 Andre Nollgui: Replace also \r and \f by spaces.
2010-07-04 Andre Nolloggdec: Introduce a small delay on stream start.
2010-06-29 Andre NollSuppress gcc warning when compiling cmdline files.
2010-06-28 Andre Nollsched: Fix SCHED_DEBUG.
2010-06-28 Andre NollNEWS update
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-26 Andre Nolloss_write: Add missing btr_merge().
2010-06-23 Andre NollNEWS update.
2010-06-23 Andre NollMerge branch 't/dccp_fec'
2010-06-23 Andre Nollweb: Mention the new What's cooking page.
2010-06-23 Andre NollNEWS: Remove header.
2010-06-23 Andre NollMakefile: Remove oggdec_filter from $all_ggos.
2010-06-22 Gerrit Renkerfec: make max_slice_size optional
2010-06-22 Gerrit Renkersender: miscellaneous cleanups
2010-06-22 Gerrit Renkerudp: refuse to add the same target twice
2010-06-22 Gerrit Renkerudp: transition to use sender_client 'name' field
2010-06-22 Gerrit Renkerudp: integrate resolve hook
2010-06-22 Gerrit Renkersender: add a hook to resolve target names
2010-06-22 Gerrit Renkernet: host/port string convention
2010-06-22 Andre NollRemove oggdec_filter.ggo.
2010-06-19 Andre NollMake new dccp FEC parameters optional.
2010-06-18 Andre NollReduce decoder latency.
2010-06-18 Andre Nolldccp_send: Add command line options for FEC parameters.
2010-06-16 Andre Nollsched: Add debug mode.
2010-06-14 Andre NollPrint a log message if the sender command fails.
2010-06-09 Gerrit Renkerudp_send: add a time window for errors
2010-06-09 Gerrit Renkerudp: initialize common structure only once
2010-06-09 Andre Nolludp_send: Do not send the current chunk if queue is...
2010-06-09 Andre NollMove send_chunk() from send_common.c to http_send.c.
2010-06-07 Gerrit Renkercleanup: remove redundant 'max length' argument
2010-06-07 Gerrit Renkerudp_send: send data in MMS-sized chunks
2010-06-07 Gerrit Renkerdccp_send: send data in MPS-sized chunks
2010-06-07 Gerrit Renkernet: generic code to query the maximum message size
2010-06-07 Gerrit Renkersender: clean up old FEC API
2010-06-07 Gerrit Renkerudp: integrate new fec interaction
2010-06-07 Gerrit Renkerdccp: integrate new fec interaction
2010-06-07 Gerrit Renkervss: add state variable for fec client
2010-06-07 Gerrit Renkervss: unify calls to the FEC layer
2010-06-07 Andre NollBasic infrastructure changes for FEC/DCCP support.
2010-06-07 Andre NollMerge remote branch 'meins/master'
2010-06-06 Andre NollFix paraslash.ico.
2010-06-06 Andre NollMerge branch 'maint'
2010-06-06 Andre Nollgui: Avoid busy loop if audiod is down.
2010-05-25 Andre NollMerge commit 'meins/master'
2010-05-23 Andre Nollfecdec_filter: Detect and ingore duplicate slices.
2010-05-23 Andre Nollfecdec_filter: Simplify clear_group().
2010-05-23 Andre NollMerge branch 'maint'
next