Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 586 447 362 275 aprtoolkit 534 496 mrcpv1 390 373

latest revision download Branch trunk

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

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: 547 ( +1, -1 )

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

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

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

Tags: v573

539 annotated / raw | Diffs: previous, other | Lines: 547 ( +5, -15 )

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

447 annotated / raw | Diffs: previous, other | Lines: 557 ( +6, -6 )

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)

Branch point for: aprtoolkit

Tags: v457 v479

444 annotated / raw | Diffs: previous, other | Lines: 557 ( +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

426 annotated / raw | Diffs: previous, other | Lines: 556 ( +2, -2 )

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

362 annotated / raw | Diffs: previous, other | Lines: 556 ( +18, -2 )

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

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.

Branch point for: mrcpv1

361 annotated / raw | Diffs: previous, other | Lines: 540 ( +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

360 annotated / raw | Diffs: previous, other | Lines: 540 ( +19, -4 )

Created: 2007-07-13 11:04:47 -0400 (16 months ago) | Author: achaloyan | Changeset: 360

removed resource_container_get from context interface as it's internal data of client, while another resource_container is used to parse template MRCP messages for demo_console

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

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

Moved from: trunk/platform/client/demo_console.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: 525 ( +5, -13 )

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

Moved to: trunk/platform/openmrcpclient/demo_console.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: 533 ( +16, -16 )

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

reduced number of asserts used on apr calls

333 annotated / raw | Diffs: previous, other | Lines: 533 ( +79, -2 )

Created: 2007-06-28 08:50:08 -0400 (17 months ago) | Author: achaloyan | Changeset: 333

added audio_source and audio_sink to demo_console

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

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

275 new annotated / raw | Lines: 442 ( +442, -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: 547 ( +0, -8 )

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

fixed compilation of platform using -Wall option

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

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

removed global memory pool, used apr namespace more natively

517 annotated / raw | Diffs: previous, other | Lines: 557 ( +1, -1 )

Created: 2008-02-11 14:35:18 -0500 (9 months ago) | Author: achaloyan | Changeset: 517

removed old stuff (mrcp_string_table, mrcp_text_stream)

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

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: 556 ( +556, -0 )

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

created new branch for mrcpv1 integration