source: roaraudio

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @795:3820239da022   16 years phi added a YGetNextEvent() wich handels basic things
(edit) @794:2aac58294f99   16 years phi save the last started stream
(edit) @793:c46870b05938   16 years phi added events.c
(edit) @792:35987a57e1af   16 years phi implemented a basic YGetSoundObjectAttributes()
(edit) @791:4f43a30ddd81   16 years phi added file.c
(edit) @790:00e2da6f9a65   16 years phi added code for YStartPlaySoundObject(), maybe it will work
(edit) @789:be475a216811   16 years phi added stub.c
(edit) @788:468ffb4ab102   16 years phi free the connection object after shutdown
(edit) @787:a69f7ee33a38   16 years phi check for the server to not be NULL before use strcmp()
(edit) @786:027fb11d0239   16 years phi info about new manpages
(edit) @785:7eb7d3e740e7   16 years phi added infos about pointer, added "THREAD SAFETY"
(edit) @784:e281050a0057   16 years phi added manpage for roar_codec2str() and roar_str2codec()
(edit) @783:bd7da167acad   16 years phi got away with some cf alaw related compiler warnings
(edit) @782:1f8d9783da32   16 years phi updated ChangeLog?
(edit) @781:86668d0f5d9a   16 years phi check for LP64
(edit) @780:f816663e2b33   16 years phi added roaraudio/error.h, basic error codes
(edit) @779:b5e163c03327   16 years phi updated ChangeLog?
(edit) @778:3a429afd09a5   16 years phi updated TODO roaraudio_0_1beta1
(edit) @777:30d9ffa609b8   16 years phi updated Changelog for 0.1beta1
(edit) @776:1d9ce44598b2   16 years phi better support passfh on seekable streams
(edit) @775:713dae109380   16 years phi typo
(edit) @774:aa9101ae61d1   16 years phi use roar_simple_new_stream_obj() not roar_simple_new_stream() so we can …
(edit) @773:8e54a8bd56be   16 years phi added roar_stream_attach_simple()
(edit) @772:99fcf880c8b8   16 years phi ROAR_ATTACH_*
(edit) @771:ffb27e74a214   16 years phi added debug line
(edit) @770:3f3103b894a1   16 years phi added --background, true background playback
(edit) @769:d03ad56f377f   16 years phi added code for attach, supporting ROAR_ATTACH_SIMPLE
(edit) @768:083524c5b23c   16 years phi added noop attach command
(edit) @767:7205e1dce16c   16 years phi added client_stream_move()
(edit) @766:8f87fbeb4fd3   16 years phi added streams_get_client
(edit) @765:131d502068f5   16 years phi updated roarcatplay and added --simple and --pasive
(edit) @764:a38fe1677502   16 years phi accept NULL as stream object
(edit) @763:11183fef902c   16 years phi removed unused var
(edit) @762:b0fafbce8cc5   16 years phi added a more complete roar_file_play_full()
(edit) @761:63700d19fee7   16 years phi return error on error ;)
(edit) @760:f9aacf70ea44   16 years phi added roarcatpassfh
(edit) @759:be1544e081ad   16 years phi added debug code, got roar_stream_passfh() working
(edit) @758:2bb998ad89ce   16 years phi added roar_stream_passfh()
(edit) @757:4e5bfa3538df   16 years phi added support for ROAR_CMD_PASSFH
(edit) @756:da1c2873e195   16 years phi added ROAR_CMD_PASSFH
(edit) @755:fa521d53ac05   16 years phi added clients_get_fh()
(edit) @754:c9679895bf19   16 years phi let roar_socket_send_fh() and roar_socket_recv_fh() support (virtally) …
(edit) @753:cb79175b94f9   16 years phi added int roar_socket_recv_fh (int sock, char * mes, size_t * …
(edit) @752:57e8c837e50f   16 years phi seems that we do not need to set SO_PASSCRED
(edit) @751:bc191b4a23e0   16 years phi find libshout again, this may also help for OpenBSD as janus reportet that …
(edit) @750:cd3a83df2083   16 years phi added --runtime-detect
(edit) @749:2b25ecdfb97b   16 years phi use compile time detected set of tools for cmd codec filters
(edit) @748:cd6aeea28945   16 years phi added support to check for addition tools
(edit) @747:de481ef1b88b   16 years phi more cleanup
(edit) @746:1b154bfd0a21   16 years phi more cleanup, dont force a wronge errno
(edit) @745:b2996b41f084   16 years phi done some cleanup
(edit) @744:ad382e33d5d0   16 years phi got it working, need cleanup
(edit) @743:63c72d2a996d   16 years phi use casts to avoid warnings
(edit) @742:fdd31aa705a9   16 years phi after open do not try to read
(edit) @741:9be48345d290   16 years phi tryed a lot with libvorbisfile to use stream_vio*, seems to to work very …
(edit) @740:9006af31af0a   16 years phi return -1 in error case
(edit) @739:a3bc82e9c722   16 years phi fixed support for codecfilters and DECnet
(edit) @738:29fbccb9db97   16 years phi stream.info.bits is in bits, not bytes ;)
(edit) @737:5de0574d6609   16 years phi now you can use the same in and output buffer
(edit) @736:44f4feb2496f   16 years phi added basic alaw cf
(edit) @735:aa6ba210e826   16 years phi added alaw reading support to libroardsp
(edit) @734:1c7f89efec14   16 years phi added alaw.c
(edit) @733:0a49a941c8e3   16 years phi added A-Law/Mu?-Law codecs
(edit) @732:b7411845aff5   16 years phi added info for other protocolls on some places, there are sill a lot to …
(edit) @731:703bd0e208bb   16 years phi added FILES section
(edit) @730:b43149bb9cb3   16 years phi introdused $(SHARED_CF)
(edit) @729:215a18cb4875   16 years phi use ROAR_DBG() not plain printf()
(edit) @728:7172e96b63b0   16 years phi removed targstes man2html, symlinks-html from std all target
(edit) @727:7347928b02db   16 years phi which behaves diffrently on NetBSD... *grrr*
(edit) @726:26e7ed06ca23   16 years phi applied janus' patches for OpenBSD, fixed corruped libroaresd/Makefile
(edit) @725:a072974497c7   16 years phi use pkg-config if we have one
(edit) @724:91178cd7b5b4   16 years phi removed done tasks roaraudio_0_1
(edit) @723:cfef8c15732f   16 years phi changed changelog to fit the release
(edit) @722:4a4593780373   16 years phi added infos for maintainers, devs, about and build-reqs
(edit) @721:b659b2ed4ced   16 years phi maybe this helps agains device blocked messages
(edit) @720:a5c6f3514048   16 years phi reset connection if we can not connect a new stream, maybe it helps
(edit) @719:56a866eb4e91   16 years phi use buffer of correct length (filename)
(edit) @718:3808018a1b99   16 years phi use buffer of correct length
(edit) @717:39021279ac6a   16 years phi minor fix
(edit) @716:a5426a9dd6c4   16 years phi hope I fixed the bug reported by stephan48
(edit) @715:d88f46a43a03   16 years phi got a bug reported by stephan48 fixed, do not process meta data longer …
(edit) @714:d5e269760276   16 years phi reorderd things to let sys specifc workarounds take effect while testing …
(edit) @713:b8d281b57d1a   16 years phi added NetBSD specific LDPATH
(edit) @712:58ffcb04e128   16 years phi added infos for maintainer
(edit) @711:3eebc6063b01   16 years phi added infos for devels
(edit) @710:9c26f7a9b0c8   16 years phi added HACKING
(edit) @709:00c479b15730   16 years phi added simple AUTHORS
(edit) @708:8f21c4e5f312   16 years phi added COPYING
(edit) @707:d2adbbf9291a   16 years phi added license statements
(edit) @706:6627e0732b98   16 years phi added license statements
(edit) @705:eaaf8b067ada   16 years phi added license statements
(edit) @704:25764dfdef62   16 years phi added COPYING.lgplv3
(edit) @703:8e9e1729e960   16 years phi added copyright statements
(edit) @702:adaa5cf03fc0   16 years phi added copyright statements
(edit) @701:51495a826510   16 years phi fixed some gcc warnings, no bugs
(edit) @700:2befcd77b414   16 years phi maybe this works on MAC OS X…
(edit) @699:0cbad3ff56d5   16 years phi added a inline ROAR_MLOCK() if not linux but inline funcs supportet
(edit) @698:eed06bd91e11   16 years phi got lib=-- working for and not do a false positive for --no-*
(edit) @697:8f9b04bad430   16 years phi test for inline funcs
(edit) @696:07dc9f9b3b2e   16 years phi added --no-*
Note: See TracRevisionLog for help on using the revision log.