source: roaraudio

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1828:ef3f35738ee6   15 years phi added driver_dmx_ctl() as needed to set stream direction
(edit) @1827:4bdb185f92a3   15 years phi added basic DMX512 driver, still need to set stream direction
(edit) @1826:494fd7083a9e   15 years phi corrected header anti-double-include defines
(edit) @1825:ad9c6ddb22b4   15 years phi corrected file name and copyright
(edit) @1824:c099802e4670   15 years phi added header for dmx driver
(edit) @1823:1b46a189e6a4   15 years phi wrote code for light_check_stream()
(edit) @1822:d2c299cb9a27   15 years phi support for DMX512
(edit) @1821:09e0eed94c03   15 years phi added function subs: light_check_stream() and light_send_stream()
(edit) @1820:20ff1ea38586   15 years phi added codecs MIDI and DMX512
(edit) @1819:2604692f2a5b   15 years phi init and free light control subsystem
(edit) @1818:e0e78980a31d   15 years phi added basic light functions
(edit) @1817:e219db0975fb   15 years phi added global struct and prototypes
(edit) @1816:4f814a7c9131   15 years phi added light.[ch]
(edit) @1815:f2409a48add8   15 years phi test if the rel_id is sensful
(edit) @1814:66a142f333e9   15 years phi don't use the simple interface anymore in roarmon as we need to set the …
(edit) @1813:e70cce63168f   15 years phi added roar_stream_set_rel_id() and roar_stream_get_rel_id(), added test …
(edit) @1812:d46222e215af   15 years phi copy stream info from source stream in case of thru stream
(edit) @1811:1106ac98c209   15 years phi do not show mixer and meta data on thru streams, they are meaningless …
(edit) @1810:b58f4673a31f   15 years phi do not print ch/bits/rate on light streams
(edit) @1809:4c4b1838d099   15 years phi in case of light streams set ch/bits/rate to zero
(edit) @1808:073dbd2723d0   15 years phi added --wave, --midi, --light and --thru (only roarmon) to roarcat/roarmon
(edit) @1807:aef0b09d006d   15 years phi converted roar_dir2str() from macro into a function
(edit) @1806:2a9a1393efdb   15 years phi new idea about new stream DIRs
(edit) @1805:aef0f6b4fa7f   15 years phi new stream dirs, removed unused struct fiealds
(edit) @1804:fcbd866258e7   15 years phi removed unused struct fiealds
(edit) @1803:defc7f3bba7c   15 years phi added additial stream DIRs
(edit) @1802:2c1a6dd0d5a5   15 years phi start of 0.3 versions!
(edit) @1801:1dfdaeebc4f1   15 years phi release! roaraudio_0_2
(edit) @1800:cc99d705088f   15 years phi tested on lenny and OpenBSD 4.4
(edit) @1799:292f01bbc158   15 years phi version 0.2rc3 -> 0.2, update list of tested systems
(edit) @1798:679234070264   15 years phi test info for win32
(edit) @1797:b480812893b2   15 years phi test for strtok_r()
(edit) @1796:8cefa66f7b1e   15 years phi configure cleanup
(edit) @1795:ed0f15674ab6   15 years phi corrected redirect to TF_C
(edit) @1794:f4f718f4d9f1   15 years phi use test_func_defmake instead of a lot individual tests
(edit) @1793:4ed5f812f9b8   15 years phi added experimental test_func_defmake()
(edit) @1792:cfe93de9c4f6   15 years phi disable libao on win32, search for exec helper
(edit) @1791:6021cd7c2dd6   15 years phi also disable cmd VIO
(edit) @1790:ceaf44c70330   15 years phi test for ROAR_HAVE_TTYNAME (dummy), ROAR_HAVE_FORK, ROAR_HAVE_PIPE
(edit) @1789:09f7f25bff66   15 years phi try to suppress wine status output (why the hell does wine print $?)
(edit) @1788:89431f895150   15 years phi correct sysname in case of corss compile
(edit) @1787:ed6218aaa6ba   15 years phi set socket to "" in case of not listen instad of *server=0
(edit) @1786:345ec9884d12   15 years phi work of yesterday
(edit) @1785:c55a0d1f63fe   15 years phi test for setenv() and putenv()
(edit) @1784:0e9429f7bcd4   15 years phi check for setenv() and putenv()
(edit) @1783:9ace668d1590   15 years phi check for alarm…
(edit) @1782:95be6b012d32   15 years phi only use try to get user/group names if possible
(edit) @1781:43f928932e6c   15 years phi ping requires gettimeofday()
(edit) @1780:ac6f4045e59b   15 years phi only build this if we have fork()
(edit) @1779:ec799d6e9c69   15 years phi move define to correct place
(edit) @1778:7472faacb3d7   15 years phi window$ has no sleep(), they have a straneg Sleep()
(edit) @1777:e7a9669095f5   15 years phi use linker command in $L
(edit) @1776:5325b5f84a8d   15 years phi added linker command, need to check if this works for non gnu makes, too.
(edit) @1775:134d4d6a7859   15 years phi only use vars we really need, removed unused argument of printf()
(edit) @1774:c6bbfd9638a8   15 years phi use unix sockets if we HAVE them, not if we NOT have them *g*
(edit) @1773:05c54c83cdec   15 years phi use ranlib
(edit) @1772:a72175b72ba7   15 years phi check for ranlib
(edit) @1771:13da1eb3396c   15 years phi added cvsignore file for lib/
(edit) @1770:c529c28e2e4b   15 years phi passive mode only supported on systems supporting UNIX Sockets
(edit) @1769:e7e8b6e67d35   15 years phi win32 includes IPv4
(edit) @1768:ec2e8ba13c75   15 years phi call roar_socket_win32_init() before calling gethostbyname() the first …
(edit) @1767:4ab5e1edfca0   15 years phi debug start of function mark
(edit) @1766:b1c0d7263cac   15 years phi some more error messages
(edit) @1765:6521fb56702e   15 years phi some dirty win32 hacks
(edit) @1764:711314636e32   15 years phi only try unix default sockets if we have unix support
(edit) @1763:7b114d43d4d3   15 years phi roar_simple_close() need to use win32 close func on win32
(edit) @1762:0861ce6933cb   15 years phi open all files in binary mode on win32
(edit) @1761:8d2dc52606be   15 years phi init winsock if needed
(edit) @1760:da54b58b39ba   15 years phi socket api differs on win32
(edit) @1759:c954f4aaf7d7   15 years phi 8 spaces -> TAB
(edit) @1758:a21eedb56e90   15 years phi also build a static version of the lib
(edit) @1757:a5411174a2d9   15 years phi added win32 socket libs
(edit) @1756:2f44b3b7a8f6   15 years phi grouped libs a bit, included win32 network libs
(edit) @1755:f6fcc83859d0   15 years phi added client network libs
(edit) @1754:cc81a21171d9   15 years phi start of 0.2rc3
(edit) @1753:a15204350a08   15 years phi no signals and a lot other things on win32
(edit) @1752:5926d4a98159   15 years phi no signals on win32
(edit) @1751:73aa7bba2551   15 years phi only use a console device if we have one
(edit) @1750:e1745c2a2f8c   15 years phi only use usleep() if we have it
(edit) @1749:c2a6a18b3726   15 years phi test for getgid(), getuid(), setsid(), usleep()
(edit) @1748:b9fc76cdf2e2   15 years phi relase date/time! roaraudio_0_2rc2
(edit) @1747:5105e2752db9   15 years phi updated list of tested systems: lenny works, solaris will have a …
(edit) @1746:df0d437b45ca   15 years phi tested ubuntu with 0.2rc2
(edit) @1745:dcb0ec646855   15 years phi first update of test list
(edit) @1744:19c4ab88660a   15 years phi added info abot NetBSD 4.0
(edit) @1743:03854d6dbb7f   15 years phi common configure script for plugins to include
(edit) @1742:4fbe8cb28680   15 years phi moved a lot things to the common configure file
(edit) @1741:8bdb3ca77144   15 years phi check for bash
(edit) @1740:511ac10ad77b   15 years phi addec configure.inc: global configure things
(edit) @1739:f0ae1a58a34b   15 years phi added --roard-cfreq
(edit) @1738:1a8ad8c7d4f7   15 years phi updated: components, cfreq
(edit) @1737:a7828fd858a0   15 years phi make it possible to disable singe components. components are: lib, roard, …
(edit) @1736:a639c278e59a   15 years phi use $*LIBS
(edit) @1735:218d587f041e   15 years phi updated Makefiles
(edit) @1734:3bb98828d2d4   15 years phi disabled -DDEBUG
(edit) @1733:b31058000869   15 years phi use $LIBS in Makefiles: add libs at end of linker options
(edit) @1732:f2e00166a8e3   15 years phi added new var $LIBS
(edit) @1731:7798a9ad8f40   15 years phi we now use pkg-config
(edit) @1730:0cc4671525fa   15 years phi set pkg-config even if no inst dir for ao is given
(edit) @1729:49fc00705baf   15 years phi use pkg-config for libao plugin
Note: See TracRevisionLog for help on using the revision log.