source: roaraudio/roard

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5304:b4e9377c2dff   12 years phi removed old member
(edit) @5302:4d77c9526beb   12 years phi added roar_buffer_foreach() (See: #126)
(edit) @5301:f3e9cd30574d   12 years phi move away from roar_buffer_add() (See: #126)
(edit) @5295:5914c84e72be   12 years phi converted message (protocol) rutunes to use roar_mm_*() (Closes: #129)
(edit) @5289:ddb3677af4d0   12 years phi use support to set mixer ID up at least one API layer
(edit) @5288:1cb22eb99e5d   12 years phi updated stream_vio_*() types to match roar_vio_*() types
(edit) @5287:4dd383ee8658   12 years phi avoid declared but unused var on no-main-args platforms
(edit) @5279:bb3ff1f2be28   12 years phi added support to hostid and license to server info struct, added support …
(edit) @5278:b3e0dd3f3141   12 years phi last parts of merging _nonblock into _ctl and fixed sizeof(cmd) of _ctls
(edit) @5276:0eb24ca6810e   12 years phi merged VIO's _nonblock() into _ctl() (Closes: #135)
(edit) @5275:811818eb5b81   12 years phi Improved plugin loader a lot (Closes: #190)
(edit) @5274:3905f033f790   12 years phi syntax error in wiki syntax
(edit) @5270:e25346c13638   12 years phi fixed some gcc -Wextra warnings
(edit) @5266:8a1aa71fdfa9   12 years phi define macros for sched registrations in plugins
(edit) @5265:e87d58d8ddc5   12 years phi coding style
(edit) @5259:dc6b4deefec8   12 years phi coding style
(edit) @5257:27194d561c16   12 years phi fixed most warnings in roard
(edit) @5256:6029a22d29b6   12 years phi moved away from roar_vio_init_calls(), roar_vio_get_fh() and …
(edit) @5255:3275ce378322   12 years phi use const keyword
(edit) @5246:eae8bfcfa99d   12 years phi handle NULL options correctly.
(edit) @5245:56701720fa1d   12 years phi cleanup
(edit) @5244:e97aa5907fa2   12 years phi fully removed driver "raw"
(edit) @5242:97239101cee9   12 years phi some roard compiler warnings cleanup
(edit) @5218:772842651185   12 years phi Do not set errno to zero in ogg_vorbis codec filter (Closes: #191)
(edit) @5216:e16c15116d46   12 years phi moved roar_err_{build,parse}msg2() -> roar_err_{build,parse}msg(), see …
(edit) @5210:8eb738dee9d4   12 years phi Updated ports to minimal, win32 and avr (pr2)
(edit) @5208:8e0fdf76839e   12 years phi added an #ifdef needed in cause dcomp cb is disabled
(edit) @5194:b40015b16ff2   12 years phi make more use of /extern/
(edit) @5192:4237437ca526   12 years phi declare some stuff 'extern', this saves like 5.3KB of diskspace in plugin …
(edit) @5191:67e63e9d1df9   12 years phi added ROARD_DL_REG_PROTO() and ROARD_DL_REGFN_PROTO()
(edit) @5190:ea87b2e12de4   12 years phi always give check_client proto-callback a non-NULL vio
(edit) @5180:e8efeb11e78b   12 years phi updated roarfilt
(edit) @5164:fe7f2fdf702b   12 years phi avoid a warning about numerical IP addresses
(edit) @5162:85c55ccd12a9   12 years phi fixed some compiler warnings
(edit) @5161:a84238f288d8   12 years phi avoid to warnings about unused return value
(edit) @5160:efd742a8d396   12 years phi corrected pointer checks to conform coding style
(edit) @5155:420e4f980a8e   12 years phi run protocol functions in clear error context
(edit) @5153:5f42cc0ea804   12 years phi typo
(edit) @5152:6de4ec1639d3   12 years phi typos
(edit) @5146:716400712348   12 years phi Moved error frame handling into proto functions (pr0)
(edit) @5140:b0fb71d4cd15   12 years phi fixed a (correct) compiler warning on OpenBSD
(edit) @5135:2e2850aa6df2   13 years phi corrected a if (p) to if (p != NULL)
(edit) @5134:98f78b24025e   13 years phi Fixed segfaul in PortAudio? driver(v19) if no device is found.
(edit) @5131:57cb309489a3   13 years phi Fixed segfaul in FLAC cf (Closes: #177)
(edit) @5108:44e0633255a1   13 years phi "The aRtsc driver is obsolete/broken, use another!"
(edit) @5107:c04d0ee02dc0   13 years phi small updates to make core a bit cleaner
(edit) @5105:7944090a279a   13 years phi comply with coding styles
(edit) @5103:f08c16bf9de8   13 years phi open source if -s or -S is given.
(edit) @5102:04186989eedd   13 years phi roard now starts up in 32 bit mode by default. (configure option has been …
(edit) @5096:afe6742e30a1   13 years phi corrected IPv6 addresses
(edit) @5090:d51be1bd8cd5   13 years phi removed incorrect warning
(edit) @5089:b6accd8444a9   13 years phi Fixed endlessloop in MIDI subsystem (Closes: #137)
(edit) @5080:5e897646aed7   13 years phi corrected array site
(edit) @5065:18cdc8c3a1ab   13 years phi added roar_clock_gettime()
(edit) @5063:3cc39a3c39a8   13 years phi give wmm driver more prio on win32
(edit) @5062:711a303ba5da   13 years phi remove useless vars
(edit) @5060:131aca73bbbd   13 years phi support --daemon on win32
(edit) @5056:b31e60545552   13 years phi support auto reconf bits=32->16 in case not supported (See: #48)
(edit) @5055:db7a96528119   13 years phi support auto reconf bits=32->16 in case not supported (See: #48)
(edit) @5053:4542bb21d38d   13 years phi add some debug msgs
(edit) @5047:a9d6297fb8ca   13 years phi yet another NULL vs. 0
(edit) @5046:6f882783a0eb   13 years phi test for NULL not 0
(edit) @5045:bbba9c469731   13 years phi default_flags needs to be inited.
(edit) @5044:95b04c57ae49   13 years phi cdriver API supports driver=NULL
(edit) @5043:f3861009e400   13 years phi updated list of drivers to test
(edit) @5031:ebd6fe192503   13 years phi Added support for ROAR_CMD_GETTIMEOFDAY
(edit) @5022:b2a2e896974d   13 years phi Converted most roarclients to to use VS API (See: #87)
(edit) @5012:b263759832f1   13 years phi Updated drivers to use new sync stream selection logic correctly (Closes: …
(edit) @4987:9335631d4e00   13 years phi get codecfilter for ogg_vorbis working again
(edit) @4986:4fc329a15435   13 years phi fix parsing of --verbose
(edit) @4980:1c0e5a348779   13 years phi Corrected linkage in indrect mode (pr1) (enables to build in indirect mode …
(edit) @4975:1b8be0a0ba5f   13 years phi removed more usages of system's malloc()/free() calles.
(edit) @4967:572924bdd4c6   13 years phi make some vars file local as they do not need to be global
(edit) @4964:bba084fba0fa   13 years phi avoide most external uses of roar_vio_init_calls()
(edit) @4957:45ba4cf2abe3   13 years phi use roar_mm_*() where possible
(edit) @4955:5a13f6cdde6e   13 years phi patch to add support to list drivers in diffrent formats
(edit) @4949:7ebd4f3c551e   13 years phi added some debug lions
(edit) @4948:29b5b41a1ca2   13 years phi a first (not yet fully working) patch for non-stream execs (see #32)
(edit) @4947:b4a9a8ce2235   13 years phi only do try to get peer creds if socket is != -1
(edit) @4934:a88414aa5705   13 years phi Added support for role based handling in roard (Closes: #49)
(edit) @4932:b16e4a17473c   13 years phi added dummy files for the rolestack
(edit) @4924:fad0cb1288b2   13 years phi added quite some functions to ignore list for win32
(edit) @4923:eb6f9e17661a   13 years phi use new target syntax of ckport
(edit) @4921:d4de29f3d312   13 years phi added some ignores
(edit) @4920:b63e09585737   13 years phi replaced atoi()s with roar_str2*()
(edit) @4919:1b5c8bae01ec   13 years phi converted roaraudio source from old to new source interface, updataing to …
(edit) @4918:17c37a510c1a   13 years phi corrected call (why have we been using _basic_ vio directly?) thanks to …
(edit) @4898:c39f1c9c4264   13 years phi some general updates for sysclock driver
(edit) @4897:31fd5ff981e1   13 years phi work around SYNC warning
(edit) @4896:0cd0dc3bc104   13 years phi removed useage of usleep() in flavor to nanosleep() if supported.
(edit) @4887:320e58de7c79   13 years phi fix possible buffer overflow
(edit) @4882:e6ef52e26c53   13 years phi Improved listing of audio profiles.
(edit) @4858:ef003b336588   13 years phi patch to make sync warnings go away, thanks to maister
(edit) @4857:de849b04df05   13 years phi test if paPackedInt24 is supported (defined)
(edit) @4856:c81c1d059859   13 years phi removed strange stuff
(edit) @4855:a55e1c122d46   13 years phi first set of changes for PA v.19
(edit) @4852:166a9cc557c9   13 years phi moved a lot stuff out of roard.c
(edit) @4851:d46b432ae11a   13 years phi added support to run some script after complete shutdown
(edit) @4848:0b3d312d4253   13 years phi updated add_driver() to check the args and fix segfauls if user gave …
(edit) @4847:8af3ac8d139a   13 years phi correctly reset RECSOURCE flag in case of stream delete
Note: See TracRevisionLog for help on using the revision log.