|
|
@3740
|
13 years |
bennylp |
Changed version to 2.0-alpha-svn
|
|
|
@3738
|
13 years |
bennylp |
Changed version to 2.0-alpha!
|
|
|
@3737
|
13 years |
bennylp |
Fixed #1357: temporarily disabled event in pjsua due to crashing
|
|
|
@3736
|
13 years |
ming |
Fixed #1353: memory leak in qt_dev
|
|
|
@3735
|
13 years |
nanang |
Misc (re #1320): fixed wrong check order in pjsua app vid_handle_menu(), …
|
|
|
@3734
|
13 years |
bennylp |
Disabled H.264 codec [re #1320/Misc]
|
|
|
@3733
|
13 years |
ming |
Re #1354: Removed pj_run_app() from vidgui
|
|
|
@3732
|
13 years |
bennylp |
Fixed crash when call is disconnected while video is not fully running …
|
|
|
@3731
|
13 years |
bennylp |
Re #1320 (misc): shut off v4l2 stderr logging
|
|
|
@3730
|
13 years |
bennylp |
Fixed compilation error on conf_switch.c if PJMEDIA_CONF_USE_SWITCH_BOARD …
|
|
|
@3729
|
13 years |
bennylp |
Added build instruction to vidgui sample (re #1327)
|
|
|
@3728
|
13 years |
ming |
Fixed #1354: stopping preview may hide parent window.
|
|
|
@3727
|
13 years |
nanang |
Re #1327 (vidgui): Minor fix on windows VidWin::attach(), applying window …
|
|
|
@3726
|
13 years |
nanang |
Re #1327:
- Vidgui UI updates on Qt must be done in the UI thread, …
|
|
|
@3725
|
13 years |
nanang |
Fixed #1352:
- Updated maximum video tee ports in pjsua video preview to …
|
|
|
@3724
|
13 years |
bennylp |
Re #1351: option to initially hide video preview window to avoid floating …
|
|
|
@3723
|
13 years |
ming |
Re #1349: Fixed a potential problem when stopping the video port. We …
|
|
|
@3722
|
13 years |
ming |
Fixed #1349:
It seems that QTCaptureSession's stopRunning only posts a …
|
|
|
@3721
|
13 years |
nanang |
Re #1327 (vidgui): Fix stuck/hang when quiting vidgui without stopping …
|
|
|
@3720
|
13 years |
ming |
Fixed #1334: Fix the problem of getting stuck when trying to quit SDL.
|
|
|
@3719
|
13 years |
bennylp |
Re #1327 (vidgui): added --silent option when invoking make otherwise it …
|
|
|
@3718
|
13 years |
ming |
Re #1334:
* Removed support for SDL 1.2
* Add job queue inside SDL
|
|
|
@3717
|
13 years |
nanang |
Re #1346 (python test fixes): Disabled (temporarily) …
|
|
|
@3716
|
13 years |
nanang |
Re #1346 (python test fixes): Updated test scenario that requires pjsua to …
|
|
|
@3715
|
13 years |
nanang |
Fixed #1348:
- updated the year in all copyright texts with 2011
- put …
|
|
|
@3714
|
13 years |
nanang |
Re #1347: Fixed case 1, 2, and 3 above:
- Generating a deactivated …
|
|
|
@3713
|
13 years |
nanang |
Re #1346 (python test fixes): Updated test scenario involving negotiation …
|
|
|
@3712
|
13 years |
nanang |
Re #1346 (python test fixes): Updated test scenario involving sending …
|
|
|
@3711
|
13 years |
nanang |
Re #1346 (python test fixes): adjust test scenario to follow the new …
|
|
|
@3710
|
13 years |
nanang |
Re #1346 (python test fixes): Updated string pattern constants as some …
|
|
|
@3709
|
13 years |
nanang |
Fix #1345: Fixed samples-per-frame calculation formula bug in …
|
|
|
@3708
|
13 years |
nanang |
Re #1320: Fixed SDP negotiator in generating connection info for SDP media …
|
|
|
@3707
|
13 years |
bennylp |
Dummy checkin for testing the automated testing scripts..
|
|
|
@3704
|
13 years |
bennylp |
Re #1344 (automated test): make sure run_continuous.py returns correct …
|
|
|
@3703
|
13 years |
bennylp |
Re #1320 (misc/automated testing): enhanced run_continuous.py with: 1) …
|
|
|
@3701
|
13 years |
ming |
Re #1324: Add checking of iOS SDK frameworks in the configure script
|
|
|
@3700
|
13 years |
nanang |
Re #1320: Fixed linking problem of sample apps on Windows platform, …
|
|
|
@3699
|
13 years |
nanang |
Re #1327, some fixes on the simple GUI app:
- Removed timer usage in …
|
|
|
@3698
|
13 years |
nanang |
Re #1285: Updates for SDL 1.3 only:
- Changed window mode from …
|
|
|
@3697
|
13 years |
bennylp |
Re #1327 (vidgui):
- fixed wrong default capture device (was 1)
- fixed …
|
|
|
@3696
|
13 years |
bennylp |
Re #1285 (SDL): fixed compilation error with SDL < 1.3 (this support …
|
|
|
@3695
|
13 years |
bennylp |
Re #1327 (vidgui): fixed crash on Linux because SDL_Init() needs to be …
|
|
|
@3694
|
13 years |
bennylp |
Re #1263 (Video API):
- Added PJSUA_CALL_VID_STRM_NO_OP to occupy value 0 …
|
|
|
@3691
|
13 years |
ming |
Re #1320: Fixed configure script for detecting ffmpeg libraries (thanks to …
|
|
|
@3690
|
13 years |
ming |
Re #1324: Fixed compilation error on iPhone OS.
|
|
|
@3689
|
13 years |
ming |
Re #1334: support for various thread models for SDL 1.3. There are three …
|
|
|
@3688
|
13 years |
bennylp |
Misc (re #1320): fixed link error in pjmedia_test and aviplay samples if …
|
|
|
@3687
|
13 years |
bennylp |
More re #1327 (vidgui): added vidgui.pro and removed generated files from …
|
|
|
@3686
|
13 years |
nanang |
Re #1327: Very early version of simple video GUI, built on Qt, should run …
|
|
|
@3685
|
13 years |
bennylp |
Re #1263 (PJSUA-LIB video API): added doxygen comments on stream_op values
|
|
|
@3684
|
13 years |
nanang |
Close #1339: added renderer device ID info into video window info.
|
|
|
@3683
|
13 years |
nanang |
Fix #1338: Updated pjsua_modify_acc() to handle the new account config …
|
|
|
@3679
|
13 years |
ismangil |
Re #1254 Further tweaks turning off treeview generation
|
|
|
@3678
|
13 years |
bennylp |
Misc (re #1320): fixed compilation error if SRTP is disabled. Thanks Bo …
|
|
|
@3676
|
13 years |
ming |
Re #1334: Refactor SDL device
* Separate Obj-C implementation for Mac OS …
|
|
|
@3675
|
13 years |
nanang |
Re #1332: Added type definition of video window handle.
|
|
|
@3672
|
13 years |
bennylp |
Fixed #1329: Added --with-sdl option in aconfigure script to specify …
|
|
|
@3671
|
13 years |
nanang |
Re #1324:
- Changed default value of PJMEDIA_HAS_VIDEO to disabled.
- …
|
|
|
@3670
|
13 years |
ming |
Re #1278: Fixed linker error on Mac and iOS.
|
|
|
@3669
|
13 years |
ismangil |
Re #1254 Doxygen configuration and makefile changes to support version …
|
|
|
@3668
|
13 years |
bennylp |
Misc (re #1320): wrongly used the obj-c version on Linux build
|
|
|
@3667
|
13 years |
nanang |
Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro …
|
|
|
@3666
|
13 years |
nanang |
Re #1326:
- Fixed compile warnings on vs2005
- Fixed compile error when …
|
|
|
@3665
|
13 years |
nanang |
Re #1326: Updated vs2005 project setting for newly added file …
|
|
|
@3664
|
13 years |
nanang |
Re #1326: Initial code integration from branch 2.0-dev to trunk as …
|
|
|
@3558
|
14 years |
bennylp |
Break the compilation in svn trunk to make people switch to new svn URL
|
|
|
@3556
|
14 years |
nanang |
Changed version to 1.10-svn
|
|
|
@3554
|
14 years |
nanang |
Changed version to 1.10
|
|
|
@3553
|
14 years |
nanang |
Re #1250: Updated the year in all copyright texts with 2011!
|
|
|
@3552
|
14 years |
nanang |
Re #1250: (Continuing r3550) Added and updated copyright text in …
|
|
|
@3551
|
14 years |
nanang |
Re #1175: (Continuing r3549) Set SVN properties for some ipjsystest files: …
|
|
|
@3550
|
14 years |
nanang |
Re #1250: Added and updated copyright text in several files (with …
|
|
|
@3549
|
14 years |
nanang |
Re #1175: Set SVN properties for several files: keywords=id and …
|
|
|
@3548
|
14 years |
nanang |
Fix #1249: fixed overwritten buffer bug in splitcomb put_frame().
|
|
|
@3547
|
14 years |
ming |
Fixed #1243: ICE bug: If RTCP is not in use, the agent MUST signal that …
|
|
|
@3546
|
14 years |
nanang |
Fix #1248: Reset destination info in the INVITE message/tdata before …
|
|
|
@3545
|
14 years |
bennylp |
Fixed #1247: Deadlock potential in sip_regc.c if sending fails (thank you …
|
|
|
@3544
|
14 years |
bennylp |
Re #1245: bad last commit caused everything to be treated as …
|
|
|
@3543
|
14 years |
ming |
Fixed #1246: Use CFHost for pj_getaddrinfo() on iOS
* Replace the fix for …
|
|
|
@3542
|
14 years |
bennylp |
Fixed #1245: Assertion may be raised if iPhone app woken up to perform …
|
|
|
@3541
|
14 years |
nanang |
Fix #1233: Fixed SDP parser bug when parsing transport in SDP media line …
|
|
|
@3540
|
14 years |
bennylp |
Fix #1229: bug fix and enhancements for PJLIB-UTIL STUN client:
Bug:
1. …
|
|
|
@3538
|
14 years |
bennylp |
Fixed #1232: Possible memory corruptions caused by pjsua_acc_modify() …
|
|
|
@3524
|
14 years |
bennylp |
Fixed #1230: Removed assertion in PJLIB for Posix when fails to release …
|
|
|
@3492
|
14 years |
ming |
Re #1221: Fixed wrong reference to the socket variable.
|
|
|
@3491
|
14 years |
bennylp |
Fixed #1225: iPhone: UDP socket send error after waking up from background …
|
|
|
@3490
|
14 years |
nanang |
Re #1224: Fixed silly bug in pjsua_acc_modify(): incremented wrong loop …
|
|
|
@3482
|
14 years |
bennylp |
Fix #1223: Bug in initializing message body's media type from incoming …
|
|
|
@3481
|
14 years |
bennylp |
Fix #1222: Assertion if BYE is received while callee is still in early …
|
|
|
@3480
|
14 years |
ming |
Re #1221: Move setting the socket option to pjlib level (sock_bsd) instead …
|
|
|
@3479
|
14 years |
ming |
Re #1221: Fix variable name error.
|
|
|
@3478
|
14 years |
ming |
Fixed #1221: Crash when SIP transport tried to write to a broken pipe.
|
|
|
@3475
|
14 years |
bennylp |
Misc (re #1175): added protection against broken pipe exception in python …
|
|
|
@3474
|
14 years |
bennylp |
Bug re #1161: the user header list was not cloned properly
|
|
|
@3464
|
14 years |
bennylp |
Intel IPP version 7 support on Linux. This closes #1200
|
|
|
@3462
|
14 years |
ming |
Fixed #1218: Modify configure-iphone to use the latest version of gcc
|
|
|
@3458
|
14 years |
bennylp |
Re #1211 (new pj_gettickcount() API): fixed compilation error on Linux
|
|
|
@3456
|
14 years |
ming |
Fixed #1211: Add pjlib API pj_gettickcount() that returns a monotonically …
|
|
|
@3455
|
14 years |
nanang |
Fix #1212:
- Updated pj_register_strerror() to just return PJ_SUCCESS …
|
|
|
@3454
|
14 years |
ming |
Re #1175 (Misc): coreaudio fixes:
* Setting audio session category is now …
|
|
|