source: roaraudio/libroar/vs.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5823:f9f70dbaa376   11 years phi updated copyright
(edit) @5651:b0e163908378   12 years phi Added compiler checks for printf() like format strings.
(edit) @5414:2b852fd3712c   12 years phi Typos (Closes: #192) (pr2)
(edit) @5381:430b1d26e12d   12 years phi updated copyright years
(edit) @5357:f3c705877ceb   12 years phi fixed some compiler warnings
(edit) @5315:a125509a6c22   12 years phi corrected error code
(edit) @5295:5914c84e72be   12 years phi converted message (protocol) rutunes to use roar_mm_*() (Closes: #129)
(edit) @5289:ddb3677af4d0   12 years phi use support to set mixer ID up at least one API layer
(edit) @5270:e25346c13638   12 years phi fixed some gcc -Wextra warnings
(edit) @5262:770d0aaae8de   12 years phi use RE-VIO if possible
(edit) @5239:eb474b0b1805   12 years phi Removed roar_vs_latency().
(edit) @5238:5117fb0e7ed4   12 years phi Removed roar_stream_connect(), roar_stream_add_data(), …
(edit) @5236:0a8740e27666   12 years phi Removed roar_set_vol() and roar_server_oinfo(), as well as roar_exit().
(edit) @5227:beb26bba0901   12 years phi added const keywords to roar_vio_open_dstr(), roar_vio_open_dstr_vio(), …
(edit) @5199:5fd5619f05e0   12 years phi added an extre debugging lion
(edit) @5198:4381d5d990a1   12 years phi return EFAULT not EINVAL on vss == NULL
(edit) @5119:66203ccc8f12   13 years phi moved code from roar_vs_latency() into roar_vs_latency2()
(edit) @5114:82426e175a9d   13 years phi added extra const keywords for server names as well as client names
(edit) @5111:090c5c2831a7   13 years phi fixed some compiler warnings
(edit) @5109:4f9fc788fe91   13 years phi Started to use compiler attributes (Also see: #130)
(edit) @5078:2fffe0b6322c   13 years phi added auto mode
(edit) @5077:0e1299f6d344   13 years phi support backends for ASYNC mode
(edit) @5075:fd02b8a97aea   13 years phi added support ROAR_VS_ASYNC to roar_vs_latency2()
(edit) @5073:f9b421aec994   13 years phi added code to handle responses to async messages, still need code to send …
(edit) @5071:a550bcffdb13   13 years phi added a function to handle async stuff, still need to integerate it with …
(edit) @5069:d7bf200c3aae   13 years phi seperate last pos and offset for later ASYNC latency updates
(edit) @5068:f11a0c0bacdd   13 years phi Support non-blocking latency request in VS API (Closes: #97)
(edit) @5051:846ebe8f2e93   13 years phi roar_stream_set_flags() -> roar_stream_set_flags2()
(edit) @5025:35982a4396fb   13 years phi prepare VS API for SYNC streams (FILTER), adding a flag for defaulting to …
(edit) @4873:98d17d4deeec   13 years phi make use of new error stuff
(edit) @4850:fe9aec03046c   13 years phi allow amps > 1.0 for VS API in some kind of expert mode (needed by VLC, …
(edit) @4793:a5f42917b666   13 years phi Moved error string lookup from VS into error.c (pr1)
(edit) @4772:09bf371cfb03   13 years phi removed unused var
(edit) @4740:f3abf82e2ead   13 years phi Added support for UNMAPPED volume control (Closes: #55)
(edit) @4719:a10929cd0665   13 years phi some basic latency control
(edit) @4717:202d623df156   13 years phi some debug stuff
(edit) @4708:c9d40761088a   13 years phi updated copyright statements
(edit) @4639:8a41adcab809   13 years phi pass back info to caller if data was written or timeout
(edit) @4638:2516f31ee04a   13 years phi ROAR_VS_BACKEND_DEFAULT is now handled at runtime
(edit) @4637:f50df7324ec1   13 years phi support non-symbolic backends
(edit) @4636:1cd04bd163a0   13 years phi corrected latency management
(edit) @4630:a09bea925581   13 years phi report error values set with _seterr()
(edit) @4629:27acd1cc7e9c   13 years phi support to reset buffer
(edit) @4628:bdfd078fb00e   13 years phi make run() work in buffered mode
(edit) @4626:bd2f6332d653   13 years phi added support for buffered VS API (Closes: #2)
(edit) @4622:74ea2f012bb1   13 years phi added roar_vs_ctl() for some very advanced controling of VS object
(edit) @4618:950031048258   13 years phi Corrected error codes in VS API (Closes: #90)
(edit) @4616:352d80a7e9d5   13 years phi set error on -1
(edit) @4584:959c2d722ca8   13 years phi enable VS file API to handle mime-types
(edit) @4581:f1a58ffe0be6   13 years phi fixed some minor bugs and flushing problems
(edit) @4580:435fb7a75ea4   13 years phi added file mode to VS API (Closes: #3), still needs some tuning of the …
(edit) @4579:d6f55bf4b6d4   13 years phi added support for ROAR_VS_WAIT (Closes: #54)
(edit) @4260:73d7bdb1a9c5   14 years phi better NULL checking
(edit) @4215:2b184cedaf1f   14 years phi very small error and return value fix
(edit) @4213:1ecc289996e2   14 years phi more docs on VS roaraudio_0_3_pr1
(edit) @4212:751dd56180b9   14 years phi added roar_vs_role()
(edit) @4206:76162667542c   14 years phi better support for latency stuff
(edit) @4199:9907744fffbc   14 years phi return zero in case of blocking
(edit) @4187:6079b18d3454   14 years phi corrected a final error value
(edit) @4186:8052a0fa5ec2   14 years phi read error value from RoarAudio's own errno
(edit) @4183:4d2d57a49246   14 years phi added functions to get connection, stream and vio object
(edit) @4182:b669a0fb30b8   14 years phi handle setting volume even if stream has diffrent channel setup
(edit) @4181:3f93784086df   14 years phi added error messages
(edit) @4180:4619bbe707d8   14 years phi add error handling for setting meta data
(edit) @4179:6c778830ad9b   14 years phi clip volume scale on small error and error out on big error
(edit) @4178:0ba2fd898d1b   14 years phi bugs fixed by maister
(edit) @4176:4839be611f16   14 years phi added start of support for meta data
(edit) @4175:c8a616dfbb8a   14 years phi some very basic stream operations
(edit) @4174:4d5ffa10c7fe   14 years phi added basic code for the vs API
(add) @4173:617412b26b3e   14 years phi added vs dummy file
Note: See TracRevisionLog for help on using the revision log.