source: roaraudio

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @605:f1450dcc5dc5   16 years phi added a lot basic code to roarshout
(edit) @604:6a80ea4e71bf   16 years phi added entry for libshout
(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) @600:44fa0671be64   16 years phi added #ifdef ROAR_HAVE_LIBSHOUT
(edit) @599:383c9508e3f4   16 years phi added roarshout
(edit) @598:4c78782357f8   16 years phi let codecfilter_vorbis.c use vio for writeing
(edit) @597:a5ae3c58e5d2   16 years phi cast correctly
(edit) @596:f93c53886185   16 years phi added vio functions
(edit) @595:b29ed52b1383   16 years phi added parameter inst to vio struct members
(edit) @594:e3f79739b8cc   16 years phi added parameter inst to vio struct members
(edit) @593:60484a435b66   16 years phi added member inst to vio struct
(edit) @592:69b7d2d9a583   16 years phi added member vio to struct roar_stream_server
(edit) @591:14183a05ee44   16 years phi added roar_vio_init_calls()
(edit) @590:6a111b758b2c   16 years phi added vio.h
(edit) @589:2187e8d9f212   16 years phi added roar_vio_calls struct
(edit) @588:ba2e8016727e   16 years phi added vio.h
(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) @581:4283dfd88536   16 years phi updated TODO
(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) @578:51e28ac3912e   16 years phi added call roar_terminate() to libroar
(edit) @577:4c82e13a6b3e   16 years phi added command terminate
(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) @570:30d91a9ad1be   16 years phi added --codec and fixed error text
(edit) @569:b35e761f50f4   16 years phi adding a lot thingss in preperation to encode vorbis :)
(edit) @568:697e904f07c7   16 years phi added libvorbisenc to list
(edit) @567:caec85153110   16 years phi added magic/meta dir "META"
(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) @563:3fe83012ebc6   16 years phi added support for RIFF/WAVE
(edit) @562:1f94749e6f9d   16 years phi first small changes to make it compile ;)
(edit) @561:a98bac6549fe   16 years phi added codecfilter_wave.c
(edit) @560:f62c1a95de4c   16 years phi added ROAR_CODEC_RIFF_WAVE
(edit) @559:87c4f08f2204   16 years phi added codecfilter_wave.c
(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) @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) @553:3f47b2ff6cc4   16 years phi added new --incpath, --addpath and $INCPATH in Makefile.conf
(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) @549:c18dc165ab63   16 years phi dont segfaul on NULL
(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) @546:20512b98b902   16 years phi move section numbers to there they belong to
(edit) @545:595c5107b044   16 years phi link roartips in SEE ALSOs
(edit) @544:07142c500c80   16 years phi added lot basic information
(edit) @543:913a358e2154   16 years phi added roartips.7
(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) @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) @529:ea3d1660fd37   16 years phi renamed IPXSPX into IPX as I can't find SPX support
(edit) @528:d42830e32ea1   16 years phi adding dummy IPX implementation: are there no docs? Can't even find …
(edit) @527:87baa26bd2fb   16 years phi added IPX/SPX and display errno on error
(edit) @526:dad1cb338c60   16 years phi added experimental DECnet support to roar_simple_new_stream_obj()
(edit) @525:57dc0b2f5ee6   16 years phi added debug line for connect
(edit) @524:5f28b3d43c22   16 years phi updated ROAR_SOCKET_TYPE_MAX
(edit) @523:0c640b607a7f   16 years phi it should now be possible to use --setuid/--setgid on non unix sockets
(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 …
Note: See TracRevisionLog for help on using the revision log.