Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 586 452 372 276 aprtoolkit 516 496 mrcpv1 416 373

latest revision download Branch trunk

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

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

moved *.c files into src dir

Tags: v588 v589 v590 v591 v593 v595 v597

584 annotated / raw | Diffs: previous, other | Lines: 19 ( +16, -29 )

Created: 2008-03-27 09:22:37 -0400 (7 months ago) | Author: achaloyan | Changeset: 584

separated libopenmrcp and openmrcp dirs

539 annotated / raw | Diffs: previous, other | Lines: 32 ( +4, -2 )

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 ...

Tags: v573

452 annotated / raw | Diffs: previous, other | Lines: 30 ( +2, -0 )

Created: 2007-08-19 16:16:36 -0400 (15 months ago) | Author: mikej | Changeset: 452

fix build with mod_openmrcp on freeswitch

Branch point for: aprtoolkit

Tags: v457 v479

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

Created: 2007-08-06 03:38:56 -0400 (15 months ago) | Author: achaloyan | Changeset: 427

merged rtsp related part from the mrcpv1 branch to trunk

372 annotated / raw | Diffs: previous, other | Lines: 27 ( +1, -1 )

Created: 2007-07-18 10:47:43 -0400 (16 months ago) | Author: achaloyan | Changeset: 372

fixed compile error (livemedia -> mediaframe)

Branch point for: mrcpv1

365 annotated / raw | Diffs: previous, other | Lines: 27 ( +1, -1 )

Created: 2007-07-16 02:36:34 -0400 (16 months ago) | Author: achaloyan | Changeset: 365

renamed demo_recognizer.c and demo_synthesizer.c to demo_recognizer_scenario.c and demo_synthesizer_scenario.c in openmrcpclient platform to distinguish them from demo_recognizer.c and demo_synthesizer.c in demo plugin

359 annotated / raw | Diffs: previous, other | Lines: 27 ( +2, -2 )

Created: 2007-07-12 10:45:18 -0400 (16 months ago) | Author: achaloyan | Changeset: 359

updated Makefiles

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

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

Moved from: trunk/platform/client/Makefile.am 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: 27 ( +24, -15 )

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

Moved to: trunk/platform/openmrcpclient/Makefile.am 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

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

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

added demo_recognizer equivalent of demo_synthesizer (provided by Traun Leyden)

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

Created: 2007-05-25 02:17:30 -0400 (17 months ago) | Author: achaloyan | Changeset: 284

updated Makefiles

276 new annotated / raw | Lines: 17 ( +17, -0 )

Created: 2007-05-21 01:05:59 -0400 (18 months ago) | Author: achaloyan | Changeset: 276

updated Makefiles

latest revision download Branch aprtoolkit

516 annotated / raw | Diffs: previous, other | Lines: 32 ( +4, -2 )

Created: 2008-02-10 15:21:59 -0500 (9 months ago) | Author: achaloyan | Changeset: 516

updated Makefiles

496 new annotated / raw | Diffs: previous, other | Lines: 30 ( +30, -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

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

Created: 2007-08-03 04:12:13 -0400 (15 months ago) | Author: achaloyan | Changeset: 416

updated Makefile

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

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

created new branch for mrcpv1 integration