source: roaraudio

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1593:1e128e587264   15 years phi added Makefile, configure correcntly rejected, need more review
(edit) @1592:5642a3553814   15 years phi added basic code for audacious, need to do some clean up, also need to …
(edit) @1591:9256209a2b81   15 years phi include main config file
(edit) @1590:07fa8c4493e4   15 years phi added first try of support for hwmixer flag
(edit) @1589:21e0774ba489   15 years phi only test for sqrtl() on Linux
(edit) @1588:b8e7362f4123   15 years phi wrote some basic code
(edit) @1587:9da570b3c375   15 years phi added subs for filter swap
(edit) @1586:bcf771ef779e   15 years phi added a file for a swap filter.…
(edit) @1585:6072cefe7f97   15 years phi added flags: hwmixer (still meaning less, roard ignores this flag) and …
(edit) @1584:f78a33614107   15 years phi added a lot debug lions
(edit) @1583:a06ebe83db1a   15 years phi added debug macros, fixed double configure bug, changed code in order to …
(edit) @1582:3d529689efaf   15 years phi link against libsndio in case we support it
(edit) @1581:485598ab37df   15 years phi don't close driver not opened
(edit) @1580:89389a5cdfb6   15 years phi added support to use libroarsndio as sndio without cirular deps
(edit) @1579:260e22c0d98c   15 years phi get setting volume back working
(edit) @1578:1d27931e80c1   15 years phi set values more OpenBSD like
(edit) @1577:8da02f4226d9   15 years phi call the on_move callback
(edit) @1576:76218233e446   15 years phi added support to get parameters
(edit) @1575:8043b974fd5a   15 years phi added support to set volume
(edit) @1574:abba1aaecbe4   15 years phi define a SIO_MAXVOL for RoarAudio
(edit) @1573:7c378b33f20f   15 years phi use connection based simple API, not stream based simple API
(edit) @1572:88be431649d4   15 years phi added connection and stream object
(edit) @1571:6679eda3d00d   15 years phi request hdl alias
(edit) @1570:b739b9168163   15 years phi get it back working, alias func was not correct
(edit) @1569:a7aadd1f72a3   15 years phi moved alias to a better place, make it accessible in case a lib(roarsndio) …
(edit) @1568:b1dde28fd250   15 years phi moved our struct sio_hdl to libroarsndio.h so it is there in all cases, …
(edit) @1567:a043a04095ad   15 years phi open audio connection
(edit) @1566:952d80a40019   15 years phi wrote a basic sio_setpar()
(edit) @1565:4af428576569   15 years phi added audio info to hdl struct
(edit) @1564:114d27f4c8a1   15 years phi added subs for event handling
(edit) @1563:824d1c4a4765   15 years phi started with streaming calls
(edit) @1562:eb1de616d1d2   15 years phi start with parameter calls, add stubs for the rest
(edit) @1561:1bd8df7053d2   15 years phi added dummy call
(edit) @1560:c7f40b469c33   15 years phi wrote some basic calls
(edit) @1559:c2dc60b84a5b   15 years phi added files for subrutines
(edit) @1558:cfc3330022d5   15 years phi we need to save device/server name
(edit) @1557:30d70493aa37   15 years phi added libroarsndio into the build system and Changelog
(edit) @1556:e53b281ee5b7   15 years phi addes forward decl for struct sio_cap
(edit) @1555:89bee7c9299b   15 years phi empty basic code file
(edit) @1554:075fb6bf5c2c   15 years phi added macros, defines, structs and proto types
(edit) @1553:c076ce53ffdd   15 years phi test for poll.h
(edit) @1552:09eda165f134   15 years phi started (empty) copy for sndio.h for non OpenBSD systems
(edit) @1551:4d37635805a3   15 years phi added libroarsndio.h -> switch for sndio.h/sndiosym.h (roar copy for non …
(edit) @1550:56dc15f2cf95   15 years phi added sndio driver
(edit) @1549:835af2c223ac   15 years phi wort most of the basic driver
(edit) @1548:1c08f75acfea   15 years phi done basic init code
(edit) @1547:751826b3e553   15 years phi started writing some code
(edit) @1546:f7c517fb1741   15 years phi corrected prototypes
(edit) @1545:772e820ad7ac   15 years phi added prototypes, added more infos on the inst struct
(edit) @1544:9629323e9999   15 years phi moved parts that should be in the header from the c code file into the …
(edit) @1543:b65c858c38b9   15 years phi started a new driver: OpenBSD sndio
(edit) @1542:db6dd41ef52a   15 years phi test for libsndio
(edit) @1541:7b51b5ded747   15 years phi codecs needing a cf can not be autoconfigured yet
(edit) @1540:cff6327e2fb3   15 years phi it's an error to write data to a not yet opened device
(edit) @1539:56b0eed81f0c   15 years phi added support to reopen device
(edit) @1538:79df833b16cf   15 years phi supress unused var warning on systems not supporting SNDCTL_DSP_GETODELAY
(edit) @1537:7e44b72d3095   15 years phi also support old style select() without sys/select.h
(edit) @1536:d0b3411259df   15 years phi corrected bug with strange file names if --port is used
(edit) @1535:dc28a5ffe7dd   15 years phi corrected typo and added --port
(edit) @1534:6eb942b2a652   15 years phi changelog update: added support for autoconf in OSS driver
(edit) @1533:c596caf4c8f8   15 years phi done a lot cleanup
(edit) @1532:ce5df2df033d   15 years phi got auto config working, need cleanup
(edit) @1531:639d7347480e   15 years phi added support to set autoconf flag
(edit) @1530:570f7a39d6d0   15 years phi added warning if device uses diffrent sample rate, added support for …
(edit) @1529:b752fc134a12   15 years phi added ROAR_VIO_CTL_SET_SSTREAMID and ROAR_VIO_CTL_GET_SSTREAMID
(edit) @1528:c33204994901   15 years phi set stream id and pointer for this server stream in add_output()
(edit) @1527:8ae116c7e48b   15 years phi added support to add server stream, removed unessesery return 0
(edit) @1526:9f95e23b46e0   15 years phi set need_config flag in open_device() and do not set explicitly values …
(edit) @1525:0afbb8ced1ac   15 years phi added section about new option blocksize
(edit) @1524:af83c26dd982   15 years phi ROAR_WARN() -> ROAR_DBG() cleanup
(edit) @1523:f1d7869087f5   15 years phi added support to set bloc/frament size
(edit) @1522:2ab4c1e3d956   15 years phi added ROAR_VIO_CTL_SET_DBLKSIZE, added blocksize= stream option
(edit) @1521:1ecaaea92527   15 years phi do seting of framents on first write
(edit) @1520:20fd14e97ead   15 years phi set TARGET_CYGWIN correctly
(edit) @1519:b39602c225c5   15 years phi test for cygwin more efficent, disable -fPIC on cygwin…
(edit) @1518:5d7a197eceb6   15 years phi reordered a lot code within oss driver, should be more flexible now
(edit) @1517:ec7f4b1f07a1   15 years phi Changed VIO CTLs in a binary inkompatible way
(edit) @1516:8537a24adfa3   15 years phi only try to chown UNIX socket if we have UNIX support
(edit) @1515:1f6dea6aeb2f   15 years phi correced order of libs on linking
(edit) @1514:d1ef1521864f   15 years phi also build libroar/libroardsp.a
(edit) @1513:06a5e6faca85   15 years phi use plural
(edit) @1512:c6b548688545   15 years phi corrected info about roard's -sN and added new output stream options to …
(edit) @1511:27353ecb0db8   15 years phi got urls without a port working, too. use / as filename if non is gigen on …
(edit) @1510:3887b49c6d38   15 years phi fixed bug: roarvorbis need to take a filename as argument
(edit) @1509:6bfacc669575   15 years phi updated to include fix for bug reported by Ionic
(edit) @1508:cdefa98edd43   15 years phi updated manpage to include info abot esd* compaatiblily options
(edit) @1507:ff0c9920a154   15 years phi fixed bug reported by Ionic to add short options as stated in the manpage …
(edit) @1506:3752cfc1f357   15 years phi added vio_select.[ch]
(edit) @1505:06a3687a4ce8   15 years phi added more support for vio_ctl, added ROAR_VIO_CTL_GET_*FH and …
(edit) @1504:d00454bcfd80   15 years phi use fh=-2 as specal *read me* info
(edit) @1503:c0005aee16ff   15 years phi added config var if we have args in main()
(edit) @1502:09c7a94d4e49   15 years phi exclude names on ROAR_MINIMAL, too
(edit) @1501:b5c141f6004c   15 years phi save info for --minimal
(edit) @1500:789ffe085574   15 years phi test for ROAR_HAVE_IO_POSIX and ROAR_HAVE_FORK, only close listening …
(edit) @1499:e5cd1b5eb592   15 years phi check for ROAR_HAVE_IO_POSIX, converted source cf to new vio interface
(edit) @1498:0e9ec20bf506   15 years phi corrected use of FDATASYNC and SHUTDOWN, check for ROAR_SUPPORT_META and …
(edit) @1497:beb05975d51d   15 years phi do not store command *names* on micor controllers
(edit) @1496:3b3a826f60d5   15 years phi corrected width of int and not assume it is as big as needed
(edit) @1495:6167505a72bd   15 years phi test for ROAR_SUPPORT_META and disable meta data code
(edit) @1494:687defe4fca9   15 years phi test for ROAR_SUPPORT_LISTEN, disable listening socket code if not set
Note: See TracRevisionLog for help on using the revision log.