source: roaraudio/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5003:955e3f977a2d   13 years phi added roar_mm_strscpy() and roar_mm_strscat()
(edit) @5002:35d2d75c1504   13 years phi added roar_mm_strlcpy(), roar_mm_strlcat() and roar_mm_strtok_r()
(edit) @5001:af12e5845239   13 years phi added roar_mm_sizeof()
(edit) @4999:0663e148f769   13 years phi corrected a missing cast
(edit) @4998:b404387a2080   13 years phi Updated roar_panic() (Closes: #132)
(edit) @4976:18dca9e46749   13 years phi added roar_version_string(), roar_version_num() and ROAR_VERSION
(edit) @4975:1b8be0a0ba5f   13 years phi removed more usages of system's malloc()/free() calles.
(edit) @4974:ab7ac5b9c4df   13 years phi added roar_mm_free_retvoid()
(edit) @4970:5fd50d4ef2ea   13 years phi added roar_panic()
(edit) @4965:dc152318cd0b   13 years phi added roar_reset()
(edit) @4963:1fea81784c37   13 years phi added roar_vio_clear_calls()
(edit) @4960:60cdebcb83ef   13 years phi some updates for pulseaudio emulation, converted libroarpulse-simple fully …
(edit) @4958:2d8a28f3d87f   13 years phi Added simple memmgr (memory Manager) code.
(edit) @4956:dc85aeaedd54   13 years phi Use zlib for gzip and zlib format (Closes: #29)
(edit) @4953:bbb95f1eaaad   13 years phi Done some libroardsp header cleanup (Closes: #36)
(edit) @4952:b36b3490037b   13 years phi typo
(edit) @4948:29b5b41a1ca2   13 years phi a first (not yet fully working) patch for non-stream execs (see #32)
(edit) @4943:f476de78cd82   13 years phi <time.h> is not only used by OpenSLP code
(edit) @4940:3c55a0fbd3f6   13 years phi test for sys/stat.h and do not assume it as not present on some systems
(edit) @4915:3356477daf9d   13 years phi removed win32 hack for sleep()
(edit) @4913:5640b4c00ace   13 years phi added roar_sleep() function
(edit) @4912:25498423dcc9   13 years phi added some new error codes
(edit) @4907:7ce748f993d8   13 years phi assigned codec IDs for opus
(edit) @4902:8c0fc855585f   13 years phi added additional data types, needed by uniraum library
(edit) @4901:6d347c8f1180   13 years phi added support to set/get type of data for a buffer
(edit) @4896:0cd0dc3bc104   13 years phi removed useage of usleep() in flavor to nanosleep() if supported.
(edit) @4894:f91a610f943d   13 years phi assign a offical ID to SPC-700's BRR
(edit) @4883:c56aedd9d0cb   13 years phi Added functions to access symbolic names for audio info parameters …
(edit) @4879:3d39c745c8f7   13 years phi added roar_math_diffpoly(), roar_math_intpoly() and roar_math_numintpoly()
(edit) @4878:fd6eebeb9d7b   13 years phi rename function roar_ht_digest2str() -> roar_hash_digest2str()
(edit) @4877:f204efc45b07   13 years phi added roar_ht_digest2str()
(edit) @4874:d6627418b22e   13 years phi corrected comment
(edit) @4873:98d17d4deeec   13 years phi make use of new error stuff
(edit) @4872:8bbe71569709   13 years phi added some comments
(edit) @4871:fd43e266a063   13 years phi added some more error handling functions
(edit) @4870:ad85e19b3219   13 years phi Added new error codes
(edit) @4869:431d1b8794f0   13 years phi implemented roar_errno2()
(edit) @4850:fe9aec03046c   13 years phi allow amps > 1.0 for VS API in some kind of expert mode (needed by VLC, …
(edit) @4843:05ca8907fa35   13 years phi Added support for HTTP Basic Auth
(edit) @4841:f00794237dbb   13 years phi correct IDs
(edit) @4840:22a773aa675a   13 years phi added ROAR_OE_STREAM_META_UPDATE, one arg will be ROAR_META_MODE_*
(edit) @4831:be687ef15976   13 years phi fixed a VIO ctl ID conflict
(edit) @4828:4d92c3a9ebcd   13 years phi report protocol name as vio name, not generic "proto"
(edit) @4824:bd21c2bc0214   13 years phi Added VIOs and DSTR elements: null:, zero:, nrandom:
(edit) @4823:63e9d16e8a91   13 years phi need const for RECORD+PLAY
(edit) @4815:df2ef6edb97f   13 years phi added support to roard for record streams.
(edit) @4808:4c58c6f5a373   13 years phi updated feature macros
(edit) @4806:988c888752c2   13 years phi Started with support for non-blocking server locating attempts. Speed up …
(edit) @4795:cf3e4ecde1f5   13 years phi Added Adler32 support (Closes: #123) (pr1)
(edit) @4794:251fc19074f7   13 years phi Added Meta Data types COMPOSER, RIGHTS, ISRC, LANGUAGE, GTIN, PUBLISHER …
(edit) @4793:a5f42917b666   13 years phi Moved error string lookup from VS into error.c (pr1)
(edit) @4791:4c1908f79270   13 years phi added ROAR_META_TYPE_COMPOSER and ROAR_META_TYPE_RIGHTS
(edit) @4790:c1073581d7c2   13 years phi added support for long (> sizeof(mes.data)-4) cookies, fixed memory …
(edit) @4787:6f1eddd188c1   13 years phi added roar_authfile_key_new_random()
(edit) @4785:60919d1fa9af   13 years phi added roar_random_uint{16,32}()
(edit) @4784:7aa703c721af   13 years phi added support for trap-policy:die and updated to a good message for …
(edit) @4783:fdc85d3177bd   13 years phi force ROAR_SUPPORT_TRAP to be defined if DEBUG is defined
(edit) @4782:f92e1cd67192   13 years phi added support to get trap group name->id and id->name
(edit) @4779:64fbda1f79f8   13 years phi Added support for a simple trap mechanism (pr1)
(edit) @4758:891fa8f3a5cd   13 years phi started with autlaw support, still broken
(edit) @4746:79232d38c29e   13 years phi added consts for some generic devices
(edit) @4743:6978c9b5f828   13 years phi added feature test macro for roar_set_vol2()
(edit) @4740:f3abf82e2ead   13 years phi Added support for UNMAPPED volume control (Closes: #55)
(edit) @4728:a5f858985a33   13 years phi added new volume control consts
(edit) @4727:847c8dc4ade2   13 years phi added codec consts for AUTLAW and MUUTLAW
(edit) @4726:35a584e41492   13 years phi added socket types for LAT
(edit) @4719:a10929cd0665   13 years phi some basic latency control
(edit) @4718:eff5b46526d0   13 years phi added VIO based direct access to SYSIO [gs]etsockopt()
(edit) @4709:b8f796a699f4   13 years phi added additional consts for gopher and www/http port
(edit) @4708:c9d40761088a   13 years phi updated copyright statements
(edit) @4705:109ee6f17831   13 years phi got gopher finally working, now moving myself into sleepingbag device…
(edit) @4702:9e3a3ebe6aa1   13 years phi port is a int of cause
(edit) @4701:05664760fb89   13 years phi added ROAR_GOPHER_TYPE_INFO -- text in menus
(edit) @4700:c1671293e72c   13 years phi no selector info
(edit) @4698:5dce3c64179e   13 years phi some basic structs and defines for gopher support
(edit) @4697:009b7c676978   13 years phi Added a file for some gopher structs and stuff. This file is not included …
(edit) @4687:a2f7522c22ca   13 years phi added protocol IDs for IRC, DCC and Echo
(edit) @4681:22196e4e2db9   13 years phi avoide a warning about unused parameter
(edit) @4676:57c8903fa5e9   13 years phi added const for nonce
(edit) @4675:0a44e58c63f6   13 years phi updated list of test macros
(edit) @4674:360407693181   13 years phi support to salt nonce
(edit) @4672:c4e84aa74620   13 years phi added function to generate nonce
(edit) @4671:21813f03d0cc   13 years phi added RFC 2440/4880 CRC24 binding for hashing functions
(edit) @4670:8eeb660de23d   13 years phi some statefull general hash api…
(edit) @4669:a539a066ee64   13 years phi some comments
(edit) @4668:0c34aa4e8ccf   13 years phi some typos in filenames…
(edit) @4666:db6697d8fbab   13 years phi added ROAR_META_TYPE_LIKENESS
(edit) @4653:fb6662ea5f57   13 years phi Support option to disable OpenSLP
(edit) @4640:77b38a870fba   13 years phi added more feature test macros
(edit) @4638:2516f31ee04a   13 years phi ROAR_VS_BACKEND_DEFAULT is now handled at runtime
(edit) @4635:a4aea883b1ff   13 years phi added some more comments/help
(edit) @4629:27acd1cc7e9c   13 years phi support to reset buffer
(edit) @4627:5f6804e8f1bb   13 years phi added test macro for buffered mode
(edit) @4626:bd2f6332d653   13 years phi added support for buffered VS API (Closes: #2)
(edit) @4625:b38e2e191e5b   13 years phi Updated ring buffer code (Closes: #91)
(edit) @4623:52e1280d2131   13 years phi added more authfile types
(edit) @4622:74ea2f012bb1   13 years phi added roar_vs_ctl() for some very advanced controling of VS object
(edit) @4621:c20151c5eb6f   13 years phi test for correct set of mixer in case of forced mixer connect
(edit) @4620:51366252dae8   13 years phi Updated reassigned commands (GET_ACL->AUTHCTL, SET_ACL->ACLCTL)
(edit) @4614:3b1ab4d465e8   13 years phi Support dir parameter in OINFO command (Closes: #31)
Note: See TracRevisionLog for help on using the revision log.