source: roaraudio/roard/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @937:56653b49352d   15 years phi added driver_closevio() to close a driver_openvio()ed driver
(edit) @931:f0583968c304   15 years phi added driver_openvio()
(edit) @930:62b20281af8d   15 years phi added a addition argument fh to vio driver open rutine, added var to save …
(edit) @929:07286c15c4ed   15 years phi use ao then oss anf finanly null driver if esd is not avalable
(edit) @922:0620585d146b   15 years phi added support for mulaw (libroardsp) and added a codec filter for roard
(edit) @920:ce0dc2fbe8e2   15 years phi added --standby and --auto-standby
(edit) @917:7e60fa8dc102   15 years phi I decided to use std vio interface for read and writes, typos
(edit) @915:9b80b15801a8   15 years phi added driver_oss.h
(edit) @912:e0480ffcba74   15 years phi got esd driver working via vio, changed driver interface a bit to get a …
(edit) @911:9cb4e9e891ad   15 years phi added support for vio drivers, juhu :)
(edit) @905:2fd9cd5be5ef   15 years phi added --sysclocksync
(edit) @851:06cbae08cea5   16 years phi use libsndfile for ROAR_CODEC_RIFF_WAVE if avalible, does not support vio! …
(edit) @783:bd7da167acad   16 years phi got away with some cf alaw related compiler warnings
(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) @757:4e5bfa3538df   16 years phi added support for ROAR_CMD_PASSFH
(edit) @755:fa521d53ac05   16 years phi added clients_get_fh()
(edit) @747:de481ef1b88b   16 years phi more cleanup
(edit) @741:9be48345d290   16 years phi tryed a lot with libvorbisfile to use stream_vio*, seems to to work very …
(edit) @736:44f4feb2496f   16 years phi added basic alaw cf
(edit) @668:71ac426690da   16 years phi added license statements
(edit) @643:c3fc248024dd   16 years phi added primary flag to streams
(edit) @635:fb9b242e8cc6   16 years phi added RoarCELT magic
(edit) @617:eadc4ce98867   16 years phi added a lot encoder code, changed struct to include the needed buffers, …
(edit) @612:5ab0ccdc9e13   16 years phi added flags to codecfilter list
(edit) @596:f93c53886185   16 years phi added vio functions
(edit) @592:69b7d2d9a583   16 years phi added member vio to struct roar_stream_server
(edit) @582:dd12ba513b27   16 years phi added cf_vorbis_write()
(edit) @574:fda350c7a108   16 years phi added cleanup_listen_socket()
(edit) @569:b35e761f50f4   16 years phi adding a lot thingss in preperation to encode vorbis :)
(edit) @562:1f94749e6f9d   16 years phi first small changes to make it compile ;)
(edit) @561:a98bac6549fe   16 years phi added codecfilter_wave.c
(edit) @542:c71495eebd20   16 years phi added sources_add_cf()
(edit) @494:e2c5683de088   16 years phi added underrun vars and simplyfied a lot of casts
(edit) @465:82fd66e50dc3   16 years phi added support to get the size of optimal read() and write()s
(edit) @444:ddaaf8e220bd   16 years phi added support vor setuid, setgid and chroot
(edit) @439:452cf038155c   16 years phi added calls to set UID and GID
(edit) @396:97fac0a6c84c   16 years phi replaced one non working code with another
(edit) @394:c0c41ad9d2ed   16 years phi added ROAR_SPEEX_MAX_CC and buffers for cf speex
(edit) @391:ab42dd0763ef   16 years phi added a bit mor struct to the cf speex
(edit) @382:46b315ef4767   16 years phi CF Vorbis: fixed a read() on closed() and a close() before read() bug
(edit) @380:c71736eb9236   16 years phi added a macro to get the number of samples a output buffer is long
(edit) @377:960b34a9ea61   16 years phi added support to set and get socktype of a stream, This is used to ask CFs …
(edit) @373:7c30708ecf0e   16 years phi added some dummy funcs for cf speex
(edit) @372:13f9127d3464   16 years phi done basic structure for cf speex (stolen from cf celt)
(edit) @371:1014cedbeabf   16 years phi added files for codecfilter_speex
(edit) @362:b13b2abea6f0   16 years phi only compile vorbis stuff if we have libvorbisfile
(edit) @361:1d702adb724a   16 years phi only build CELT code if we habe CELT support
(edit) @331:e4abcd91c94f   16 years phi seperated rest into i_rest and o_rest
(edit) @324:c6f16a36d0ba   16 years phi fergot to add the files to cvs.…
(edit) @323:60282fdc8511   16 years phi added basic strcuture for rw codecfilter CELT
(edit) @248:5c7629ec2c1c   16 years phi added wait() an SIGCHLD
(edit) @247:ae7da5323b80   16 years phi open filter on stream start
(edit) @246:97eacb7d9736   16 years phi globalized main_loop()'s pos to g_pos
(edit) @245:a931b7ad2eeb   16 years phi added lib.h
(edit) @244:31b11517c1cc   16 years phi added midi.* and codecfilter.*
(edit) @243:78020152b9fb   16 years phi commented out ioprio_set() code as it is not working, see manpages BUGs …
(edit) @242:42b6571ba66c   16 years phi added ioprio_set() for linux
(edit) @241:f68c720ad6d4   16 years phi open filter on stream start
(edit) @240:70677900253a   16 years phi added infos about filter to struct roar_stream_server
(edit) @222:3975f41364fa   16 years phi added ReplayGain? support to codecfilter_vorbis
(edit) @207:07ebcec64ab8   16 years phi basic meta data support
(edit) @205:1053e00bbeb7   16 years phi playing around with cf_vorbis*
(edit) @204:4ccaf07e3a3f   16 years phi added codecfilter_vorbis.[ch]
(edit) @198:168dadfccd08   16 years phi added closefh, lenclose parameters to lib_run_bg to support to close fhs …
(edit) @196:5625b89335c7   16 years phi added basic support for codecfilter_cmd
(edit) @195:c04f3b43565b   16 years phi open filter on stream start
(edit) @193:5d40ed171f5d   16 years phi codecfilter does not have an device but a codec!
(edit) @192:5956b24ab8be   16 years phi added g_midi_cb_playing
(edit) @190:7d80e1acca66   16 years phi globalized main_loop()'s pos to g_pos
(edit) @189:4a7a0460e034   16 years phi added midi_cb_update() and g_midi_cb_stoptime
(edit) @188:a3699b2c9759   16 years phi added console beep support for linux
(edit) @185:bb379b585d1f   16 years phi added basic structure for console beep
(edit) @183:e2de498eb4fc   16 years phi added lib.h
(edit) @176:5cb085bb9351   16 years phi we need the codec ID…
(edit) @174:726dbe3623b2   16 years phi there are no devices.…
(edit) @172:a9c9fa1f3226   16 years phi added cmd codecfilter
(edit) @171:287003a9729e   16 years phi need an option felde for command filter
(edit) @170:892929b4fec9   16 years phi added basic prototypes, mainly stolen from driver.h
(edit) @169:2da3c9448843   16 years phi added midi.* and codecfilter.*
(edit) @168:6a7ff5913850   16 years phi added roard/include/empty.h
(edit) @125:8c29ccfbfa5d   16 years phi try to work around underrun errors of new streams
(edit) @113:a032ff209b90   16 years phi added stream_meta_list() and done other support for listing meta tags on …
(edit) @100:fea0dd940215   16 years phi added basic declarations for reading meta data
(edit) @90:a4dbc92ef913   16 years phi added a lot of basic meta stuff
(edit) @89:afb9697062ee   16 years phi added meta.h
(edit) @87:3bc590ae9419   16 years phi started with meta data support
(edit) @78:997d49ae275a   16 years phi added basic support to connect to streams of existing clients
(edit) @77:284968f15643   16 years phi prepered a lot of code for multi-stream clientss
(edit) @71:6426d93defd0   16 years phi added support to quit the server if all clients are gone and we are in …
(edit) @67:9c8c096465ad   16 years phi added basic most-time-it-should-work RIFF/WAVE support to sources.c
(edit) @66:a75c2005faeb   16 years phi finaly got sources working!
(edit) @65:65d45c7144e1   16 years phi done some coding to support sources
(edit) @64:93c00fbc439a   16 years phi changed some basic things to support sources
(edit) @55:c0ff46285a6c   16 years phi changed ROAR_OUTPUT_BUFFER_SAMPLES to 2048 #ifdef DEBUG so we can use …
(edit) @45:ae98e6b0f3f4   16 years phi some more sample code
(edit) @44:0d81c0ab4490   16 years phi init samples on startup
(edit) @42:e022eee0701f   16 years phi added some protptypes for samples
(edit) @40:0b85a445d76a   16 years phi added sample.h
Note: See TracRevisionLog for help on using the revision log.