source: roaraudio/roard

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1055:9119166575ac   15 years phi test for broken ucred roaraudio_0_1beta4
(edit) @1046:27fab9a77db2   15 years phi update pid on --deamon
(edit) @1045:bf38ceae5a66   15 years phi clear meta data for meta streams on delete
(edit) @1044:9d5c342e6a14   15 years phi ROAR_WARN() -> ROAR_DBG()
(edit) @1043:1ca27ba72398   15 years phi added support to set flags via roarctl, update meta data on change of meta …
(edit) @1042:44f94f4095dd   15 years phi added streams_get_flag(), fixed a bug with only-vio drivers
(edit) @1041:054b825e307d   15 years phi finalize after meta data update
(edit) @1040:4d32270e0139   15 years phi update meta data of recv-meta streams on finalize
(edit) @1038:3b27c9b36f14   15 years phi added stream_meta_finalize(), ROAR_META_MODE_FINALIZE
(edit) @1032:a06815278af3   15 years phi added stream flag META
(edit) @1031:e37fc903ebb8   15 years phi mark sources as sources
(edit) @1030:21c645bcc836   15 years phi use flags on req for stream para
(edit) @1029:a0088c45f7df   15 years phi added streams_set_flag() and streams_reset_flag()
(edit) @1022:fe708cd3a6a6   15 years phi added roar source driver
(edit) @1021:bdf6df991057   15 years phi ha, I added write support to it yesterday…
(edit) @1015:2086db30dbe8   15 years phi if we can't send some data because of EAGAIN, ignore and print a warning
(edit) @1014:7864567c619b   15 years phi small change that makes monetoring streams more robust
(edit) @1013:5c0b53001a34   15 years phi done some cleanup of debug messages
(edit) @1012:e0923fe24fa9   15 years phi added support for writeing wave files, ha!
(edit) @1011:382d3e6269d1   15 years phi ignore proxy settings at startup time while opening local socket
(edit) @998:fdee4bd3aeec   15 years phi updated description
(edit) @997:811183edb732   15 years phi seems as if I finaly got cf fishsound working, debug code clean up
(edit) @995:d8e88bab735f   15 years phi added fishsound filter for OGG_FLAC
(edit) @994:43a7c78b4bf9   15 years phi seems that I got it finally rung experimental
(edit) @993:ba20ae3efe93   15 years phi use roar_buffer objects to buffer decoded audio data, added support to …
(edit) @992:090d3f1bd7de   15 years phi added sill useless cf fishsound, no working code yet, just some start
(edit) @989:3546df4ceb78   15 years phi abstract from LP64 to ROAR_INSTINT
(edit) @982:05f1be351ac0   15 years phi quit if a primary output stream can not be inited, changed change of g_pos …
(edit) @981:892b34984ecd   15 years phi added fc object to ss object, not used yet, update pos on …
(edit) @980:970b86136440   15 years phi streams.c
(edit) @977:98bd572668d5   15 years phi return g_pos and set mixing stream to type mixing for oinfo req
(edit) @976:f27de4e967af   15 years phi use ogg123 via cf cmd if ogg123 is avalible but not libvorbisfile
(edit) @975:27cae7f09bc7   15 years phi print headlions on driver list
(edit) @974:2fc99cf797f4   15 years phi mark -d list as obsolete
(edit) @973:a8a9e120261c   15 years phi added --list-driver, exit on -d list after listing the driver
(edit) @972:5790e4533557   15 years phi use old value as default, seems not to work well on my test systems
(edit) @971:302305b809d4   15 years phi commented out change of recv buffer
(edit) @970:931ac20fb0da   15 years phi use 5ms for new standard block time, should get better results for …
(edit) @969:6efdae031d5f   15 years phi dont set minimum buffer size, set optimal read size as recv buffer size
(edit) @968:82561f5f0063   15 years phi set recv buffer to minimum for streams
(edit) @967:e53d8747092c   15 years phi updated CELT cf to CELT 0.5.0 API
(edit) @966:449ec48190a4   15 years phi use pointer, not object…
(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   15 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
Note: See TracRevisionLog for help on using the revision log.