source: roaraudio/roard

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5664:3aa27a75a787   12 years phi Changed plugin ABI version number for roard.
(edit) @5663:f1ab5592bc0a   12 years phi cleanup of unused functions
(edit) @5662:6c1654f74e24   12 years phi Avoid warning about failed memlock on win32 (Closes: #329)
(edit) @5654:25b8ac2d3613   12 years phi build CPI objects based on configure options
(edit) @5651:b0e163908378   12 years phi Added compiler checks for printf() like format strings.
(edit) @5640:00dd1147ce70   12 years phi Removed support for roard's proto support (replaced by CPI) (Closes: #278)
(edit) @5639:b8cdcac37ffe   12 years phi Removed roard's sched support (Closes: #277)
(edit) @5635:94450e5c67fc   12 years phi Added audio click to roard's libshout driver "shout".
(edit) @5625:722bbc6d4930   12 years phi Fixed compiler warnings about roar_meta_strtype(3) (Closes: #305)
(edit) @5624:ec1593cc8525   12 years phi Added support for RePlayGain? (RPG) control (See: #300)
(edit) @5619:16fe78ec277c   12 years phi Implemented watchdog (Closes: #291)
(edit) @5608:584b36c566e2   12 years phi Handle super long client names well (Closes: #286)
(edit) @5607:9b10a70d82e4   12 years phi added clients_set_name()
(edit) @5606:f7617b41972e   12 years phi Updated common protocol interface (Closes: #257, #256)
(edit) @5592:da9a9bb6ece0   12 years phi addded --list-plugins
(edit) @5591:01e496cdb473   12 years phi increased maximum number of loaded protocols
(edit) @5590:006d3d9ef1ac   12 years phi report type of protocol (API) and source (buildin or Plugin)
(edit) @5586:5b82b3417705   12 years phi general cleanup for -Wextra
(edit) @5585:024f7f8c937c   12 years phi kill compiler warnings
(edit) @5582:f3111257da86   12 years phi added a macro for FNREG (callback) registration
(edit) @5581:c00aa79358ad   12 years phi avoid false positive reply on client exec with non supported protocol or …
(edit) @5580:d64b87bef246   12 years phi corrected usage of common protocol interface
(edit) @5577:5d9bed8d3bc6   12 years phi delay display of --list-proto until all plugins are loaded. Also indicate …
(edit) @5576:a98545bcc3f1   12 years phi Support a common protocol interface (Closes: #257)
(edit) @5575:5293c26f7113   12 years phi Did some win32 porting: * clean up of old win32 Makefile patching * …
(edit) @5574:2be917a38a32   12 years phi removed duplicate listing of protocols
(edit) @5571:b46ece5b30bf   12 years phi Improved support in roard for client passing.
(edit) @5568:a7bdf096a4d6   12 years phi added use of const, use size_t not int
(edit) @5567:6ecf012d7063   12 years phi roard now tries to auto load missing protocols as plugins (Closes: #275)
(edit) @5566:c45e448eb830   12 years phi make static and constant table go into read only data memory
(edit) @5482:ba865ae62928   12 years phi support quoted strings
(edit) @5452:bc99b9f05900   12 years phi ported internal stuff to new internal API
(edit) @5448:1abc4bbf0a00   12 years phi added more stuff to handle protocol specific instance data
(edit) @5447:d6eef074fb11   12 years phi set minium ABI version
(edit) @5427:543c052527b2   12 years phi support usage of plugin path also outside plugin containers
(edit) @5417:9152cdd6a02c   12 years phi Fixed bug in MIDI clock (Closes: #193) (pr2)
(edit) @5416:4a05bf454b4e   12 years phi use debug code only #ifdef DEBUG.
(edit) @5415:b0e383e49274   12 years phi Support MUTE flag on output streams as well (Closes: #194) (pr2)
(edit) @5414:2b852fd3712c   12 years phi Typos (Closes: #192) (pr2)
(edit) @5413:c4775e53e3a0   12 years phi fixes cppcheck warnings (false-positives)
(edit) @5388:e5cc8e03a3e1   12 years phi Added support for refcount based VIOs as well as dynamically allocated …
(edit) @5387:ec00c0a72024   12 years phi added function to get serverinfo for library as well as libinfo command …
(edit) @5381:430b1d26e12d   12 years phi updated copyright years
(edit) @5380:0504bc7766aa   12 years phi Added support for stream direction RECPLAY.
(edit) @5379:2a383aaf4b1b   12 years phi * Cleanup, * Set ISIT_BUILD in roard, * Test for more alternatives for …
(edit) @5377:72f1d48ff502   12 years phi Removed legacy functions (Closes: #130): * roar_vio_init_calls(), * …
(edit) @5375:2b4d1e027b2d   12 years phi made some _LIBROAR_ATTR_TO_STATIC functions static
(edit) @5374:5810df1d6fb9   12 years phi cleanup
(edit) @5370:bc45f468737b   12 years phi use symbolic const
(edit) @5353:de96f27919bf   12 years phi serveral updates to roarpluginrunner and plugin API in general
(edit) @5350:1e8e415b77c6   12 years phi nicer table formating for --list-aiprofiles
(edit) @5348:83fcc9598253   12 years phi Converted roar_buffer API to fully use refcounter (Closes: #126)
(edit) @5345:2e95587edd07   12 years phi avoid accessing (semi-)global data directly
(edit) @5333:15e7ba78b961   12 years phi cleanup and usage of const
(edit) @5331:dc6687b73157   12 years phi coding style
(edit) @5330:1e2a5862d666   12 years phi cleanup
(edit) @5325:6c8051631844   12 years phi added missing space
(edit) @5319:3ceafc779654   12 years phi added support for new standard appsched
(edit) @5312:27ec111dc8c5   12 years phi added support for seperate contextes for roardl/plugins. Currently incudes …
(edit) @5305:80ba5004e4e7   12 years phi some improvements with buffer usage (See: #126)
(edit) @5304:b4e9377c2dff   12 years phi removed old member
(edit) @5302:4d77c9526beb   12 years phi added roar_buffer_foreach() (See: #126)
(edit) @5301:f3e9cd30574d   12 years phi move away from roar_buffer_add() (See: #126)
(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) @5288:1cb22eb99e5d   12 years phi updated stream_vio_*() types to match roar_vio_*() types
(edit) @5287:4dd383ee8658   12 years phi avoid declared but unused var on no-main-args platforms
(edit) @5279:bb3ff1f2be28   12 years phi added support to hostid and license to server info struct, added support …
(edit) @5278:b3e0dd3f3141   12 years phi last parts of merging _nonblock into _ctl and fixed sizeof(cmd) of _ctls
(edit) @5276:0eb24ca6810e   12 years phi merged VIO's _nonblock() into _ctl() (Closes: #135)
(edit) @5275:811818eb5b81   12 years phi Improved plugin loader a lot (Closes: #190)
(edit) @5274:3905f033f790   12 years phi syntax error in wiki syntax
(edit) @5270:e25346c13638   12 years phi fixed some gcc -Wextra warnings
(edit) @5266:8a1aa71fdfa9   12 years phi define macros for sched registrations in plugins
(edit) @5265:e87d58d8ddc5   12 years phi coding style
(edit) @5259:dc6b4deefec8   12 years phi coding style
(edit) @5257:27194d561c16   12 years phi fixed most warnings in roard
(edit) @5256:6029a22d29b6   12 years phi moved away from roar_vio_init_calls(), roar_vio_get_fh() and …
(edit) @5255:3275ce378322   12 years phi use const keyword
(edit) @5246:eae8bfcfa99d   12 years phi handle NULL options correctly.
(edit) @5245:56701720fa1d   12 years phi cleanup
(edit) @5244:e97aa5907fa2   12 years phi fully removed driver "raw"
(edit) @5242:97239101cee9   12 years phi some roard compiler warnings cleanup
(edit) @5218:772842651185   12 years phi Do not set errno to zero in ogg_vorbis codec filter (Closes: #191)
(edit) @5216:e16c15116d46   12 years phi moved roar_err_{build,parse}msg2() -> roar_err_{build,parse}msg(), see …
(edit) @5210:8eb738dee9d4   12 years phi Updated ports to minimal, win32 and avr (pr2)
(edit) @5208:8e0fdf76839e   12 years phi added an #ifdef needed in cause dcomp cb is disabled
(edit) @5194:b40015b16ff2   12 years phi make more use of /extern/
(edit) @5192:4237437ca526   12 years phi declare some stuff 'extern', this saves like 5.3KB of diskspace in plugin …
(edit) @5191:67e63e9d1df9   12 years phi added ROARD_DL_REG_PROTO() and ROARD_DL_REGFN_PROTO()
(edit) @5190:ea87b2e12de4   12 years phi always give check_client proto-callback a non-NULL vio
(edit) @5180:e8efeb11e78b   12 years phi updated roarfilt
(edit) @5164:fe7f2fdf702b   12 years phi avoid a warning about numerical IP addresses
(edit) @5162:85c55ccd12a9   12 years phi fixed some compiler warnings
(edit) @5161:a84238f288d8   12 years phi avoid to warnings about unused return value
(edit) @5160:efd742a8d396   12 years phi corrected pointer checks to conform coding style
(edit) @5155:420e4f980a8e   12 years phi run protocol functions in clear error context
(edit) @5153:5f42cc0ea804   12 years phi typo
(edit) @5152:6de4ec1639d3   12 years phi typos
(edit) @5146:716400712348   12 years phi Moved error frame handling into proto functions (pr0)
Note: See TracRevisionLog for help on using the revision log.