source: roaraudio/libroar

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4187:6079b18d3454   14 years phi corrected a final error value
(edit) @4186:8052a0fa5ec2   14 years phi read error value from RoarAudio's own errno
(edit) @4185:03264ac425a9   14 years phi added some error code helper functions
(edit) @4183:4d2d57a49246   14 years phi added functions to get connection, stream and vio object
(edit) @4182:b669a0fb30b8   14 years phi handle setting volume even if stream has diffrent channel setup
(edit) @4181:3f93784086df   14 years phi added error messages
(edit) @4180:4619bbe707d8   14 years phi add error handling for setting meta data
(edit) @4179:6c778830ad9b   14 years phi clip volume scale on small error and error out on big error
(edit) @4178:0ba2fd898d1b   14 years phi bugs fixed by maister
(edit) @4176:4839be611f16   14 years phi added start of support for meta data
(edit) @4175:c8a616dfbb8a   14 years phi some very basic stream operations
(edit) @4174:4d5ffa10c7fe   14 years phi added basic code for the vs API
(edit) @4173:617412b26b3e   14 years phi added vs dummy file
(edit) @4159:195c87e5b538   14 years phi updated handling of CELT magics
(edit) @4109:be264ca5f6e5   14 years phi try abstract namespace if not found on conventional namespace
(edit) @4083:a322327332a6   14 years phi typo, more debug lions
(edit) @4073:2e8648011772   14 years phi fixed byte order probelms on some BE platforms with libdnet
(edit) @4028:a36a47b197d5   14 years phi found a array index out of range bug
(edit) @4002:01892dec01c9   14 years phi added codec names to lib
(edit) @4001:4d1b62010870   14 years phi added new profile au and gsm
(edit) @3998:872784036bb5   14 years phi do not listen/accept on connection less sockets
(edit) @3997:33c1a01ced1e   14 years phi typo
(edit) @3996:e2922c4c54e5   14 years phi added new codecs to list
(edit) @3995:673630473abf   14 years phi get bufferstore working
(edit) @3994:a091e41bf711   14 years phi added buffer_store VIO
(edit) @3991:41dd190c83cc   14 years phi dekl. missing var
(edit) @3980:c5fc22d8d96c   14 years phi added strings and consts to libroar for rplay protocol
(edit) @3975:b4010f0840a4   14 years phi implemented functions
(edit) @3973:dfc7d84eb0ae   14 years phi added file for keyval code
(edit) @3972:f1ef631a9da9   14 years phi start of read function
(edit) @3971:370e1268ac0e   14 years phi some code
(edit) @3969:0b526214f2c3   14 years phi added empty files for vio_buffer
(edit) @3965:6369fe4ad739   14 years phi corrected test macros a bit
(edit) @3964:725e89d19b5f   14 years phi added support for roar_env_set()
(edit) @3958:ec9754f367c0   14 years phi added some functios for env handling and path resolution
(edit) @3956:3f62a7d00c0c   14 years phi added --proto-profile and --list-profiles
(edit) @3955:bc990fb2614a   14 years phi added profile for wav
(edit) @3943:20aba6d33fd6   14 years phi added more profiles
(edit) @3942:a160d7f5f19e   14 years phi added support for ai-profiles
(edit) @3914:dea153d2eff3   14 years phi added roar_sync() and dummy roar_wait_msg()
(edit) @3913:7d99a97aed7a   14 years phi added support to set callback function
(edit) @3909:182713540d14   14 years phi only support type=socket in case we have UNIX sockets
(edit) @3905:52d3217fc3c3   14 years phi added win32 cast
(edit) @3904:4878094678dc   14 years phi do not declare vars in case they are unused
(edit) @3901:ef227a309cf5   14 years phi we only support proxy code in case we have POSIX basic IOs
(edit) @3900:71782afc24b2   14 years phi check for some more f*()-functions
(edit) @3899:5d1f131a2e6c   14 years phi use correct close functions
(edit) @3898:ee9d45cf981d   14 years phi test for accept()
(edit) @3897:7150eb408831   14 years phi get things to compile on µCs
(edit) @3895:12c0c9a574cb   14 years phi test for ioctl()
(edit) @3887:faf4ff8e547c   14 years phi added basic V2 message support
(edit) @3882:8dceab4d1382   14 years phi moved message functions into new proto.c
(edit) @3877:fa0559ec34e0   14 years phi added error frame support
(edit) @3875:8731d0c3e04a   14 years phi init/zero messages with memset()
(edit) @3869:c63e1367041c   14 years phi fixed long outstanding Con vs. VIO bug
(edit) @3860:96075c123fec   14 years phi use roar_libroar_*warn()
(edit) @3859:692da44cb264   14 years phi support NULL as stream object in roar_vio_simple_new_stream_obj()
(edit) @3858:56818fcec77c   14 years phi use ROAR_SHUTDOWN() not shutdown()
(edit) @3857:8ed6d81a32d6   14 years phi use roar_debug_warn_obsolete() and roar_libroar_*warn()
(edit) @3856:b2f0925dcc04   14 years phi implemented roar_debug_warn_obsolete_real(), use roar_libroar_iswarn()
(edit) @3855:fbe1a88948e6   14 years phi added config support for obsolete warnings, keyword 'all' and …
(edit) @3852:adfa773b39a8   14 years phi added support vor (sysio) ioctl() to VIOs
(edit) @3836:83dbb40a308c   14 years phi spacing, added roar_noop()
(edit) @3835:40e222c4214f   14 years phi AF_* not PF_*
(edit) @3834:b6ffac42c34e   14 years phi use roar_mm_*()
(edit) @3822:8f188597badf   14 years phi added functions to convert audio info into bits per whatever
(edit) @3812:acdaec327ece   14 years phi fixed some copyright statements
(edit) @3811:49db840fb4f4   14 years phi fixed some copyright statements
(edit) @3798:49d08fa4d100   14 years phi added missing vars
(edit) @3797:2c0e3737c7d7   14 years phi added support for accept() and shutdown() to winsock
(edit) @3796:a3ee3b5bed2b   14 years phi added support for shutdown()
(edit) @3795:6d3ee2c1c22f   14 years phi support ROAR_VIO_CTL_GET_NAME
(edit) @3790:1ba31162e041   14 years phi fixed copyright
(edit) @3788:fe1762804632   14 years phi fix some warnings
(edit) @3785:0d4047505c68   14 years phi only support +abstract in case of AF_UNIX support
(edit) @3776:2f44405c0617   14 years phi a debug lion
(edit) @3770:c5daf82cbf74   14 years phi added some debug lions
(edit) @3769:14c294155cad   14 years phi support to accept on sockets
(edit) @3767:9bfa5f13666f   14 years phi added select like feature for VIOs
(edit) @3764:2a2b1eb426c4   14 years phi added new buffer function roar_buffer_new_data() to make common alloc case …
(edit) @3758:0828b83f016a   14 years phi added additional members to msg and con structs
(edit) @3740:2a2a382c10ff   14 years phi typos
(edit) @3728:b2f45541bb6a   14 years phi added roar_nnode_new_from_fh()
(edit) @3724:0c89cc821485   14 years phi added additional stream roles
(edit) @3722:fb5a5cdc484a   14 years phi set streamID to -1 if it is -1
(edit) @3719:e05c9be26060   14 years phi added function to pass clients
(edit) @3717:29a6203feedc   14 years phi added some basic client handling functions
(edit) @3715:04b1ef33deb7   14 years phi added client.c
(edit) @3696:0f43f9c2e18f   14 years phi better support for stream roles
(edit) @3683:b3b89de5ad9f   14 years phi added symbols for RSound
(edit) @3651:adb17af3b61c   14 years phi fixed fh leak
(edit) @3643:e6200d571bb8   14 years phi added support for abstract name space
(edit) @3630:89a9079f8e3f   14 years phi implemented roles, still need some support to set them
(edit) @3629:94d301064a3a   14 years phi start to support diffrent SONAME versions for the libs, not yet supported …
(edit) @3628:fc6ac3d7d4bf   14 years phi experimental support for ROAR_DAEMONIMAGE
(edit) @3627:11f7dace5af0   14 years phi added roar_x11_flush()
(edit) @3614:762276cff748   14 years phi added roar_debug_set_stderr_vio() to support VIO mode
(edit) @3611:e33c2cfeb17e   14 years phi added support for syslog, wrote additional interface roar_debug_msg()
(edit) @3607:a5296e3cfc85   14 years phi added roar_debug_msg_simple()
(edit) @3606:19199a3789e6   14 years phi added roar_debug_get_stderr() and roar_debug_get_stderr()
Note: See TracRevisionLog for help on using the revision log.