Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 586 442 361 275 aprtoolkit 534 496 mrcpv1 390 373

latest revision download Branch trunk

586 deleted | Lines: 0 ( +0, -205 )

Created: 2008-03-27 10:00:22 -0400 (8 months ago) | Author: achaloyan | Changeset: 586

moved *.c files into src dir

566 annotated / raw | Diffs: previous, other | Lines: 205 ( +12, -0 )

Created: 2008-03-02 02:47:43 -0500 (9 months ago) | Author: achaloyan | Changeset: 566

Moved to: trunk/platform/openmrcpclient/src/main.c 586

added user level interface to provide custom names (string table) for MRCP resources

Tags: v573

558 annotated / raw | Diffs: previous, other | Lines: 193 ( +1, -1 )

Created: 2008-02-25 13:56:44 -0500 (9 months ago) | Author: achaloyan | Changeset: 558

added server option (--res-location) to specify MRCP resource location involved in URI (should be passed to RTSP and SIP agents for actual processing)

557 annotated / raw | Diffs: previous, other | Lines: 193 ( +23, -15 )

Created: 2008-02-25 13:47:08 -0500 (9 months ago) | Author: achaloyan | Changeset: 557

added client option (--res-location) to specify MRCP resource location involved in URI (should be passed to RTSP and SIP agents for actual processing)

539 annotated / raw | Diffs: previous, other | Lines: 185 ( +31, -25 )

Created: 2008-02-17 06:14:43 -0500 (9 months ago) | Author: achaloyan | Changeset: 539

merged aprtoolkit branch back to trunk

- no actual API change (everything should work AS IS basis),
- introduced aprtoolkit as base utility library for MRCP, RTSP, Media stacks; as a result namespace for some of the functions are changed from mrcp_ to apt_
- updated build related stuff (introduced vsprops for client,server,plugin 3-rd party implementation)
- updated svn props
- removed mrcp_global_pool with context specific pools
- more native usage of APR
- probably more ...

442 annotated / raw | Diffs: previous, other | Lines: 179 ( +14, -42 )

Created: 2007-08-11 00:33:01 -0400 (15 months ago) | Author: achaloyan | Changeset: 442

to create and validate client/server options inside the stack

Branch point for: aprtoolkit

Tags: v457 v479

426 annotated / raw | Diffs: previous, other | Lines: 207 ( +29, -7 )

Created: 2007-08-06 02:59:08 -0400 (15 months ago) | Author: achaloyan | Changeset: 426

merged mrcpcore related part back from the mrcpv1 branch to trunk

361 annotated / raw | Diffs: previous, other | Lines: 185 ( +36, -34 )

Created: 2007-07-13 11:30:12 -0400 (16 months ago) | Author: achaloyan | Changeset: 361

passing mrcp_module_loader instance to agent creators to get configuration

Branch point for: mrcpv1

358 new/moved annotated / raw | Diffs: previous, other | Lines: 183 ( +183, -0 )

Created: 2007-07-12 10:39:38 -0400 (16 months ago) | Author: achaloyan | Changeset: 358

Moved from: trunk/platform/client/main.c 356

renamed platform/client to platform/openmrcpclient , platform/server to platform/openmrcpserver to match to the name of the platform

356 annotated / raw | Diffs: previous, other | Lines: 183 ( +12, -61 )

Created: 2007-07-12 10:21:42 -0400 (16 months ago) | Author: achaloyan | Changeset: 356

Moved to: trunk/platform/openmrcpclient/main.c 358

added libopenmrcpclient, which is dependent on mrcpcore and modules, while final openmrclient or any other application utilizing mrcp client functionality is dependent on libopenmrcpclient

332 annotated / raw | Diffs: previous, other | Lines: 232 ( +10, -1 )

Created: 2007-06-28 07:01:32 -0400 (17 months ago) | Author: achaloyan | Changeset: 332

added options to specify log priority

331 annotated / raw | Diffs: previous, other | Lines: 223 ( +37, -10 )

Created: 2007-06-28 05:52:52 -0400 (17 months ago) | Author: achaloyan | Changeset: 331

added options to specify rtp port range

328 annotated / raw | Diffs: previous, other | Lines: 196 ( +5, -1 )

Created: 2007-06-26 00:40:08 -0400 (17 months ago) | Author: achaloyan | Changeset: 328

added demo_recognizer equivalent of demo_synthesizer (provided by Traun Leyden)

301 annotated / raw | Diffs: previous, other | Lines: 192 ( +1, -1 )

Created: 2007-06-17 14:15:06 -0400 (17 months ago) | Author: achaloyan | Changeset: 301

changed the default rtp port range of client to [4000,6000] not to intersect with the default rtp port range of server [6000,8000]

275 new annotated / raw | Lines: 192 ( +192, -0 )

Created: 2007-05-21 00:38:07 -0400 (18 months ago) | Author: achaloyan | Changeset: 275

added platform subdir with openmrcp server and client inside, added plugin subdir with demo plugin inside

latest revision download Branch aprtoolkit

534 annotated / raw | Diffs: previous, other | Lines: 185 ( +1, -0 )

Created: 2008-02-15 09:58:17 -0500 (9 months ago) | Author: achaloyan | Changeset: 534

fixed compilation of platform using -Wall option

523 annotated / raw | Diffs: previous, other | Lines: 184 ( +1, -1 )

Created: 2008-02-12 14:50:57 -0500 (9 months ago) | Author: achaloyan | Changeset: 523

removed old stuff (mrcp_log)

519 annotated / raw | Diffs: previous, other | Lines: 184 ( +30, -25 )

Created: 2008-02-12 00:32:15 -0500 (9 months ago) | Author: achaloyan | Changeset: 519

removed global memory pool, used apr namespace more natively

496 new annotated / raw | Diffs: previous, other | Lines: 179 ( +179, -0 )

Created: 2008-02-05 06:16:03 -0500 (9 months ago) | Author: achaloyan | Changeset: 496

created new development branch called aprtoolkit, where aprtoolkit is a tool kit built on top of apr, which should contain some utility stuff from mrcpcore/util and mrcpcore/parser (the main goal is to remove dependency of RTSP stack from MRCP stack and have both dependent on aprtoolkit).

latest revision download Branch mrcpv1

390 annotated / raw | Diffs: previous, other | Lines: 207 ( +29, -7 )

Created: 2007-07-25 10:04:28 -0400 (16 months ago) | Author: achaloyan | Changeset: 390

added option for v1/v2 switch; created resources based on actual protocol version (v1,v2) in use

373 new annotated / raw | Diffs: previous, other | Lines: 185 ( +185, -0 )

Created: 2007-07-19 09:40:44 -0400 (16 months ago) | Author: achaloyan | Changeset: 373

created new branch for mrcpv1 integration