Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 581 464 305 51 aprtoolkit 530 496 mrcpv1 404 373

latest revision download Branch trunk

581 annotated / raw | Diffs: previous, other | Lines: 665 ( +164, -52 )

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

570 annotated / raw | Diffs: previous, other | Lines: 553 ( +11, -33 )

Created: 2008-03-06 15:05:37 -0500 (8 months ago) | Author: achaloyan | Changeset: 570

fixed MRCP header generation (0 is valid DIGIT)

Tags: v573

562 annotated / raw | Diffs: previous, other | Lines: 575 ( +2, -2 )

Created: 2008-02-28 12:33:42 -0500 (9 months ago) | Author: achaloyan | Changeset: 562

more cleanly fixed MRCPv1 Confidence-Threshold header generation (float <-> int conversion and round)

561 annotated / raw | Diffs: previous, other | Lines: 575 ( +1, -1 )

Created: 2008-02-27 15:05:51 -0500 (9 months ago) | Author: achaloyan | Changeset: 561

fixed MRCPv1 Confidence-Threshold header generation (float <-> int conversion and round)

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

Created: 2008-02-27 15:03:04 -0500 (9 months ago) | Author: achaloyan | Changeset: 560

fixed Dtmf-Term-Char header generation

539 annotated / raw | Diffs: previous, other | Lines: 574 ( +81, -90 )

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

464 annotated / raw | Diffs: previous, other | Lines: 583 ( +44, -44 )

Created: 2007-10-17 09:58:26 -0400 (13 months ago) | Author: achaloyan | Changeset: 464

fixed token for vendor specific header (Vendor-Specific-Parameters, instead of Vendor-Specific)

Branch point for: aprtoolkit

Tags: v479

460 annotated / raw | Diffs: previous, other | Lines: 583 ( +1, -1 )

Created: 2007-10-11 13:56:06 -0400 (13 months ago) | Author: achaloyan | Changeset: 460

fixed confidence-threshold value generation for MRCPv1

426 annotated / raw | Diffs: previous, other | Lines: 583 ( +118, -18 )

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

Tags: v457

305 annotated / raw | Diffs: previous, other | Lines: 483 ( +1, -1 )

Created: 2007-06-18 01:43:07 -0400 (17 months ago) | Author: achaloyan | Changeset: 305

used mrcp_audio_stream_type instead of mrcp_audio_direction_t in mrcp_resource.h, which removes dependency of mrcp_parser from mrcp_media

Branch point for: mrcpv1

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

Created: 2007-05-13 22:32:30 -0400 (18 months ago) | Author: achaloyan | Changeset: 263

added mrcp_audio_direction_t, each resource must indicate required direction for the resource

225 annotated / raw | Diffs: previous, other | Lines: 481 ( +86, -0 )

Created: 2007-04-24 07:07:33 -0400 (19 months ago) | Author: achaloyan | Changeset: 225

added header duplicators for the resources

168 annotated / raw | Diffs: previous, other | Lines: 395 ( +22, -40 )

Created: 2007-04-09 03:57:39 -0400 (19 months ago) | Author: achaloyan | Changeset: 168

using memory pool manipulationg with mrcp_message, so life time of allocated data is context specific and will be freed with destruction of memory pool

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

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

Moved from: trunk/core/resource/src/mrcp_recognizer.c 83

renamed core subdir to mrcpcore to avoid conflicts with configure script

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

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

Moved from: trunk/resource/src/mrcp_recognizer.c 78

Moved to: trunk/mrcpcore/resource/src/mrcp_recognizer.c 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: 413 ( +23, -0 )

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

Moved to: trunk/core/resource/src/mrcp_recognizer.c 83

applied license header to all the files

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

530 annotated / raw | Diffs: previous, other | Lines: 574 ( +10, -13 )

Created: 2008-02-15 07:29:11 -0500 (9 months ago) | Author: achaloyan | Changeset: 530

fixed compilation of mrcpcore using -Wall option

528 annotated / raw | Diffs: previous, other | Lines: 577 ( +9, -15 )

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

removed boolean_value_t, using apt_bool_t

525 annotated / raw | Diffs: previous, other | Lines: 583 ( +4, -4 )

Created: 2008-02-12 15:04:43 -0500 (9 months ago) | Author: achaloyan | Changeset: 525

using APR_INLINE instead of __inline directive

519 annotated / raw | Diffs: previous, other | Lines: 583 ( +17, -17 )

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: 583 ( +56, -56 )

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

404 annotated / raw | Diffs: previous, other | Lines: 583 ( +33, -1 )

Created: 2007-07-30 07:45:15 -0400 (16 months ago) | Author: achaloyan | Changeset: 404

fixed confidence-threshold incompatibility issue, where confidence-threshold is integer [0-100] in mrcpv1 and is floating number [0.0-1.0] in mrcpv2

403 annotated / raw | Diffs: previous, other | Lines: 551 ( +5, -5 )

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: 551 ( +80, -12 )

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

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

created new branch for mrcpv1 integration