Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 586 466 365 275 aprtoolkit 519 496 mrcpv1 373

latest revision download Branch trunk

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

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

moved *.c files into src dir

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

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

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

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

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

Created: 2007-10-18 06:13:19 -0400 (13 months ago) | Author: achaloyan | Changeset: 466

removed false delays from demo scenarios (MRCP requests can be sent as soon as channel creation response is received)

Branch point for: aprtoolkit

Tags: v479

447 annotated / raw | Diffs: previous, other | Lines: 331 ( +2, -2 )

Created: 2007-08-15 10:45:11 -0400 (15 months ago) | Author: achaloyan | Changeset: 447

added mrcp_audio_channel_mode_t (PASSIVE - requires internal media clock, ACTIVE - external media clock, NONE - no actual media handling, external media stack can be used or client must be out of media path)

Tags: v457

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

Created: 2007-08-14 10:34:51 -0400 (15 months ago) | Author: achaloyan | Changeset: 444

modified the user level interface of the client to add possibility to create audio (rtp) channel in user context and specify the asociation between the audio and control channels within mrcp_client_context_channel_add

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

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

Moved from: trunk/platform/openmrcpclient/demo_synthesizer.c 362

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

Branch point for: mrcpv1

362 annotated / raw | Diffs: previous, other | Lines: 330 ( +17, -3 )

Created: 2007-07-14 00:27:06 -0400 (16 months ago) | Author: achaloyan | Changeset: 362

Moved to: trunk/platform/openmrcpclient/demo_synthesizer_scenario.c 365

OpenMRCP client is MRCP client (mrcpcore) with predefined modules, client context is still separate entity which should be passed to MRCP client at start up.

361 annotated / raw | Diffs: previous, other | Lines: 316 ( +2, -2 )

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

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

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

Moved from: trunk/platform/client/demo_synthesizer.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: 316 ( +5, -11 )

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

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

339 annotated / raw | Diffs: previous, other | Lines: 322 ( +3, -3 )

Created: 2007-07-03 08:30:56 -0400 (16 months ago) | Author: achaloyan | Changeset: 339

reduced number of asserts used on apr calls

336 annotated / raw | Diffs: previous, other | Lines: 322 ( +3, -1 )

Created: 2007-07-01 12:44:30 -0400 (17 months ago) | Author: achaloyan | Changeset: 336

fixed win32 release build

330 annotated / raw | Diffs: previous, other | Lines: 320 ( +46, -7 )

Created: 2007-06-27 02:47:26 -0400 (17 months ago) | Author: achaloyan | Changeset: 330

integrated audio_source and audio_sink functionality to mrcp_client

329 annotated / raw | Diffs: previous, other | Lines: 281 ( +2, -1 )

Created: 2007-06-26 00:48:50 -0400 (17 months ago) | Author: achaloyan | Changeset: 329

included mrcp_resource_set.h to use resource id instead of plain int

275 new annotated / raw | Lines: 280 ( +280, -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

519 annotated / raw | Diffs: previous, other | Lines: 330 ( +4, -4 )

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: 330 ( +330, -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

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

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

created new branch for mrcpv1 integration