paraslash.git
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'
2010-05-23 Gerrit Renkerstring: constant value
2010-05-21 Andre NollFix paraslash.ico.
2010-05-19 Andre Nollbash_completion: Fix sender completion.
2010-05-13 Andre NollMerge remote branch 'fml/master'
2010-05-13 Andre NollNEWS update.
2010-05-13 Andre NollMerge branch 't/nonblock_api'
2010-05-13 Andre NollNEWS update.
2010-05-13 Andre NollMerge branch 't/doc'
2010-05-12 Andre NollMerge branch 'maint'
2010-05-12 Andre Nolloss: Fix double free bug on open failure.
2010-05-11 Andre NollRC4: Allocate 8 extra bytes for send buffer.
2010-05-09 Andre NollAdd doxygen comments for rfds parameters.
2010-05-06 Andre Nollmanual.m4: Fix a typo.
2010-05-06 Andre NollNEWS update.
2010-05-06 Andre Nollvss: Don't treat EAGAIN as an error when reading from...
2010-05-06 Andre Nollgui: Combine open_stat_pipe() and para_open_stat_pipe().
2010-05-06 Andre Nollgui: Rename audiod_pipe to stat_pipe.
2010-05-06 Andre Nollgui: Use nonblock API for command and audiod pipe.
2010-05-03 Andre NollThe new comprehensive paraslash user manual.
2010-05-03 Andre NollAvoid the word "filter chain".
2010-05-03 Andre Nollmood: make reload_current_mood() static.
2010-05-03 Andre Nollfilter: Clarify help text of --no-default-filters.
2010-05-03 Andre Nollbtr: Remove unused btr_exec().
2010-05-02 Andre NollRemove man page of para_fsck from web pages.
2010-04-25 Andre Nollhttp_recv: Switch to nonblock API.
2010-04-25 Andre Nollpara_client: Fix unreliable uses of FD_ISSET().
2010-04-25 Andre Nollstdin: Use non-blocking API.
2010-04-25 Andre Nollaudioc: Switch to blocking file descriptors.
2010-04-25 Andre Nollafs: Use nonblocking API also for afs commands.
2010-04-25 Andre Nollafs: Use nonblocking API for server commands.
next