source: roaraudio/libroar

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1043:1ca27ba72398   15 years phi added support to set flags via roarctl, update meta data on change of meta …
(edit) @1037:a4c5621a37cf   15 years phi check correctly for meta data length (explicide cast to not get strange …
(edit) @1033:f73039f25f25   15 years phi added another debug lion
(edit) @1026:4d1fc7a9a164   15 years phi get home dir via NSS if $HOME is not set
(edit) @1008:08abe13974ad   15 years phi don't modify our ENV
(edit) @1000:43afe5f9b605   15 years phi added Ogg FLAC and Ogg Speex magic
(edit) @996:56340a6a3c76   15 years phi added new error messages to roar_buffer_shift_out()
(edit) @989:3546df4ceb78   15 years phi abstract from LP64 to ROAR_INSTINT
(edit) @968:82561f5f0063   15 years phi set recv buffer to minimum for streams
(edit) @964:0a0e4e32d700   15 years phi added support for roarctl to show position info
(edit) @963:9f2802d4302b   15 years phi added support to read stream flags (currently primary and output), …
(edit) @943:0e5abb55ef23   15 years phi added null io read/write for vio
(edit) @904:51474cae0459   15 years phi added roar_buffer_shift_out()
(edit) @897:a45bed7cbef8   15 years phi cast 64 bit correct to avoid compiler warnings
(edit) @890:c3559be0bc00   15 years phi added check for IPv6
(edit) @889:ac4b3785caa0   15 years phi test for RAUM magic
(edit) @886:2dc09cf3bc74   15 years phi added vio funcs for reread/write and simple pass
(edit) @881:fdf97832f81f   15 years phi redesigned the VIO abstarction layer a lot
(edit) @878:f4e3629961d7   16 years phi it's DISCID, not DISKID…
(edit) @877:cf64c440f89e   16 years phi added new meta tags: YEAR, DISKID, REPLAYGAIN_*
(edit) @873:b3a37e089ed9   16 years phi set 300 sec timeout by default for DECnet sockets
(edit) @840:b45e02ef8f29   16 years phi added support for socat and for unix domain sockets via socat
(edit) @839:028bb26bac65   16 years phi added ssh proxy support for +fork and inet via netcat
(edit) @838:7e78b8dfd899   16 years phi done som preperation for SSH Proxy code
(edit) @837:aa90eabe8b5c   16 years phi add support for proxy options
(edit) @836:3b75dfb94212   16 years phi add support for user@host and user:pw@host syntax for proxy server names
(edit) @835:2dd85f8453a7   16 years phi get a username from the system, send the current user via SOCKS4x
(edit) @834:3c740aeb58c5   16 years phi added new arguemnts proxy funcs
(edit) @833:7c11ae15df0d   16 years phi done a lot cleanup in proxy code
(edit) @832:a3855d67960a   16 years phi support useing $https_proxy, too and accept proxy_type==https
(edit) @831:38475738cd72   16 years phi added working support for HTTP CONNECT proxy
(edit) @830:3d372cbc2376   16 years phi added roar_socket_open_http() and changed some code to be more common
(edit) @829:9ed47cfb4d44   16 years phi unifyed SOCKS4 api, have now support for SOCKS4/4a/4d
(edit) @828:8b4d4f52ca50   16 years phi do not try DECnet on non DECnet kernels…
(edit) @824:1d4fa470c517   16 years phi remeber pid of playing process, kill on stop, stop on close
(edit) @822:670d196e35e8   16 years phi got it working, year!
(edit) @821:e2cefbe8a430   16 years phi added a lot new stuff for cd playback including …
(edit) @820:9e1bd17bb1f9   16 years phi done a lot more cdrom work, still need a working roar_cdrom_play()
(edit) @813:0f0fd9b1fadd   16 years phi done some cdrom open and close coding
(edit) @811:c0fcdec9e4be   16 years phi addec cdrom.c
(edit) @807:9289636092cd   16 years phi set roar_errno
(edit) @805:09ff54ee2742   16 years phi added roar_cdromdevice()
(edit) @798:86e3c1bfb7cb   16 years phi set roar_errno in roar_get_stream()
(edit) @776:1d9ce44598b2   16 years phi better support passfh on seekable streams
(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) @764:a38fe1677502   16 years phi accept NULL as stream object
(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) @759:be1544e081ad   16 years phi added debug code, got roar_stream_passfh() working
(edit) @758:2bb998ad89ce   16 years phi added roar_stream_passfh()
(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) @733:0a49a941c8e3   16 years phi added A-Law/Mu?-Law codecs
(edit) @730:b43149bb9cb3   16 years phi introdused $(SHARED_CF)
(edit) @726:26e7ed06ca23   16 years phi applied janus' patches for OpenBSD, fixed corruped libroaresd/Makefile
(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) @691:f2bf0e2577c9   16 years phi some trys to get thinks working under MAC OS X
(edit) @690:cee9bf5fa456   16 years phi added copyright statements
(edit) @689:ee067ea93be3   16 years phi added copyright statements
(edit) @686:5d9713ead023   16 years phi moved libroar/midi.* to libroardsp/midi.*
(edit) @649:0ee35e06288f   16 years phi added roar_file_map() and roar_file_unmap()
(edit) @636:4a2ecb926a0e   16 years phi added ROAR_CELT_MAGIC :)
(edit) @623:13261b0cbc5a   16 years phi added RoarSpeex? support
(edit) @597:a5ae3c58e5d2   16 years phi cast correctly
(edit) @591:14183a05ee44   16 years phi added roar_vio_init_calls()
(edit) @590:6a111b758b2c   16 years phi added vio.h
(edit) @578:51e28ac3912e   16 years phi added call roar_terminate() to libroar
(edit) @563:3fe83012ebc6   16 years phi added support for RIFF/WAVE
(edit) @560:f62c1a95de4c   16 years phi added ROAR_CODEC_RIFF_WAVE
(edit) @558:d3f2d3ecbfcd   16 years phi added support to detect MIDI files
(edit) @557:006ffdafdd33   16 years phi added codec alias "raw" for ROAR_CODEC_DEFAULT,
(edit) @554:7996c18e7526   16 years phi removed CELT_PREFIX and added INCPATH
(edit) @549:c18dc165ab63   16 years phi dont segfaul on NULL
(edit) @548:bf2791966e7b   16 years phi --no-listen now impleys --terminate
(edit) @540:c1fd46366418   16 years phi get display of orgiginal codec working
(edit) @537:4c587d327dd8   16 years phi added roar_str2codec() and roar_codec2str()
(edit) @536:b6975edef777   16 years phi cleanup roaraudio_0_1_testing6_wesen
(edit) @535:150283da52ba   16 years phi make code working again, *hates IPv6*
(edit) @534:e649f09f8e0e   16 years phi #ifdef ROAR_HAVE_IPX around IPX block… roaraudio_0_1_testing5_janus
(edit) @533:bcfbd2933d39   16 years phi move } to where it belongs to
(edit) @532:04a8638512ec   16 years phi use SO_REUSEADDR for temp DECnet sockets, too
(edit) @531:4f44756a7201   16 years phi prepered a bit IPX code, gave up for today because of the THAT BAD …
(edit) @530:8578b85b0077   16 years phi added pure IPX basic support
(edit) @528:d42830e32ea1   16 years phi adding dummy IPX implementation: are there no docs? Can't even find …
(edit) @526:dad1cb338c60   16 years phi added experimental DECnet support to roar_simple_new_stream_obj()
(edit) @522:831c6669c72a   16 years phi try also DECnet if server is NULL
(edit) @521:f7ca1f94e9e5   16 years phi added roar_socket_get_local_nodename() and use it as default hostname
(edit) @520:97b25e01e6a7   16 years phi this code changes seems not to work for me but are 100% correct acccording …
(edit) @516:30e909286909   16 years phi added code to use default object if non was given :)
(edit) @514:b9a1df084db8   16 years phi added sockaddr.in6 and return -1 for ROAR_SOCKET_TYPE_INET6
(edit) @512:8fb7528db636   16 years phi use an union for all the sockaddr_*s
(edit) @509:17952ed84309   16 years phi started with IPv6 support
(edit) @508:1129ff87dd1e   16 years phi added DECnet listen support, introused -n/--decnet to roard, added …
(edit) @506:8548c6327f60   16 years phi added roar_stream_send_data()
(edit) @505:ca6bfa6cfad1   16 years phi fixed some bugs in roar_simple_new_stream_obj()
(edit) @503:36e7185c2678   16 years phi cleanup
(edit) @502:f0ef9d157f91   16 years phi cleaning up non needed DECnet stuff
Note: See TracRevisionLog for help on using the revision log.