source: roaraudio

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @181:dc15865897eb   16 years phi added lib.c
(edit) @180:018652804998   16 years phi added some code stolen from driver.c
(edit) @179:80d5eb35f74d   16 years phi reordered some code
(edit) @178:250fe6250496   16 years phi aren't codec names mutch nicer?
(edit) @177:73b940966268   16 years phi print also codec id…
(edit) @176:5cb085bb9351   16 years phi we need the codec ID…
(edit) @175:7c1b16a321da   16 years phi added some code
(edit) @174:726dbe3623b2   16 years phi there are no devices.…
(edit) @173:fd462bfbd5bd   16 years phi added null filter and end of list
(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) @167:c27eae854401   16 years phi added a sensfull bugs list
(edit) @166:9a08a27d2d9f   16 years phi added simple descriptions of the commands
(edit) @165:d8cce810c032   16 years phi added roarctl.1
(edit) @164:f2a7aec1d04f   16 years phi added descriptions and roarfilt specific options
(edit) @163:f1a046b52a7a   16 years phi added descriptions
(edit) @162:08f0aadedaa6   16 years phi added manpages about clients
(edit) @161:7fa7da1368cf   16 years phi updated .cvsignore, added roar-config
(edit) @160:f80406b399a9   16 years phi added .cvsignore
(edit) @159:c5916bd25fe3   16 years phi added some new manpages
(edit) @158:6b21912c547d   16 years phi added tool configure-players
(edit) @157:ba66c98ea688   16 years phi removed roar_*_vol from list of forzen API
(edit) @156:a81643c087d9   16 years phi a bit more complete
(edit) @155:753df341ef03   16 years phi added tutorial and env section
(edit) @154:2217cbd1e32e   16 years phi added roarsin
(edit) @153:ef628006d53c   16 years phi deleted roar_socket_connect as it does not support an type argument, maybe …
(edit) @152:535bda70cbaf   16 years phi added manpage for roar_simple_play/monitor/record/filter
(edit) @151:7ea4d78a7070   16 years phi filled list of fixed api calls
(edit) @150:48a4aec0fff6   16 years phi added file with alrady fozen api funcs
(edit) @149:4231bfd8d1e9   16 years phi added manpage for libroar in general
(edit) @148:10a1ecf66c58   16 years phi added manpage for RoarAudio in general
(edit) @147:5a16ead84e51   16 years phi added manpage for roard
(edit) @146:28ba04c54064   16 years phi added support for ROAR_SERVER to roard
(edit) @145:9fc892bf390b   16 years phi added message for --version
(edit) @144:ce45dcfbfef6   16 years phi added --libs and --cflags
(edit) @143:1353548d3776   16 years phi added roar-config
(edit) @142:142eb0a181dd   16 years phi added list of enviroment vars
(edit) @141:0bf48a979d08   16 years phi added ENCODER meta tag roaraudio_0_1_testing2_wesen
(edit) @140:86cc22a8ed64   16 years phi logscale parameter should ne float not int tu support 1/x-scaling
(edit) @139:4a577b978f6c   16 years phi what ever diffrents this makes, but valgrind is now happy
(edit) @138:f5abe6d9076a   16 years phi added new meta tags: DURATION, WWW (AKA HOMEPAGE), WOAF
(edit) @137:769f3b2c5a21   16 years phi audio info bug in roarvorbis should have been fixed
(edit) @136:eb682807f6a4   16 years phi fixed another case a client gets deleted while we are checking it's …
(edit) @135:a0545cb66fbd   16 years phi added new bugs…
(edit) @134:a8bc9686bac8   16 years phi make valgrind happy: initialise unused memory
(edit) @133:8af83a2453ee   16 years phi make valgrind happy: initialise unused memory
(edit) @132:482f25a6d24c   16 years phi make valgrind happy: initialise memory even if not *really* needed
(edit) @131:5c50eb890cf2   16 years phi make valgrind happy: initialise unused memory
(edit) @130:1d082afbec7e   16 years phi added some more options
(edit) @129:1636d0d38280   16 years phi added a bit better monetoring client support
(edit) @128:5cae7d8795d5   16 years phi added esdfilt like --half --half and --double
(edit) @127:df5c2e3b1dd3   16 years phi better support for filter streams
(edit) @126:59caa827aacc   16 years phi added roarfilt, sill useless
(edit) @125:8c29ccfbfa5d   16 years phi try to work around underrun errors of new streams
(edit) @124:70992549a17a   16 years phi added simple http support using wget
(edit) @123:da1cb3923a92   16 years phi added SERVER meta tag (Icecast uses it)
(edit) @122:150a6d2fdfbc   16 years phi only open a new stream if decoder infos changed, not every time we have a …
(edit) @121:1ed1307ca42e   16 years phi now using a extra function to update meta data and open the stream so we …
(edit) @120:85463285ddbe   16 years phi now using roar_simple_new_stream_obj(), not an execed stream so we can do …
(edit) @119:8669a32c3bdd   16 years phi added a way to get the roar_stream object when using …
(edit) @118:d3c4bca914cd   16 years phi some cleanup
(edit) @117:b3b15c6ff97d   16 years phi get channels and rate form the file, a bit better output of meta data
(edit) @116:18a2f18b3152   16 years phi updated TODO list
(edit) @115:edaa5a08d711   16 years phi set correct client name and set filename in meta data
(edit) @114:a68766835a6a   16 years phi added support to list meta tags on streams in libroar
(edit) @113:a032ff209b90   16 years phi added stream_meta_list() and done other support for listing meta tags on …
(edit) @112:a203893a0b27   16 years phi added support to list meta tags on streams
(edit) @111:5b7ab8a1fe51   16 years phi added roarvorbis.c
(edit) @110:96435ca2eb90   16 years phi added roar_meta_strtype() and roar_meta_inttype()
(edit) @109:99f94ea46876   16 years phi now using roar_meta_strtype() and roar_meta_inttype()
(edit) @108:e7d2a8b2fa35   16 years phi em... use correct command…
(edit) @107:4586e930769b   16 years phi fixed overflow bugs
(edit) @106:bbd14eeee9db   16 years phi updated some code and added show_meta_type()
(edit) @105:ac69cbc697bd   16 years phi em... we should also do the actuel request…
(edit) @104:60026b54d652   16 years phi fixed long time existing read() of size zero while ROAR_CMD_ERROR bug
(edit) @103:ef0bd3214a99   16 years phi added roar_stream_meta_get() and roar_meta_free()
(edit) @102:c130ed86ee1d   16 years phi added roar_stream_meta_get()
(edit) @101:1b0b428158f6   16 years phi added support to read meta data
(edit) @100:fea0dd940215   16 years phi added basic declarations for reading meta data
(edit) @99:0ef9bfdde394   16 years phi got meta data update working
(edit) @98:5ae4bff09349   16 years phi added roar_stream_meta_set() prototype
(edit) @97:9f03ec4c5209   16 years phi added basic meta data support
(edit) @96:95f59231f310   16 years phi added ROAR_DBG()-line
(edit) @95:9ae12ea97649   16 years phi added command modes for meta data
(edit) @94:e58ac91b983b   16 years phi added meta.h
(edit) @93:3d448108a789   16 years phi added meta.c
(edit) @92:2d61884489be   16 years phi added support to set meta data
(edit) @91:1a6a12f6ea1d   16 years phi added more meta types mainly for players
(edit) @90:a4dbc92ef913   16 years phi added a lot of basic meta stuff
(edit) @89:afb9697062ee   16 years phi added meta.h
(edit) @88:89d8e65a55ea   16 years phi added meta.c
(edit) @87:3bc590ae9419   16 years phi started with meta data support
(edit) @86:d288e1afc78b   16 years phi updated help of roarctl
(edit) @85:261b53488dc2   16 years phi added set_mixer() and volume command to roarctl
(edit) @84:cd538d13337e   16 years phi fixed some bugs with multible streams per client
(edit) @83:a8aab70b122f   16 years phi added roarcat2sock
(edit) @82:395b9657ca85   16 years phi added roar_simple_new_stream()
Note: See TracRevisionLog for help on using the revision log.