paraslash.git
2006-05-13 Andreaacdec: no need to read the offset table.
2006-05-13 AndreFirst version of the aac audio format handler that...
2006-05-12 AndreFirst draft of the aac audio format handler
2006-05-12 AndreMerge branch 'master' into aac
2006-05-12 Andrenew codename, reset version to git
2006-05-12 Andrethe paraslash-0.2.12 release tarball
2006-05-12 Andreparaslash 0.2.12 v0.2.12
2006-05-11 AndreTypo
2006-05-10 AndreMerge branch 'master' into aac
2006-05-10 Andreconfigure.ac: Fix mysql configuration
2006-05-10 Andreadd configure options for libfaad
2006-05-10 Andreignore zero bit when checking for frame start
2006-05-09 AndreMerge branch 'master' into aac
2006-05-09 Andreaacdec: Do not try to feed invalid buffers to libfaad
2006-05-09 Andrecosmetics
2006-05-09 Andrecheck barriers also in afs_send_chunk()
2006-05-09 Andreortp_send: Fix EOF packet sending
2006-05-08 AndreMerge branch 'master' into aac
2006-05-08 Andreserver: call afs_send_chunk() even if no timeout occured.
2006-05-06 Andreortp_send: kill useless gettimeofday()
2006-05-06 AndreMerge branch 'master' into aac
2006-05-06 Andrefix error log message
2006-05-06 AndreSend correct http message.
2006-05-06 Andregrab: init gc->audio_format_num to -1
2006-05-06 Andreaudiod: fix minor memory leak
2006-05-06 Andreaacdec: Try do decode raw packets if header was not...
2006-05-05 AndreAdd M. Bakker to CREDITS
2006-05-05 Andreaacdec: Fix some signedness issues
2006-05-05 AndreMerge branch 'master' into aac
2006-05-05 Andrecompress: Adjust forumla for clipping
2006-05-05 AndreDoxify the write subsystem
2006-05-04 Andreaacdec: kill some dead code
2006-05-04 Andreaacdec: raise min buffer size to 1000 bytes.
2006-05-04 Andreaudiod: reset max_fileno at each run.
2006-05-04 AndreFirst workable version of the aac decoder
2006-05-02 Andrecom_upd: always escape the filename
2006-05-02 Andregrab_client: Error out if given an invalid grab mode
2006-05-02 Andrecom_upd: ignore duplicates
2006-05-01 Andrefix trivial compiler warning in net.c
2006-05-01 Andreconfigure: add two mysql-related command line options
2006-05-01 AndreAdd "-I ." to aclocal options
2006-05-01 Andremp3dec: skip invalid frame headers
2006-04-30 Andrenet.c: fix ifdef UCRED madness
2006-04-29 Andreadd a notice message if the expected pattern was not...
2006-04-29 Andre1000 * 1000 microseconds is too much for Darwin
2006-04-28 AndreHTTP_GET_MSG: Do not resist on http 1.0
2006-04-24 AndreFix another gcc signedness warning in write.c
2006-04-24 Andreminor mysql_selector cleanup.
2006-04-24 Andrealsa_writer.c: Fix gcc-4 signedness warning
2006-04-24 AndreNEWS: Mention the reason for size decrease of the tarball
2006-04-21 Andrehttp_send.c: Add a comment
2006-04-21 Andredccp_send.c: Set status to SENDER_OFF on errros.
2006-04-21 Andrefade.c: whitespace cleanup
2006-04-20 AndreINSTALL: Add more explanations for unexperienced users.
2006-04-20 AndreMakefile.in: Fix generation of web pages
2006-04-20 Andreuse git-tar-tree to make the tarball
2006-04-20 AndreSimplify wng_write()
2006-04-20 Andrewrite.c: fix more compiler warnings on MacOs
2006-04-20 Andrecommand.c: cast members of struct timeval to long unsigned
2006-04-20 Andreremove 1.0
2006-04-20 AndreMakefile.in: remove unused variable CONFDIR
2006-04-20 AndreMore doxygen updates
2006-04-20 Andreadd doxygen file comments
2006-04-20 Andrewrite.c: Make check_args() static
2006-04-20 AndreDoxyfile: replace play.c by write.c
2006-04-20 Andreadd --disable-ortp option to configure
2006-04-19 AndreMakefile.in: kill sample_conf variable
2006-04-19 Andreremove gui.conf.sample
2006-04-19 AndreREADME: mention that gcc-2.95 no longer works.
2006-04-19 AndreMakefile.in: activate even more gcc warnings
2006-04-19 Andrewrite.h: mark two variables extern
2006-04-19 Andreortp_recv compute_next_chunk(): kill unused parameter now
2006-04-19 Andreortp_recv.c post_select: mark unused paramters with...
2006-04-19 Andrekill unused BUF_TO_VAL macro
2006-04-19 AndreMakefile.in: Remove special treatment of ortp_send...
2006-04-19 AndreFix typo in gcc-compat.h
2006-04-19 Andrenet.c: make it compile without ucred
2006-04-19 AndreREADME updates
2006-04-19 Andreaudioc.c, audiod.c, server.c: use para_fd_set()
2006-04-19 Andrecosmetics
2006-04-19 AndreNEWS: gcc-2.95 is no longer supported
2006-04-19 Andreuse para_fd_set also in gui.c and in http_send.c
2006-04-19 AndreMakefile.in: kill unused target para_compress
2006-04-18 Andrekill unused E_LIST_WRITERS_GIVEN
2006-04-18 AndreQuote the the strings in WRITER_NAME correctly.
2006-04-18 AndreMakefile.in: add tow missing headers for the tarball
2006-04-18 Andrereformat and improve write.ggo
2006-04-18 Andrepara_play -> para_write documentation update
2006-04-18 Andresplit play.c and rename para_play to para_write
2006-04-18 Andreadd new writer to para_play: file
2006-04-18 AndreFurther para_play abstraction: struct writer_node_group
2006-04-18 Andrepara_play: simplify play_pcm(), add E_PLAY_OVERRUN...
2006-04-18 Andreswitch to the new struct writer/writer_node abstraction
2006-04-17 Andreintroduce struct writer and struct writer_node
2006-04-17 Andrealsa_shutdown(): free struct private_alsa_data
2006-04-17 Andrepara_play: introduce struct private_alsa_data
2006-04-17 Andremake chunk_size a local var and rename it to period_size
2006-04-17 Andremake para_play use the error subsystem
2006-04-17 Andreplay.c: Let alsa_init() return the number of bytes...
2006-04-17 Andreplay.c: make alsa_write() take the number of _bytes_...
next