source: roaraudio/roard

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @4846:58d1d4cb7602   13 years phi Auto select a stream if no stream has sync flag. (Closes: #30)
(edit) @4842:d135b43f4dab   13 years phi emit ROAR_OE_STREAM_META_UPDATE events on meta data change
(edit) @4825:4f866dedc5e6   13 years phi merged some code by Nedko Arnaudov and updated it to current interface, …
(edit) @4822:f9c32c6a8451   13 years phi use roar_mm_*()
(edit) @4821:eb99f5b29f0d   13 years phi corrected error in case recsource stream has diffrent info struct than …
(edit) @4820:2cff11e64bae   13 years phi Added Record Bridge to roard.
(edit) @4819:bfe88a001985   13 years phi avoid warning when record stream is not yet fully up
(edit) @4816:f2d6a8e7c50c   13 years phi set ROAR_FLAG_AUTOCONF and ROAR_FLAG_RECSOURCE on default output
(edit) @4815:df2ef6edb97f   13 years phi added support to roard for record streams.
(edit) @4814:6469acca68b7   13 years phi add a buffer for input mixer
(edit) @4813:7248a3f75805   13 years phi some header cleanup
(edit) @4812:01f1c4b328b6   13 years phi improved driver listing
(edit) @4811:8d0d713ca0c1   13 years phi Removed old -d and friends from roard (Closes: #122)
(edit) @4810:44fa8e851f1a   13 years phi temp fixed roar-abstract profile
(edit) @4809:5eeb1a175740   13 years phi * Added aRts (artsc) driver to roard.
(edit) @4807:c29f46728c76   13 years phi Added source radionoise to roard. This is used to generate low energy …
(edit) @4792:a9cb74d9acb5   13 years phi added support to roard to load authfiles
(edit) @4790:c1073581d7c2   13 years phi added support for long (> sizeof(mes.data)-4) cookies, fixed memory …
(edit) @4789:eb0ba8b673c1   13 years phi added support for --new-authfile
(edit) @4788:482fc1a96c7a   13 years phi Added simple authfile support to roard (pr1)
(edit) @4781:a1d3b6133594   13 years phi allow un-idented clients to do SERVER_INFO
(edit) @4780:814516280a3b   13 years phi avoid some warnings on win32
(edit) @4773:93dc9a88246b   13 years phi link $lib_pulse for pa_strerror()
(edit) @4766:755d0e2ad9e5   13 years phi increased number of parallel open listen sockets
(edit) @4765:c9adc34b0b5b   13 years phi fix needed for libvorbisfile as it does not support native endiness
(edit) @4764:03260f93b84f   13 years phi PulseAudio? is very broken by design. this patch tries to workaround some …
(edit) @4763:03fced31f5bd   13 years phi fixed small error handling problem
(edit) @4761:3e91b8d67452   13 years phi use IPv6 hostnames for IPv6, not IPv4 ones.
(edit) @4760:50a0fc5a9f65   13 years phi added some nice IPv6 profiles
(edit) @4753:fae4e9e389bc   13 years phi fixed depends
(edit) @4752:42cd1d189fa2   13 years phi corrected c&p error
(edit) @4750:f664c0081d25   13 years phi make hwmixer code optional
(edit) @4748:d7be1c18ccb5   13 years phi updated configure script to honor LDFLAGS and added --opti to set …
(edit) @4747:8ad3e80c9ded   13 years phi added small extra debug lion
(edit) @4745:1e974ec321bd   13 years phi Better auth type oder support (Closes: #6)
(edit) @4741:2bafcf09484a   13 years phi added error message for opening non existing driver, thanks to dirk|
(edit) @4740:f3abf82e2ead   13 years phi Added support for UNMAPPED volume control (Closes: #55)
(edit) @4739:605b086a1801   13 years phi some work to avoid compiler warnings
(edit) @4738:0bc3f6243414   13 years phi use switch() not if/else if/else
(edit) @4722:469ca094d1fa   13 years phi Delay --stop and --shutdown to after reading of all args. adding listen …
(edit) @4713:73ebf24514bb   13 years phi more debug lions
(edit) @4710:41d6f4b03f6f   13 years phi added profiles for gopher
(edit) @4708:c9d40761088a   13 years phi updated copyright statements
(edit) @4703:be4d84be6f04   13 years phi added basic gopher support
(edit) @4699:d867dddd7764   13 years phi added files for gopher protocol support
(edit) @4695:0e099bec8251   13 years phi some code to use GetVersionEx?()…
(edit) @4690:989ca5f47929   13 years phi Fixed small win32 bugs
(edit) @4689:4132dd3bbb1c   13 years phi fixed segfault at shutdown with singlesink flag used.
(edit) @4688:c510c3825a60   13 years phi use correct index
(edit) @4686:ebb913191f38   13 years phi added some common code for client outbuf flushing
(edit) @4685:477f2701b7cc   13 years phi argsel, no printf of cause
(edit) @4684:90275bd562b4   13 years phi added IO buffers for clients, may be used by protocols.
(edit) @4683:9d58aba09f3e   13 years phi do not kick clients of registered protos on connect…
(edit) @4682:81697d18517b   13 years phi avoid to segfaul if a non-sched plugin is loaded, or any other file not …
(edit) @4680:ba8d3fa78895   13 years phi added small dummy plugins_reg_proto()
(edit) @4679:7a1dfd0bebba   13 years phi added support to register protocols
(edit) @4678:8480af30c884   13 years phi convert select(){} into array looked up with for(){} for protocol in …
(edit) @4668:0c34aa4e8ccf   13 years phi some typos in filenames…
(edit) @4652:bca0fa4eabf1   13 years phi added support for distri version string part
(edit) @4642:8f05dd5a6565   13 years phi correctly set socket type
(edit) @4641:4ef5425f0a52   13 years phi some return value corrections and some more debug lions
(edit) @4621:c20151c5eb6f   13 years phi test for correct set of mixer in case of forced mixer connect
(edit) @4614:3b1ab4d465e8   13 years phi Support dir parameter in OINFO command (Closes: #31)
(edit) @4606:a053eb81e578   13 years phi removed a old prototyoes
(edit) @4600:22178628ad1d   13 years phi added support for flac version 1.2.1
(edit) @4595:8bf9b71684f7   13 years phi make stuff working with rpld.
(edit) @4594:bf4975335e42   13 years phi do run endless loop if FLACSTREAM_DECODER_ABORTED
(edit) @4592:e51aef50fe8c   13 years phi added metadata support
(edit) @4590:745138c9da88   13 years phi added FLAC support
(edit) @4589:9ebd8df83f8f   13 years phi test for libFLAC and link it into roard, need to write cf code now
(edit) @4577:e9b3b3b521dd   13 years phi Announce standards via OpenSLP (Closes: #5)
(edit) @4572:e0ba0ba778a8   13 years phi disable unmerged jack driver
(edit) @4553:cf667cac6d4f   14 years phi do init value
(edit) @4552:47a0412f706d   14 years phi implemented flag toggling and flag protection
(edit) @4550:8c10e4a70f95   14 years phi change internal API to represent flags correctly
(edit) @4547:78b45f9eaf2c   14 years phi ROAR_WARN() -> ROAR_DBG()
(edit) @4546:653a785ffc38   14 years phi avoid wrong counter on flag multiple times set
(edit) @4545:47a468d8b448   14 years phi fixed unflag singlesink on mixer bug
(edit) @4544:d8158852ff37   14 years phi fixed missing reset on delete of flag ROAR_FLAG_SINGLESINK, fixed pre-thru …
(edit) @4543:14019152e072   14 years phi implemented some very basic single sink mode, corrected …
(edit) @4542:a7f6d5484e03   14 years phi fixed even more warnings
(edit) @4541:b036dcf135d3   14 years phi added single_sink counter
(edit) @4540:afaf515bb76a   14 years phi more strict testing if a flag can be set or not
(edit) @4539:62d85b4e007e   14 years phi wrong var name
Note: See TracRevisionLog for help on using the revision log.