Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 581 426 352 51 aprtoolkit 528 496 mrcpv1 403 373

latest revision download Branch trunk

581 annotated / raw | Diffs: previous, other | Lines: 167 ( +20, -2 )

Created: 2008-03-25 10:11:09 -0400 (8 months ago) | Author: achaloyan | Changeset: 581

added missing MRCPv2 recognizer header fields

Tags: v588 v589 v590 v591 v593 v595 v597

539 annotated / raw | Diffs: previous, other | Lines: 149 ( +3, -3 )

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

426 annotated / raw | Diffs: previous, other | Lines: 149 ( +5, -5 )

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

Branch point for: aprtoolkit

Tags: v457 v479

352 annotated / raw | Diffs: previous, other | Lines: 149 ( +14, -9 )

Created: 2007-07-10 08:12:22 -0400 (16 months ago) | Author: achaloyan | Changeset: 352

trying to make doxygen comments (media,resource,engine,client,server)

Branch point for: mrcpv1

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

Created: 2007-03-09 11:25:21 -0500 (20 months ago) | Author: achaloyan | Changeset: 91

Moved from: trunk/core/resource/include/mrcp_recognizer.h 83

renamed core subdir to mrcpcore to avoid conflicts with configure script

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

Created: 2007-03-09 02:49:17 -0500 (20 months ago) | Author: achaloyan | Changeset: 83

Moved from: trunk/resource/include/mrcp_recognizer.h 78

Moved to: trunk/mrcpcore/resource/include/mrcp_recognizer.h 91

added core subdir, moved include,parser,server,resource,utils subdirs to core subdir (preparation for new directory structure)

78 annotated / raw | Diffs: previous, other | Lines: 144 ( +23, -0 )

Created: 2007-03-05 02:56:18 -0500 (20 months ago) | Author: achaloyan | Changeset: 78

Moved to: trunk/core/resource/include/mrcp_recognizer.h 83

applied license header to all the files

51 new annotated / raw | Lines: 121 ( +121, -0 )

Created: 2007-02-21 08:47:32 -0500 (21 months ago) | Author: achaloyan | Changeset: 51

separated actual mrcp resources from resource interface (resource interface is used by parser/server/client, while actual resources should be registered externally to them)
added resource manager to register appropriate resources (v1 or v2 or ...) to parser/server/client

latest revision download Branch aprtoolkit

528 annotated / raw | Diffs: previous, other | Lines: 149 ( +3, -3 )

Created: 2008-02-15 06:40:54 -0500 (9 months ago) | Author: achaloyan | Changeset: 528

removed boolean_value_t, using apt_bool_t

517 annotated / raw | Diffs: previous, other | Lines: 149 ( +3, -3 )

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

403 annotated / raw | Diffs: previous, other | Lines: 149 ( +1, -1 )

Created: 2007-07-30 05:37:51 -0400 (16 months ago) | Author: achaloyan | Changeset: 403

renamed recognizer_start_timers to start_input_timers to match v2 naming convention

399 annotated / raw | Diffs: previous, other | Lines: 149 ( +4, -4 )

Created: 2007-07-29 09:41:38 -0400 (16 months ago) | Author: achaloyan | Changeset: 399

passing mrcp_version_t to resource initializers to initialize the resources according to version number of MRCP protocol; it mainly concerns to recognizer resource; user level enum values are renamed to match v2 convention, while parser uses appropriate (version specific) tokens for the resource.

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

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

created new branch for mrcpv1 integration