source: roaraudio/roard

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @964:0a0e4e32d700   15 years phi added support for roarctl to show position info
(edit) @963:9f2802d4302b   15 years phi added support to read stream flags (currently primary and output), …
(edit) @961:ac5a0e9430cf   15 years phi added support vor primary output streams
(edit) @960:618277a7056e   15 years phi added some codec check. We _assume_ we need to send signed data to all sub …
(edit) @958:06746d10d7a9   15 years phi ported libao driver to new vio interface :)
(edit) @957:96860770977c   15 years phi improved codec check
(edit) @955:1d49ceaf38d0   15 years phi deleted unused vars
(edit) @953:97c259da32cc   15 years phi support config via device string: …
(edit) @952:6876ef933588   15 years phi removed bad formated debug message
(edit) @951:308d35d9dc08   15 years phi updated driver.c to use new interface and driver
(edit) @950:9cfbc109ff1b   15 years phi started libshout driver
(edit) @949:066077e177bf   15 years phi updated roar driver to support new VIO interface
(edit) @947:edb7ba2fe666   15 years phi changed raw driver to use vio interface and display sysio vs. vio in …
(edit) @946:8967abcd6cb1   15 years phi use SNDCTL_DSP_SETFMT if avalible
(edit) @945:d65997b421d1   15 years phi changed the way the number of channels is set and added some error …
(edit) @944:64b819ce2b96   15 years phi ported null driver to vio
(edit) @942:7e85e08c6501   15 years phi chaned codec handling a lot, return codec name in case OSS suggest another
(edit) @941:23d33874eb9d   15 years phi patch for alaw/mulaw codec, needed on DEC Alpha for am7930 sound chips
(edit) @938:639ed35cb23f   15 years phi added support for setting options via -oO
(edit) @937:56653b49352d   15 years phi added driver_closevio() to close a driver_openvio()ed driver
(edit) @936:f7399e481e01   15 years phi close driver if stream has one, some cleanup
(edit) @935:051cbda17b97   15 years phi ROAR_WARN() -> ROAR_DBG()
(edit) @934:0277459c7e79   15 years phi got output streams basicly working, we should clean up some code anyway
(edit) @933:2c06d248d2e6   15 years phi wrote add_output() but does not work yet
(edit) @932:0de90185644f   15 years phi added output options, need to write add_output() to actually init a new …
(edit) @931:f0583968c304   15 years phi added driver_openvio()
(edit) @930:62b20281af8d   15 years phi added a addition argument fh to vio driver open rutine, added var to save …
(edit) @929:07286c15c4ed   15 years phi use ao then oss anf finanly null driver if esd is not avalable
(edit) @928:8d756b820e71   15 years phi got codecfilter sndfile working with sources driver cf
(edit) @925:20fb6596bfd4   15 years phi forget to add codecfilter_mulaw.c, upsi
(edit) @924:7f4183d013fa   15 years phi fixed handling of case the system has OSS support but we found no OSS …
(edit) @922:0620585d146b   15 years phi added support for mulaw (libroardsp) and added a codec filter for roard
(edit) @921:d2354ea6dac7   15 years phi check for libossaudio
(edit) @920:ce0dc2fbe8e2   15 years phi added --standby and --auto-standby
(edit) @919:0d97efb0782c   15 years phi wrote working(!) OSS driver
(edit) @917:7e60fa8dc102   15 years phi I decided to use std vio interface for read and writes, typos
(edit) @916:967d7f59fe8f   15 years phi added basic OSS driver code file
(edit) @915:9b80b15801a8   15 years phi added driver_oss.h
(edit) @912:e0480ffcba74   15 years phi got esd driver working via vio, changed driver interface a bit to get a …
(edit) @911:9cb4e9e891ad   15 years phi added support for vio drivers, juhu :)
(edit) @906:4c8b14265d2d   15 years phi get roard not crash without --sysclocksync
(edit) @905:2fd9cd5be5ef   15 years phi added --sysclocksync
(edit) @896:0a191bf438d8   15 years phi use correct cast
(edit) @881:fdf97832f81f   16 years phi redesigned the VIO abstarction layer a lot
(edit) @856:b61f10a34036   16 years phi got 32 bit mode working, yey! :)
(edit) @855:f2ea73faae80   16 years phi added support for changeing volume on 32 bit int
(edit) @854:3f08ff528e51   16 years phi added support for 32bit mixing if we have a 64bit type
(edit) @851:06cbae08cea5   16 years phi use libsndfile for ROAR_CODEC_RIFF_WAVE if avalible, does not support vio! …
(edit) @826:bab1cca7d75f   16 years phi added experimental support for bidirectional streams
(edit) @818:063e70897697   16 years phi added write support to alaw codec filter
(edit) @783:bd7da167acad   16 years phi got away with some cf alaw related compiler warnings
(edit) @775:713dae109380   16 years phi typo
(edit) @771:ffb27e74a214   16 years phi added debug line
(edit) @769:d03ad56f377f   16 years phi added code for attach, supporting ROAR_ATTACH_SIMPLE
(edit) @768:083524c5b23c   16 years phi added noop attach command
(edit) @767:7205e1dce16c   16 years phi added client_stream_move()
(edit) @766:8f87fbeb4fd3   16 years phi added streams_get_client
(edit) @757:4e5bfa3538df   16 years phi added support for ROAR_CMD_PASSFH
(edit) @755:fa521d53ac05   16 years phi added clients_get_fh()
(edit) @749:2b25ecdfb97b   16 years phi use compile time detected set of tools for cmd codec filters
(edit) @747:de481ef1b88b   16 years phi more cleanup
(edit) @746:1b154bfd0a21   16 years phi more cleanup, dont force a wronge errno
(edit) @745:b2996b41f084   16 years phi done some cleanup
(edit) @744:ad382e33d5d0   16 years phi got it working, need cleanup
(edit) @743:63c72d2a996d   16 years phi use casts to avoid warnings
(edit) @742:fdd31aa705a9   16 years phi after open do not try to read
(edit) @741:9be48345d290   16 years phi tryed a lot with libvorbisfile to use stream_vio*, seems to to work very …
(edit) @740:9006af31af0a   16 years phi return -1 in error case
(edit) @739:a3bc82e9c722   16 years phi fixed support for codecfilters and DECnet
(edit) @738:29fbccb9db97   16 years phi stream.info.bits is in bits, not bytes ;)
(edit) @736:44f4feb2496f   16 years phi added basic alaw cf
(edit) @729:215a18cb4875   16 years phi use ROAR_DBG() not plain printf()
(edit) @726:26e7ed06ca23   16 years phi applied janus' patches for OpenBSD, fixed corruped libroaresd/Makefile
(edit) @717:39021279ac6a   16 years phi minor fix
(edit) @716:a5426a9dd6c4   16 years phi hope I fixed the bug reported by stephan48
(edit) @701:51495a826510   16 years phi fixed some gcc warnings, no bugs
(edit) @692:3aa6bf8295d3   16 years phi explicitly request libvorbis as it is needed on MAC OS X
(edit) @675:34d604023d18   16 years phi added empty.c to .cvsignore
(edit) @668:71ac426690da   16 years phi added license statements
(edit) @655:1840c381edcc   16 years phi link roard and roarfilt with -lroardsp
(edit) @645:6cbe070ef8fc   16 years phi make primary streams work without double-free while quit
(edit) @644:aa47ced85ee7   16 years phi mark primary stream as primary and set socktype
(edit) @643:c3fc248024dd   16 years phi added primary flag to streams
(edit) @639:4a7ecf6e3733   16 years phi added RoarCELT magic on writing cf celt roaraudio_0_1_testing8_wesen
(edit) @638:f7cdb2c9bb59   16 years phi in error case we should cancel playback as errors may/will result in …
(edit) @637:61bfe5918a34   16 years phi fixed a buffer overflow bug
(edit) @635:fb9b242e8cc6   16 years phi added RoarCELT magic
(edit) @634:01d26682dd80   16 years phi allow setting -1 as fh for stream, added ROAR_DIR_OUTPUT where …
(edit) @625:49e04c35dc9e   16 years phi added roar_conv() support for monetoring clients
(edit) @621:ba0f43f1aaa7   16 years phi corrected entry for RoarSpeex?
(edit) @620:d612617809a5   16 years phi added a bit docs
(edit) @619:d849d6ee4cfe   16 years phi added full block encoding support
(edit) @618:54c999bd8696   16 years phi use local vars in host order, not network byte order ;)
(edit) @617:eadc4ce98867   16 years phi added a lot encoder code, changed struct to include the needed buffers, …
(edit) @616:9e692d24c8f9   16 years phi fixed var name bug :)
(edit) @615:5df24d5c701f   16 years phi added some encoder init code
(edit) @614:ba67ef04df1e   16 years phi got cf speex working for reading, freqs are correct now, cleaned up debug …
(edit) @613:ddd096787985   16 years phi added mode and table title to print_codecfilterlist() roaraudio_0_1_testing7_wesen
(edit) @612:5ab0ccdc9e13   16 years phi added flags to codecfilter list
(edit) @611:eb4c2b27dd1b   16 years phi got RoarCELT codec filter rw!
Note: See TracRevisionLog for help on using the revision log.