source: roaraudio/roard/include/streams.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5740:b3aff85876f1   11 years phi commit 1: Moved protocol support into new plugins protocol-esound, …
(edit) @5624:ec1593cc8525   12 years phi Added support for RePlayGain? (RPG) control (See: #300)
(edit) @5381:430b1d26e12d   12 years phi updated copyright years
(edit) @5330:1e2a5862d666   12 years phi cleanup
(edit) @5301:f3e9cd30574d   12 years phi move away from roar_buffer_add() (See: #126)
(edit) @5288:1cb22eb99e5d   12 years phi updated stream_vio_*() types to match roar_vio_*() types
(edit) @5194:b40015b16ff2   13 years phi make more use of /extern/
(edit) @5192:4237437ca526   13 years phi declare some stuff 'extern', this saves like 5.3KB of diskspace in plugin …
(edit) @5022:b2a2e896974d   13 years phi Converted most roarclients to to use VS API (See: #87)
(edit) @4967:572924bdd4c6   13 years phi make some vars file local as they do not need to be global
(edit) @4846:58d1d4cb7602   13 years phi Auto select a stream if no stream has sync flag. (Closes: #30)
(edit) @4819:bfe88a001985   13 years phi avoid warning when record stream is not yet fully up
(edit) @4815:df2ef6edb97f   13 years phi added support to roard for record streams.
(edit) @4753:fae4e9e389bc   13 years phi fixed depends
(edit) @4708:c9d40761088a   13 years phi updated copyright statements
(edit) @4614:3b1ab4d465e8   13 years phi Support dir parameter in OINFO command (Closes: #31)
(edit) @4552:47a0412f706d   14 years phi implemented flag toggling and flag protection
(edit) @4550:8c10e4a70f95   14 years phi change internal API to represent flags correctly
(edit) @4545:47a468d8b448   14 years phi fixed unflag singlesink on mixer bug
(edit) @4543:14019152e072   14 years phi implemented some very basic single sink mode, corrected …
(edit) @4541:b036dcf135d3   14 years phi added single_sink counter
(edit) @4537:31479869dddd   14 years phi deligate handling of ROAR_FLAG_SINGLESINK to subfunction
(edit) @4521:4277b6a0c8a1   14 years phi fixed a lot compiler warnings
(edit) @4379:5861284631eb   14 years phi support reading volumes at startup
(edit) @4361:135e78128e19   14 years phi added very basic mixer setup rutines
(edit) @4289:1b0960dba7e3   14 years phi typo
(edit) @4272:9dbff74050ba   14 years phi support to reg and unreg for LTM :))
(edit) @4270:66fc69cc26a9   14 years phi prepair structs for LTM
(edit) @4099:6425c5901202   14 years phi added still useless parent_stream struct member
(edit) @3921:4c4449728a41   14 years phi added RSD EXEC feature to protocol emulation
(edit) @3811:49db840fb4f4   14 years phi fixed some copyright statements
(edit) @3630:89a9079f8e3f   14 years phi implemented roles, still need some support to set them
(edit) @3542:4a10d68e4c70   14 years phi support to set channel map
(edit) @3517:1a3218a3fc5b   14 years phi updated license headers, FSF moved office
(edit) @3334:d4868bacf6ec   14 years phi added chanmap to server streams
(edit) @3213:da8251c98c0a   14 years phi support to transpher mixer stream id
(edit) @3042:4eeaa55d36c6   14 years phi wrote a _very_, _very_ experimental impl. of jumbo packets
(edit) @2816:b9e357b0dc43   15 years phi added prethru support and updated list of codecs a bit
(edit) @2625:c8e21af3e6ce   15 years phi added streams_set_rawflag()
(edit) @2611:e6644a50a821   15 years phi added new stream state member of server stream
(edit) @2606:f11a57292063   15 years phi added streams_set_null_io()
(edit) @2594:f7f7d099e1b9   15 years phi new proto type for streams_new_virtual()
(edit) @2593:4bdafc96b459   15 years phi added new streams_new_virtual(), don't sure of the prototype
(edit) @2417:ca4883b53c04   15 years phi recsource can only be set ones
(edit) @2415:9bf731990e80   15 years phi added streams_get_subsys()
(edit) @2288:4240bd9158df   15 years phi void is all zeros ;)
(edit) @2254:8ddc1cd77f97   15 years phi added var for a thru stream counter
(edit) @2249:683ef7c63b5d   15 years phi added prototype for streams_get_dir()
(edit) @2151:1871577d2258   15 years phi added stream_outputbuffer_request() and stream_outputbuffer_destroy(): …
(edit) @2082:94bd96f9cca8   15 years phi some types
(edit) @2061:a9543462cad6   15 years phi started with a new mixbuffer filler: streams_fill_mixbuffer2()
(edit) @1928:4d3ccb700daf   15 years phi updated stream interface to handle mmap flag.
(edit) @1913:b4b824af799b   15 years phi added stream attribute 'ready'
(edit) @1857:039b11dd6c39   15 years phi we do not need a filter chain anymore
(edit) @1842:8c8a003773ca   15 years phi support for names on server streams, added roar_stream_get_name()
(edit) @1609:3c2a3f0fb127   15 years phi started support for server config including default flags and mixer for …
(edit) @1590:07fa8c4493e4   15 years phi added first try of support for hwmixer flag
(edit) @1493:405133c68d28   15 years phi test for ROAR_SUPPORT_META and disable meta data code
(edit) @1224:d66ef0e2143d   15 years phi start of stream ctl implementation
(edit) @1223:29f5a58d63ce   15 years phi typo in 'streams_calc_delay' and added cf ctl, prototype for a stream …
(edit) @1142:f940ed8ab4f0   15 years phi added parameter for stream delay
(edit) @1137:700c32ffc876   15 years phi insert a new parameter for the ss streucture: delay in mu-sec
(edit) @1116:ff626395ea76   15 years phi added support for sync flag on sysio streams: (re)set nonblocking
(edit) @1042:44f94f4095dd   15 years phi added streams_get_flag(), fixed a bug with only-vio drivers
(edit) @1029:a0088c45f7df   15 years phi added streams_set_flag() and streams_reset_flag()
(edit) @980:970b86136440   15 years phi streams.c
(edit) @930:62b20281af8d   15 years phi added a addition argument fh to vio driver open rutine, added var to save …
(edit) @766:8f87fbeb4fd3   16 years phi added streams_get_client
(edit) @668:71ac426690da   16 years phi added license statements
(edit) @643:c3fc248024dd   16 years phi added primary flag to streams
(edit) @596:f93c53886185   16 years phi added vio functions
(edit) @592:69b7d2d9a583   16 years phi added member vio to struct roar_stream_server
(edit) @494:e2c5683de088   16 years phi added underrun vars and simplyfied a lot of casts
(edit) @377:960b34a9ea61   16 years phi added support to set and get socktype of a stream, This is used to ask CFs …
(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) @125:8c29ccfbfa5d   16 years phi try to work around underrun errors of new streams
(edit) @87:3bc590ae9419   16 years phi started with meta data support
(edit) @66:a75c2005faeb   16 years phi finaly got sources working!
(edit) @21:0112248f2735   16 years phi commented ROAR_STREAM() out as we alrady have one
(edit) @16:c4585a26128b   16 years phi preperation to support mixing at diffrent levels
(add) @0:2a41d2f42394   16 years phi Initial revision
Note: See TracRevisionLog for help on using the revision log.