source: roaraudio/roard

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @701:51495a826510   16 years phi fixed some gcc warnings, no bugs
(edit) @692:3aa6bf8295d3   16 years phi explicitly request libvorbis as it is needed on MAC OS X
(edit) @675:34d604023d18   16 years phi added empty.c to .cvsignore
(edit) @668:71ac426690da   16 years phi added license statements
(edit) @655:1840c381edcc   16 years phi link roard and roarfilt with -lroardsp
(edit) @645:6cbe070ef8fc   16 years phi make primary streams work without double-free while quit
(edit) @644:aa47ced85ee7   16 years phi mark primary stream as primary and set socktype
(edit) @643:c3fc248024dd   16 years phi added primary flag to streams
(edit) @639:4a7ecf6e3733   16 years phi added RoarCELT magic on writing cf celt roaraudio_0_1_testing8_wesen
(edit) @638:f7cdb2c9bb59   16 years phi in error case we should cancel playback as errors may/will result in …
(edit) @637:61bfe5918a34   16 years phi fixed a buffer overflow bug
(edit) @635:fb9b242e8cc6   16 years phi added RoarCELT magic
(edit) @634:01d26682dd80   16 years phi allow setting -1 as fh for stream, added ROAR_DIR_OUTPUT where …
(edit) @625:49e04c35dc9e   16 years phi added roar_conv() support for monetoring clients
(edit) @621:ba0f43f1aaa7   16 years phi corrected entry for RoarSpeex?
(edit) @620:d612617809a5   16 years phi added a bit docs
(edit) @619:d849d6ee4cfe   16 years phi added full block encoding support
(edit) @618:54c999bd8696   16 years phi use local vars in host order, not network byte order ;)
(edit) @617:eadc4ce98867   16 years phi added a lot encoder code, changed struct to include the needed buffers, …
(edit) @616:9e692d24c8f9   16 years phi fixed var name bug :)
(edit) @615:5df24d5c701f   16 years phi added some encoder init code
(edit) @614:ba67ef04df1e   16 years phi got cf speex working for reading, freqs are correct now, cleaned up debug …
(edit) @613:ddd096787985   16 years phi added mode and table title to print_codecfilterlist() roaraudio_0_1_testing7_wesen
(edit) @612:5ab0ccdc9e13   16 years phi added flags to codecfilter list
(edit) @611:eb4c2b27dd1b   16 years phi got RoarCELT codec filter rw!
(edit) @610:c422c1ec35fe   16 years phi added debuging line
(edit) @609:093b3891d709   16 years phi cleanup of casts
(edit) @608:745a06132506   16 years phi make codec filter fuse vio
(edit) @607:e49199a77993   16 years phi fixed deleted client in streamless list bug
(edit) @606:4f42f165ceb4   16 years phi use vio
(edit) @603:4ad0230688bc   16 years phi delete stream if we got errors within codec filters
(edit) @602:1fa28940e508   16 years phi return error if write() fails
(edit) @601:dfbc7c9edbd9   16 years phi fixed(?) a bug with execed streams being re-queued as streamless
(edit) @598:4c78782357f8   16 years phi let codecfilter_vorbis.c use vio for writeing
(edit) @596:f93c53886185   16 years phi added vio functions
(edit) @592:69b7d2d9a583   16 years phi added member vio to struct roar_stream_server
(edit) @587:e6cd07dec284   16 years phi yehaa! encoding vorbis seems to work :)))
(edit) @586:86cf0fedfa63   16 years phi aedded a bit code for encoding
(edit) @585:6fb31f1faf3d   16 years phi allow monetoring streams to use codec filters, and cast cleanup
(edit) @584:8c036ec915ae   16 years phi test for self->opened
(edit) @583:c699ca8890b0   16 years phi clean up of cast
(edit) @582:dd12ba513b27   16 years phi added cf_vorbis_write()
(edit) @580:f23bf553e14c   16 years phi only delete socket if we not allready had deleted it before, needed by …
(edit) @579:2c1678ae3911   16 years phi added code to support server restart (--restart)
(edit) @576:89baebafdc4f   16 years phi set g_listen_socket to -1 to let g_terminate work :)
(edit) @575:34285c238c1e   16 years phi give ROAR_CMD_EXIT an option to make the server like --no-listen …
(edit) @574:fda350c7a108   16 years phi added cleanup_listen_socket()
(edit) @573:23600819747c   16 years phi added long options to conform help
(edit) @572:d00cfa9c139d   16 years phi typo
(edit) @571:0dfe525abe11   16 years phi fixed bugs then codec filter can not be opened: delete stream
(edit) @569:b35e761f50f4   16 years phi adding a lot thingss in preperation to encode vorbis :)
(edit) @566:bbe262037cc9   16 years phi added obsoleted-warnings and set orginal codec in source type cf
(edit) @565:f4d86cf146d5   16 years phi cleanup and comment
(edit) @564:6ec555485c20   16 years phi need to set self->opened when opened ;)
(edit) @562:1f94749e6f9d   16 years phi first small changes to make it compile ;)
(edit) @561:a98bac6549fe   16 years phi added codecfilter_wave.c
(edit) @559:87c4f08f2204   16 years phi added codecfilter_wave.c
(edit) @556:24413e9e6310   16 years phi added codec auto detection code for source cf and added …
(edit) @555:3e21244380f6   16 years phi removed CELT_PREFIX and added INCPATH
(edit) @554:7996c18e7526   16 years phi removed CELT_PREFIX and added INCPATH
(edit) @552:801212b75d99   16 years phi where is no options description feld
(edit) @551:1edce32e06ad   16 years phi make --list-cf look nice after we now have codec names
(edit) @550:2c57af617cf8   16 years phi changed order of -s and -S, now -S implays start of source not -s, -s got …
(edit) @548:bf2791966e7b   16 years phi --no-listen now impleys --terminate
(edit) @547:797f5692456f   16 years phi updated --terminate to wait for all clients AND streams, this is usefull …
(edit) @542:c71495eebd20   16 years phi added sources_add_cf()
(edit) @541:4bb3a9f715a6   16 years phi fixed a cf_vorbis about errno
(edit) @540:c1fd46366418   16 years phi get display of orgiginal codec working
(edit) @539:79cc09e8d4f9   16 years phi save orginal codec and send it via ROAR_CMD_GET_STREAM_PARA
(edit) @538:766ee7a02149   16 years phi set codec_orgi and align spaces
(edit) @525:57dc0b2f5ee6   16 years phi added debug line for connect
(edit) @523:0c640b607a7f   16 years phi it should now be possible to use --setuid/--setgid on non unix sockets
(edit) @519:245b982566c1   16 years phi -6 gives error now if no IPv6 support is compiled in
(edit) @518:b4054527b555   16 years phi added options -4 and -6
(edit) @517:1b5f48c1dc8c   16 years phi set socket type if we know it
(edit) @508:1129ff87dd1e   16 years phi added DECnet listen support, introused -n/--decnet to roard, added …
(edit) @504:aa76f8ae6e2e   16 years phi shutdown() ESD socket
(edit) @502:f0ef9d157f91   16 years phi cleaning up non needed DECnet stuff
(edit) @501:985357040570   16 years phi ha! It's working: RoarAudio via DECnet! :), needs cleanup
(edit) @498:0c066d1a1842   16 years phi added simple code to speed up non-stream connections
(edit) @496:a76b844d00c6   16 years phi added support vor underrun vars to proto
(edit) @495:cbd30b2ccdc2   16 years phi added underrun vars and simplyfied a bit
(edit) @494:e2c5683de088   16 years phi added underrun vars and simplyfied a lot of casts
(edit) @491:9f0ecaa578d4   16 years phi undone changes to rev 1.25, added some debug macros and clarified some … current-working
(edit) @490:dc9ab0d247dc   16 years phi corrected a cast and moved SO_PEERCRED code from req.c to network.c
(edit) @486:5f7954982f5a   16 years phi added some bugfixed because of roar_stream_m2s() change
(edit) @485:efebd5911d51   16 years phi added LDPATH to all Makefiles
(edit) @483:3bf1acf53dda   16 years phi suppress warnings about sizeof(void*) != sizeof(int)
(edit) @475:c5c9b2f8b848   16 years phi use cp -v only if cp accepts -v
(edit) @465:82fd66e50dc3   16 years phi added support to get the size of optimal read() and write()s
(edit) @450:67dff1f38bcb   16 years phi added ROAR_DEFAULT_SOCKGRP
(edit) @447:69862ec0bf8a   16 years phi -p implys -t and -t sets only hostname if it is not of type INET
(edit) @446:4339778d91f0   16 years phi added support to use symbolic names for -p
(edit) @444:ddaaf8e220bd   16 years phi added support vor setuid, setgid and chroot
(edit) @443:e4ad581b8c09   16 years phi got UNIX cred code working (ignoring them on non UNIX sockets)
(edit) @441:3748177846de   16 years phi we need to give getsockopt() a pointe rto the length, not the langth …
(edit) @440:cd53b032e3fb   16 years phi set UID/GID of server
(edit) @439:452cf038155c   16 years phi added calls to set UID and GID
(edit) @437:38e4b190c0e8   16 years phi added support UID/GID of client
(edit) @436:10a265fe0e3e   16 years phi added support for SO_PEERCRED
Note: See TracRevisionLog for help on using the revision log.