source: pjproject/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3777   13 years ming Closed #1266: Handle incoming calls when media transport is created …
(edit) @3776   13 years bennylp Closed #1361: codec API change. Details: - changed encode(), packetize(), …
(edit) @3775   13 years ming Re #1266: Fixed failed automated tests for ICE
(edit) @3774   13 years nanang Close #1360: implementated video orientation (currently only for video …
(edit) @3773   13 years nanang Misc video (re #1370): fixed function definition specifier of …
(edit) @3772   13 years nanang Closes #1377: fixed video stream cleanup to reset back cap_win_id & …
(edit) @3767   13 years ming Re #1266: Fixed crash when accepting incoming call.
(edit) @3764   13 years ming Re #1266: Fixed build error in non-Windows platform.
(edit) @3763   13 years ming Re #1266: Asynchronous media transport creation * Add feature that …
(edit) @3758   13 years bennylp Related to preview (re #1340): handle problems with starting or stopping …
(edit) @3757   13 years bennylp Misc video (re #1370): ignore return value of sws_scale() as it returned …
(edit) @3756   13 years bennylp Implemented native video preview support. This closes #1340
(edit) @3754   13 years bennylp Implemented sipecho for testing (fixed #1373)
(edit) @3753   13 years bennylp Modified the libraries to use the new log indentation feature re #1372
(edit) @3752   13 years bennylp Implemented re #1372: New log features: indentation and thread switching …
(edit) @3750   13 years ming Re #1370: Use GCD instead of NSThread for iOS video device.
(edit) @3740   13 years bennylp Changed version to 2.0-alpha-svn
(edit) @3738   13 years bennylp Changed version to 2.0-alpha!
(edit) @3737   13 years bennylp Fixed #1357: temporarily disabled event in pjsua due to crashing
(edit) @3736   13 years ming Fixed #1353: memory leak in qt_dev
(edit) @3735   13 years nanang Misc (re #1320): fixed wrong check order in pjsua app vid_handle_menu(), …
(edit) @3734   13 years bennylp Disabled H.264 codec [re #1320/Misc]
(edit) @3733   13 years ming Re #1354: Removed pj_run_app() from vidgui
(edit) @3732   13 years bennylp Fixed crash when call is disconnected while video is not fully running …
(edit) @3731   13 years bennylp Re #1320 (misc): shut off v4l2 stderr logging
(edit) @3730   13 years bennylp Fixed compilation error on conf_switch.c if PJMEDIA_CONF_USE_SWITCH_BOARD …
(edit) @3729   13 years bennylp Added build instruction to vidgui sample (re #1327)
(edit) @3728   13 years ming Fixed #1354: stopping preview may hide parent window.
(edit) @3727   13 years nanang Re #1327 (vidgui): Minor fix on windows VidWin::attach(), applying window …
(edit) @3726   13 years nanang Re #1327: - Vidgui UI updates on Qt must be done in the UI thread, …
(edit) @3725   13 years nanang Fixed #1352: - Updated maximum video tee ports in pjsua video preview to …
(edit) @3724   13 years bennylp Re #1351: option to initially hide video preview window to avoid floating …
(edit) @3723   13 years ming Re #1349: Fixed a potential problem when stopping the video port. We …
(edit) @3722   13 years ming Fixed #1349: It seems that QTCaptureSession's stopRunning only posts a …
(edit) @3721   13 years nanang Re #1327 (vidgui): Fix stuck/hang when quiting vidgui without stopping …
(edit) @3720   13 years ming Fixed #1334: Fix the problem of getting stuck when trying to quit SDL.
(edit) @3719   13 years bennylp Re #1327 (vidgui): added --silent option when invoking make otherwise it …
(edit) @3718   13 years ming Re #1334: * Removed support for SDL 1.2 * Add job queue inside SDL
(edit) @3717   13 years nanang Re #1346 (python test fixes): Disabled (temporarily) …
(edit) @3716   13 years nanang Re #1346 (python test fixes): Updated test scenario that requires pjsua to …
(edit) @3715   13 years nanang Fixed #1348: - updated the year in all copyright texts with 2011 - put …
(edit) @3714   13 years nanang Re #1347: Fixed case 1, 2, and 3 above: - Generating a deactivated …
(edit) @3713   13 years nanang Re #1346 (python test fixes): Updated test scenario involving negotiation …
(edit) @3712   13 years nanang Re #1346 (python test fixes): Updated test scenario involving sending …
(edit) @3711   13 years nanang Re #1346 (python test fixes): adjust test scenario to follow the new …
(edit) @3710   13 years nanang Re #1346 (python test fixes): Updated string pattern constants as some …
(edit) @3709   13 years nanang Fix #1345: Fixed samples-per-frame calculation formula bug in …
(edit) @3708   13 years nanang Re #1320: Fixed SDP negotiator in generating connection info for SDP media …
(edit) @3707   13 years bennylp Dummy checkin for testing the automated testing scripts..
(edit) @3704   13 years bennylp Re #1344 (automated test): make sure run_continuous.py returns correct …
(edit) @3703   13 years bennylp Re #1320 (misc/automated testing): enhanced run_continuous.py with: 1) …
(edit) @3701   13 years ming Re #1324: Add checking of iOS SDK frameworks in the configure script
(edit) @3700   13 years nanang Re #1320: Fixed linking problem of sample apps on Windows platform, …
(edit) @3699   13 years nanang Re #1327, some fixes on the simple GUI app: - Removed timer usage in …
(edit) @3698   13 years nanang Re #1285: Updates for SDL 1.3 only: - Changed window mode from …
(edit) @3697   13 years bennylp Re #1327 (vidgui): - fixed wrong default capture device (was 1) - fixed …
(edit) @3696   13 years bennylp Re #1285 (SDL): fixed compilation error with SDL < 1.3 (this support …
(edit) @3695   13 years bennylp Re #1327 (vidgui): fixed crash on Linux because SDL_Init() needs to be …
(edit) @3694   13 years bennylp Re #1263 (Video API): - Added PJSUA_CALL_VID_STRM_NO_OP to occupy value 0 …
(edit) @3691   13 years ming Re #1320: Fixed configure script for detecting ffmpeg libraries (thanks to …
(edit) @3690   13 years ming Re #1324: Fixed compilation error on iPhone OS.
(edit) @3689   13 years ming Re #1334: support for various thread models for SDL 1.3. There are three …
(edit) @3688   13 years bennylp Misc (re #1320): fixed link error in pjmedia_test and aviplay samples if …
(edit) @3687   13 years bennylp More re #1327 (vidgui): added vidgui.pro and removed generated files from …
(edit) @3686   13 years nanang Re #1327: Very early version of simple video GUI, built on Qt, should run …
(edit) @3685   13 years bennylp Re #1263 (PJSUA-LIB video API): added doxygen comments on stream_op values
(edit) @3684   13 years nanang Close #1339: added renderer device ID info into video window info.
(edit) @3683   13 years nanang Fix #1338: Updated pjsua_modify_acc() to handle the new account config …
(edit) @3679   13 years ismangil Re #1254 Further tweaks turning off treeview generation
(edit) @3678   13 years bennylp Misc (re #1320): fixed compilation error if SRTP is disabled. Thanks Bo …
(edit) @3676   13 years ming Re #1334: Refactor SDL device * Separate Obj-C implementation for Mac OS …
(edit) @3675   13 years nanang Re #1332: Added type definition of video window handle.
(edit) @3672   13 years bennylp Fixed #1329: Added --with-sdl option in aconfigure script to specify …
(edit) @3671   13 years nanang Re #1324: - Changed default value of PJMEDIA_HAS_VIDEO to disabled. - …
(edit) @3670   13 years ming Re #1278: Fixed linker error on Mac and iOS.
(edit) @3669   13 years ismangil Re #1254 Doxygen configuration and makefile changes to support version …
(edit) @3668   13 years bennylp Misc (re #1320): wrongly used the obj-c version on Linux build
(edit) @3667   13 years nanang Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro …
(edit) @3666   13 years nanang Re #1326: - Fixed compile warnings on vs2005 - Fixed compile error when …
(edit) @3665   13 years nanang Re #1326: Updated vs2005 project setting for newly added file …
(edit) @3664   13 years nanang Re #1326: Initial code integration from branch 2.0-dev to trunk as …
(edit) @3558   13 years bennylp Break the compilation in svn trunk to make people switch to new svn URL
(edit) @3556   13 years nanang Changed version to 1.10-svn
(edit) @3554   13 years nanang Changed version to 1.10
(edit) @3553   13 years nanang Re #1250: Updated the year in all copyright texts with 2011!
(edit) @3552   13 years nanang Re #1250: (Continuing r3550) Added and updated copyright text in …
(edit) @3551   13 years nanang Re #1175: (Continuing r3549) Set SVN properties for some ipjsystest files: …
(edit) @3550   13 years nanang Re #1250: Added and updated copyright text in several files (with …
(edit) @3549   13 years nanang Re #1175: Set SVN properties for several files: keywords=id and …
(edit) @3548   13 years nanang Fix #1249: fixed overwritten buffer bug in splitcomb put_frame().
(edit) @3547   13 years ming Fixed #1243: ICE bug: If RTCP is not in use, the agent MUST signal that …
(edit) @3546   13 years nanang Fix #1248: Reset destination info in the INVITE message/tdata before …
(edit) @3545   13 years bennylp Fixed #1247: Deadlock potential in sip_regc.c if sending fails (thank you …
(edit) @3544   13 years bennylp Re #1245: bad last commit caused everything to be treated as …
(edit) @3543   13 years ming Fixed #1246: Use CFHost for pj_getaddrinfo() on iOS * Replace the fix for …
(edit) @3542   13 years bennylp Fixed #1245: Assertion may be raised if iPhone app woken up to perform …
(edit) @3541   13 years nanang Fix #1233: Fixed SDP parser bug when parsing transport in SDP media line …
(edit) @3540   13 years bennylp Fix #1229: bug fix and enhancements for PJLIB-UTIL STUN client: Bug: 1. …
(edit) @3538   13 years bennylp Fixed #1232: Possible memory corruptions caused by pjsua_acc_modify() …
(edit) @3524   13 years bennylp Fixed #1230: Removed assertion in PJLIB for Posix when fails to release …
Note: See TracRevisionLog for help on using the revision log.