paraslash.git
2008-11-30 Andre NollRename filter source files.
2008-11-30 Andre NollMerge branch 'master' into next
2008-11-30 Andre NollCreate list of supported filters via autoconf.
2008-11-30 Andre Nollconfigure.ac: Remove unused variable filter_filters.
2008-11-30 Andre Nollconfigure.ac: Remove amp_filter from set of executables.
2008-11-30 Andre NollMake filter config parsers return int.
2008-11-30 Andre Nolloggdec_filter.ggo: Add more documentation.
2008-11-30 Andre Nolloggdec_parse_config(): Add some sanity checks.
2008-11-30 Andre Nollwav: Only create wav header if there is output available.
2008-11-30 Andre Nollpara_server: Reformat help text of the --afs_database_d...
2008-11-29 Andre NollAdd -Wmissing-noreturn to compiler flags.
2008-11-29 Andre NollFix -Wdeclaration-after-statement warnings.
2008-11-29 Andre NollImplement aac meta info support.
2008-11-29 Andre NollAvoid "no connection to para_server" message is server...
2008-11-28 Andre Nollfilter: Call the convert function even if the input...
2008-11-28 Andre Nollerror.h cleanups.
2008-11-28 Andre NollMerge commit 'fml/master'
2008-11-28 Andre Nollafh_common.c: Add missing source code documentation.
2008-11-28 Andre Nollwrite.h: Cosmetics.
2008-11-28 Andre Nolloggdec: Keep decoding on imput EOF.
2008-11-28 Andre Nollafh.c: Skip emtpy chunks.
2008-11-28 Andre NollFix a gcc warning in alsa_open() on x86_64.
2008-11-28 Andre NollGet rid of a gcc warning on recent Ubuntu systems.
2008-11-28 Andre NollCheck return value of write() in generic_signal_handler().
2008-11-25 Andre Nollpara_write: Fix --bufsize.
2008-11-25 Andre Nollalsa: Log info about the number of bytes per frame.
2008-11-25 Andre Nollalsa: Improve chunk timings.
2008-11-25 Andre Nollpara_write: Fix --initial-delay.
2008-11-25 Andre NollREQUIREMENTS: Fix dead link to faad lib.
2008-11-22 Andre NollREADME.afs: Minor improvments and clarifications.
2008-11-22 Andre Nollwrite_common.h: Kill an unused function declaration.
2008-11-22 Andre NollMinor documentation improvements.
2008-11-22 Andre NollBetter error diagnostics for the mp3 decoder.
2008-11-22 Andre Nollhttp_recv: Fix reading of the HTTP OK message pattern.
2008-11-22 Andre NollFix an off-by-one bug in recv_pattern().
2008-11-16 Andre Nollgui: Add the amplification value to output.
2008-11-16 Andre NollNo need to check the return value of para_strdup().
2008-11-15 Andre NollREQUIREMENTS: Add the name of the debian package for...
2008-11-15 Andre NollREQUIREMENTS: Mention that libid3tag0-dev should be...
2008-11-15 Andre NollFix a use-without init buf in recv.c.
2008-11-15 Andre NollFix the osx writer on little endian machines.
2008-11-13 Andre Nollcall_callback(): Fix a shm leak in afs.c.
2008-11-13 Andre Nolladd_one_audio_file(): Fix an fd leak.
2008-11-13 Andre Nollguess_audio_format(): Return proper error code.
2008-10-28 Andre NollINSTALL: Add comment that /var/paraslash should be...
2008-10-22 Andre Nollexec.c: Open /dev/null r/w.
2008-10-12 Andre Nollmp3_afh.c: Fix compilation on Mac OS 10.5.
2008-10-12 Andre Nollstdin: Abort if the consumer terminates.
2008-10-12 Andre NollFix the wav filter for Mac OS 10.5.
2008-10-10 Andre NollREQUIREMENTS update.
2008-09-30 Andre NollImplement better error diagnostics for para_client.
2008-09-30 Andre Nollamp_filter.c: Fix filename in doxygen comment.
2008-09-30 Andre NollMakefile.in: Do not use depricated git-archive.
2008-09-29 Andre NollMerge commit 'meins/master'
2008-09-29 Andre NollFix com_init.
2008-09-28 Andre Nollaft.c: Clear more status items in stop mode.
2008-09-28 Andre Nollvss: Fix com_jmp() and com_ff().
2008-07-25 Andre NollClear all fields in stop mode where it makes sense.
2008-07-19 Andre NollMerge commit 'meins/master'
2008-07-12 Andre NollNEWS update.
2008-07-12 Andre NollFix a bug in para_write.
2008-07-12 Andre NollAdd the new amp filter.
2008-07-11 Andre NollMerge commit 'meins/master'
2008-07-10 Andre Nollfade: Fix default modes.
2008-07-07 Andre NollMerge commit 'meins/master'
2008-07-06 Andre Nollscore_update(): Don't return an error if file is not...
2008-07-06 Andre NollPrint more info in case an afs event handler failed.
2008-07-06 Andre NollFix another bug in com_touch().
2008-07-06 Andre Nollcompress filter: Fix parsing of the amplification string.
2008-07-06 Andre NollFix com_touch.
2008-07-06 Andre NollNEWS update.
2008-07-06 Andre NollAdd more documentation about the amplification value.
2008-07-06 Andre Nollcompress.c: Activate pre-amplification.
2008-07-06 Andre NollInitialize stat_item_values[].
2008-07-06 Andre Nollaudiod: Make stat_task static.
2008-07-06 Andre NollTeach the touch command about amplification.
2008-07-06 Andre NollTeach the ls command to print the amplification value.
2008-07-06 Andre NollUse an unused byte in struct afs_info to store the...
2008-07-06 Andre NollIntroduce new status item: amplify.
2008-06-30 Andre NollMerge commit 'meins/master'
2008-06-29 Andre Nollconfigure.ac: Print whether libid3tag was found.
2008-06-29 Andre NollREQUIREMENTS: Add a note about libid3tag.
2008-06-29 Andre NollImplement ogg vorbis comment parsing.
2008-06-29 Andre NollMove make_taginfo() from mp3_afh.c to afh_common.c.
2008-06-29 Andre Nollmp3: Add support for id3 version 2 tags.
2008-06-29 Andre NollKeep the audio file open when mmapping.
2008-06-29 Andre NollLink para_server and para_afh against libid3tag if...
2008-06-29 Andre NollMake mp3_get_file_info() static.
2008-06-29 Andre NollReorder functions in mp3_afh.c.
2008-06-29 Andre NollGet rid of struct id3tag and struct mp3info.
2008-06-28 Andre Nollmp3_read_info(): Kill fl_avg.
2008-06-28 Andre NollKill struct mp3info->header.
2008-06-28 Andre NollMake mp3_seek_next_header() more readable.
2008-06-28 Andre NollSimplify mp3_seek_next_header().
2008-06-28 Andre NollAllocate afh_info->info_string dynamically.
2008-06-25 Andre NollMerge commit 'meins/master'
2008-06-22 Andre Nollmp3_afh.c: Simplify mp3_get_id3().
2008-06-06 Andre Nollosl.c: Do not include list.h.
2008-05-14 Gerrit Renker[NET]: Bug-fix for getaddrinfo()
2008-05-09 Andre Nollrecv.h: Cosmetics.
next