alsa: Do not fail if sw params could not be installed.
[paraslash.git] / vss.c
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-12 Andre NollImprove memory mapping.
2009-01-11 Andre NollVarious small cleanups and documentation improvements.
2009-01-11 Andre Nollvss barrier fixes.
2009-01-11 Andre NollAlways respect the data_send_barrier.
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-10 Andre NollReplace the ortp sender/receiver by the generic udp...
2009-01-09 Andre NollMerge commit 'meins/master'
2008-11-29 Andre NollAvoid "no connection to para_server" message is server...
2008-09-29 Andre NollMerge commit 'meins/master'
2008-09-28 Andre Nollvss: Fix com_jmp() and com_ff().
2008-06-30 Andre NollMerge commit 'meins/master'
2008-06-28 Andre NollAllocate afh_info->info_string dynamically.
2008-04-12 Andre NollMake para_server use the generic scheduling code.
2008-04-12 Andre Nollvss: Include map in the vss task struct.
2008-04-12 Andre NollIntroduce the vss task.
2008-04-12 Andre Nollserver: Fix stop mode.
2008-04-12 Andre NollMove struct senders[] from server.c to vss.c.
2008-04-12 Andre NollInit mmd->sender_cmd_data.cmd_num in vss_init().
2008-04-12 Andre NollHandle sender commands in vss_post_select().
2008-04-12 Andre NollMake vss_send_chunk() static.
2008-04-12 Andre NollCall sender functions from vss.c rather than from server.c.
2008-04-12 Andre NollSimplify vss_presselect().
2008-04-12 Andre NollOnly call vss_eof() from vss_preselect().
2008-04-12 Andre Nollvss: Check the afs socket either for reading or for...
2008-04-12 Andre NollSimplify vss_preselect().
2008-04-12 Andre Nollvss_preselect(): Use single return.
2008-03-17 Andre NollMerge commit 'remotes/meins/master'
2008-03-15 Andre NollMove the get_chunk and the get_header functions from...
2008-02-11 Andre NollRemove duplicate error code.
2008-02-02 Andre NollIntoduce send_common.c and use it from the dccp sender.
2008-01-17 Andre Nollvss.c: Trivial whitespace cleanup.
2008-01-17 Andre Nollvcc.c: Fix a memory leak in recv_afs_result().
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-11-24 Andre NollMinor doxygen improvements.
2007-11-19 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-11-18 Andre NollFix handling of invalid entries in the score table.
2007-11-17 Andre NollIntroduce vss_stopped().
2007-11-11 Andre NollFix com_nomore.
2007-11-11 Andre NollIntroduce make_empty_status_items().
2007-11-11 Andre NollAdd more status items.
2007-11-02 Andre NollRename audio_info status items and get rid of duplicate...
2007-11-02 Andre NollMake the status item list globally visible.
2007-11-01 Andre NollGet rid of afd->afsi and rename afs_status_info to...
2007-11-01 Andre NollGet rid of afd->path.
2007-11-01 Andre NollKill unused afd.attributes_string.
2007-10-31 Andre NollFix ogg streaming.
2007-10-31 Andre Nollvss.c: Check status afs socket fd for writing more...
2007-10-31 Andre NollMore documentation.
2007-10-31 Andre Nollvss.c: Avoid strcpy() to a fixed-size buffer.
2007-10-28 Andre Nollvss.c recv_afs_msg(): Set cmsg only once.
2007-10-28 Andre Nollvss.c: Documentation cleanup.
2007-10-26 Andre Nollcosmetics.
2007-10-25 Andre NollRename struct audio_format_info to afh_info.
2007-10-25 Andre Nollloglevel adjustments.
2007-10-24 Andre Nollvss.c: Kill noisy debug message.
2007-10-24 Andre NollReset afd fields on eof.
2007-10-23 Andre NollGet rid of mmd->filename.
2007-10-23 Andre NollGet rid of mmd->audio_format.
2007-10-23 Andre NollGet rid of mmd->afi.
2007-10-23 Andre NollChange dbinfo1 stat item and use it from afs.
2007-10-23 Andre NollRemove para_dbadm.
2007-10-23 Andre NollRemove old audio file selector code.
2007-10-22 Andre Nollvss.c: Kill unused int audio_file.
2007-10-22 Andre NollMove afh_init() call from vss.c to server.c.
2007-10-22 Andre NollMove common audio format handler functions to new afh_c...
2007-10-22 Andre Nollvss.c: Isolate afh_init().
2007-10-22 Andre Nollvss.c: Use audio_format_name() where possible.
2007-10-22 Andre Nollvss.c: Kill an unused variable.
2007-10-22 Andre Nollvss.c: Small simplifications.
2007-10-22 Andre Nollvss.c: Remove some unused code.
2007-10-22 Andre NollSwitch to the new afs.
2007-10-02 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-10-01 Andre NollImplement add -a (add all audio files).
2007-09-21 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-09-20 Andre NollMake para_fsck work without specifying tables.
2007-09-15 Andre NollFix the privious assertion().
2007-09-15 Andre Nollaudio_format_name(): Add an assert().
2007-09-13 Andre NollFix com_add segfault.
2007-09-12 Andre Nollvss_init(): Use FOR_EACH_AUDIO_FORMAT() instead of...
2007-09-10 Andre Nollafs com_add(): Recognize also audio formats different...
2007-09-09 Andre Nollvss.c: Introduce get_audio_file_info().
2007-09-08 Andre Nollpara_server: Initialize the new afs.
2007-09-08 Andre NollRename afs.[ch] to afs_common.[ch].
2007-08-20 Andre NollFix some unsigned vs. size_t issues.
2007-08-12 Andre NollMerge branch 'chunk_queue' of /home/maan/scm/paraslash_...
2007-08-08 Andre NollRewrite chunk queueing.
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-05-26 Andre Nollbe more carful wrt. signed vs. unsigned argument passing
2007-03-26 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-03-25 Andre Nolldo not copy the audio file header
2007-03-24 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-03-22 Andre Nollvss.c: Don't try to mmap empty files
2007-03-14 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash into mmap
2007-03-13 Andre Nollvss.c: simplify vss_eof()
2007-03-13 Andre Nollvss.c: Switch from fopen() to open()
2007-03-13 Andre Nollkill file parameter from get_file_info of struct audio...
2007-03-12 Andre Nollvss.c: Use the file mapping instead of fseek()/read()
next