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 392 373

latest revision download Branch trunk

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

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

moved *.c files into src dir

Tags: v588 v589 v590 v591 v593 v595 v597

585 annotated / raw | Diffs: previous, other | Lines: 19 ( +1, -1 )

Created: 2008-03-27 09:29:28 -0400 (8 months ago) | Author: achaloyan | Changeset: 585

fixed Makefile

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

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

separated libopenmrcp and openmrcp dirs

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

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 ( +1, -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: 29 ( +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: 28 ( +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

364 annotated / raw | Diffs: previous, other | Lines: 28 ( +25, -16 )

Created: 2007-07-15 07:07:40 -0400 (16 months ago) | Author: achaloyan | Changeset: 364

added libopenmrcpserver, which is dependent on mrcpcore and modules, while openmrcpserver application is dependent on libopenmrcpserver library

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

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

Moved from: trunk/platform/server/Makefile.am 284

renamed platform/client to platform/openmrcpclient , platform/server to platform/openmrcpserver to match to the name of the platform

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

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

Moved to: trunk/platform/openmrcpserver/Makefile.am 358

updated Makefiles

276 new annotated / raw | Lines: 18 ( +18, -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 ( +3, -1 )

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

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

Created: 2007-07-26 00:47:54 -0400 (16 months ago) | Author: achaloyan | Changeset: 392

updated Makefiles

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

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

created new branch for mrcpv1 integration