|
|
@3461
|
14 years |
bennylp |
Re #1215 (framework):
- vstream:
- allow NULL pool parameter which …
|
|
|
@3460
|
14 years |
bennylp |
Re #1214: work on simpleua:
- protect with #ifdef PJMEDIA_HAS_VIDEO etc.
…
|
|
|
@3459
|
14 years |
bennylp |
Re #1213 (video devices):
- fixed devices to correctly increment the …
|
|
|
@3458
|
14 years |
bennylp |
Re #1211 (new pj_gettickcount() API): fixed compilation error on Linux
|
|
|
@3457
|
14 years |
bennylp |
Modifications in PJSUA-LIB to support multiple media streams (multiple …
|
|
|
@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 …
|
|
|
@3453
|
14 years |
bennylp |
Re #1209: clarified in the comment that PJSUA_CALL_UNHOLD is only valid …
|
|
|
@3452
|
14 years |
bennylp |
Fixed #1209: new enhancement: Option to update Contact URI when sending …
|
|
|
@3451
|
14 years |
bennylp |
Re #1208 (misc): added PJMEDIA_HAS_VIDEO macro as the top level macro to …
|
|
|
@3450
|
14 years |
bennylp |
Re #1186 (SDP works); added few more APIs for SDP generation:
- …
|
|
|
@3449
|
14 years |
bennylp |
Re #1208 (misc): bug in frame_size calculation in PJMEDIA_FSZ() causing …
|
|
|
@3448
|
14 years |
bennylp |
Re #1208 (misc): bug in resample_port, the port info is accessed before it …
|
|
|
@3447
|
14 years |
bennylp |
Re #1182: renamed pjmedia_vid_stream to pjmedia_vid_dev_stream due to …
|
|
|
@3446
|
14 years |
bennylp |
Fixed #1207: Deprecation of pjmedia_session:
- add new APIs in stream so …
|
|
|
@3445
|
14 years |
bennylp |
Re #1182: added the video stream to pjmedia Makefile
|
|
|
@3444
|
14 years |
ming |
Re #1205: If refresh timer is already running, it will be cancelled and …
|
|
|
@3443
|
14 years |
ming |
Misc (re #1175) (thanks to Seth Hinze for the patch):
* uri_test:
Fixes …
|
|
|
@3442
|
14 years |
ming |
Closed #1206: Add pjmedia_stream API to get the last frame type retrieved …
|
|
|
@3441
|
14 years |
ming |
Fixed #1205: Configurable delay before registration refresh setting in …
|
|
|
@3440
|
14 years |
ming |
Re #1204:
* Update audio device's list after refreshing the device.
* …
|
|
|
@3439
|
14 years |
nanang |
Re #1204: Added audio device list refresh into auddemo.c
|
|
|
@3438
|
14 years |
ming |
Fixed #1204: Support for refreshing audio device list.
|
|
|
@3437
|
14 years |
nanang |
Implementation of re #1202 (PJLIB System Information API) on Symbian/S60 …
|
|
|
@3436
|
14 years |
ming |
Re #1202: Fixed compilation preprocessor for os_info so that it's more …
|
|
|
@3435
|
14 years |
nanang |
Re #1182:
- Added remote frame-rate detection in to video stream.
- …
|
|
|
@3434
|
14 years |
ming |
Re #1202: Fixed compilation error in os_info_iphone.m on iPhoneSimulator
|
|
|
@3433
|
14 years |
ming |
Re #1202: Fixed detection for iPhone simulator.
|
|
|
@3432
|
14 years |
nanang |
Re #1182:
- Fixed ffmpeg codec: decoding buffer size check (should not …
|
|
|
@3431
|
14 years |
ming |
Re #1182:
* support for format modification after creating video port …
|
|
|
@3430
|
14 years |
ming |
Re #3428: Fixed aconfigure for iOS
|
|
|
@3429
|
14 years |
ming |
Fix #1203: iPhone OS background mode detection
|
|
|
@3428
|
14 years |
ming |
Implementation of re #1202 (PJLIB System Information API) on iPhone OS.
|
|
|
@3427
|
14 years |
bennylp |
Misc (re #1175): fixed link error in OpenBSD 4.6 caused by lack of …
|
|
|
@3426
|
14 years |
bennylp |
Re #1202 (pjlib sysinfo): testing on OpenSolaris? and added pjlib-test …
|
|
|
@3425
|
14 years |
nanang |
Re #1182:
- Renamed vstreamutil.c to vid_steamutil.c just for filename …
|
|
|
@3424
|
14 years |
bennylp |
Implementation of re #1202 (PJLIB System Information API) on Win32 and …
|
|
|
@3423
|
14 years |
bennylp |
Initial implementation for re #1202 (PJILB System Information API) for …
|
|
|
@3422
|
14 years |
bennylp |
Re #1174 (coreaudio_dev work): minor changes to replace "Error" message …
|
|
|
@3421
|
14 years |
bennylp |
Re #1175 (Misc fixes): fixed realclean and distclean target for Python …
|
|
|
@3420
|
14 years |
nanang |
Re #1182:
- Added video stream interface in vid_stream.h, the video …
|
|
|
@3419
|
14 years |
nanang |
Re #1186:
- Added API pjmedia_sdp_conn_cmp() to compare SDP connection.
…
|
|
|
@3418
|
14 years |
nanang |
Re #1182: Reverted back video part in stream.h/c
|
|
|
@3417
|
14 years |
nanang |
Re #1200: updated IPP codecs to support IPP v7.0 on MSVC, only include …
|
|
|
@3416
|
14 years |
nanang |
Fix #1199:
- Modified G722 frame time to 10ms (was 20ms) and frame per …
|
|
|
@3415
|
14 years |
nanang |
Misc (re #1175): fix sample app pcaputil.c bug, it always fails in reading …
|
|
|
@3414
|
14 years |
nanang |
Misc (re #1175): fixed possible division-by-zero bug when receiving …
|
|
|
@3413
|
14 years |
ming |
Re #1174: fixed crash when pjsua is restarted, causing inClientData to be …
|
|
|
@3412
|
14 years |
ming |
Re #1161: Support for adding custom presence subscription headers.
|
|
|
@3411
|
14 years |
ming |
Re #1175: Modified default core audio unit used on iOS from VPIO to …
|
|
|
@3410
|
14 years |
ming |
Re #1192: Fixes stereo support.
|
|
|
@3409
|
14 years |
bennylp |
Re #1197: also increase MAX_IMMEDIATE_PACKET from 10 to 50 to make it more …
|
|
|
@3408
|
14 years |
bennylp |
Fixed #1197: WSAECONNRESET errors on Windows 2000 or 2003 may cause UDP …
|
|
|
@3407
|
14 years |
ming |
Re #597: Modify buffer padding code for EOF event (thanks to Thomas …
|
|
|
@3406
|
14 years |
ming |
Re #3398: Fixes assertion in the resample procedure and callback.
|
|
|
@3405
|
14 years |
ming |
Fixes #597: Error reading WAV files when there are extra chunks after DATA …
|
|
|
@3404
|
14 years |
ming |
Fix #1195: assertion during thread registration in coreaudio and …
|
|
|
@3403
|
14 years |
ming |
As compared to iOS SDK 3.x, in iOS SDK 4.x, …
|
|
|
@3402
|
14 years |
ming |
Re #1184: Adding pjmedia_clock_src for the purpose of audio and video …
|
|
|
@3401
|
14 years |
ming |
Fixed #1184:
* Move the AVI playback from pjmedia-test to new aviplay.c …
|
|
|
@3400
|
14 years |
ming |
Re #1174:
Fixed AudioSession? services error handling in factory …
|
|
|
@3399
|
14 years |
ming |
Re #1183:
* Add PJMEDA_VID_DEV_CAP_OUTPUT_WINDOW capability to ios_dev to …
|
|
|
@3398
|
14 years |
ming |
Fixed #1174, #1191, #1192
|
|
|
@3397
|
14 years |
bennylp |
Fixed #1190: Remote dialog info is not updated if 100 (Trying) response …
|
|
|
@3396
|
14 years |
nanang |
Fix #1188:
- Fixed jitter buffer progressive discard by returning …
|
|
|
@3395
|
14 years |
ming |
Fixed #1183
* QT capture device for Mac
* iOS device for iOS (capture …
|
|
|
@3394
|
14 years |
nanang |
Re #1176: fixed build config for MSVC2005
|
|
|
@3393
|
14 years |
bennylp |
Re #1176: fixed link error in GNU build system
|
|
|
@3392
|
14 years |
bennylp |
Migration of current video works from private repository to this …
|
|
|
@3391
|
14 years |
bennylp |
Created 2.0-dev branch for 2.0 development.
|
|
|
@3390
|
14 years |
bennylp |
Changed version to 1.8.10-trunk
|
|
|
@3389
|
14 years |
bennylp |
Tagged 1.8.10
|
|
|
@3388
|
14 years |
bennylp |
Changed version to 1.8.10
|
|
|
@3387
|
14 years |
bennylp |
Fixed #1160: Option to bypass RTP payload type verification in the stream …
|
|
|
@3386
|
14 years |
ming |
Misc (re #1151): Fixed crash in coreaudio_dev when there is no call during …
|
|
|
@3385
|
14 years |
bennylp |
Misc (re #1151): respond incoming re-INVITE with 491 instead of 500 if we …
|
|
|
@3384
|
14 years |
nanang |
Re #1165: fixed SRTP transport to not update the SRTP activation flag, …
|
|
|
@3383
|
14 years |
bennylp |
Fixed #1170 (Assertion when receiving updated SDP offer with all media …
|
|
|
@3382
|
14 years |
bennylp |
Re #1166 (SDP offer/answer glare): added SIPp scenario file to reproduce …
|
|
|
@3381
|
14 years |
bennylp |
Fixed #1166: Detection of offer/answer glare condition with re-INVITE
|
|
|
@3380
|
14 years |
nanang |
Fix #1171, fixed issues in pjmedia_codec_mgr_set_default_param():
- …
|
|
|
@3379
|
14 years |
nanang |
Misc (re #1151): fixed bug in pjmedia_session_enum_streams(), used wrong …
|
|
|
@3378
|
14 years |
nanang |
Misc (re #1151): Fixed pjsip_multipart_create() in initializing media …
|
|
|
@3377
|
14 years |
nanang |
Misc (re #1151): fixed pjsua_acc_config_dup(), some fields, i.e: …
|
|
|
@3376
|
14 years |
nanang |
Fix #1165:
- Fixed pjsua_media_channel_create_sdp() to re-calculate audio …
|
|
|
@3375
|
14 years |
bennylp |
Fixed #1164: Possible crash in PUBLISH session if network connectivity is …
|
|
|
@3374
|
14 years |
nanang |
Fix #1163:
- Fixed lock codec to always be done after successful media …
|
|
|
@3373
|
14 years |
bennylp |
Misc (re #1151): support for sched_get_priority_max/min in OpenBSD (thanks …
|
|
|
@3372
|
14 years |
bennylp |
Re #1020 (Support for SIP outbound and Path extension (RFC 5626)): added …
|
|
|
@3371
|
14 years |
bennylp |
Fixed #1159: UPDATE is sent to lock codec even though call is being …
|
|
|
@3370
|
14 years |
bennylp |
Re #1151 (misc): also enable plain UDP SIP transport when enabling IPv6, …
|
|
|
@3369
|
14 years |
bennylp |
Fixed #1158: Possible wrong multiplexing of STUN traffic inside TURN Data …
|
|
|
@3368
|
14 years |
bennylp |
Re #1020: fixed pjsua_acc.c, wrong allocation length for outbound contact.
|
|
|
@3367
|
14 years |
bennylp |
re #1020 (SIP outbound): remove sip.instance and reg-id parameters from …
|
|
|
@3366
|
14 years |
bennylp |
Implemented SIP outbound (closed #1020)
|
|
|
@3365
|
14 years |
bennylp |
Re #1151 (misc fixes): fixed error in pjsua application when handling …
|
|
|
@3364
|
14 years |
nanang |
Fix #1157: Fixed Symbian SSL socket to re-align the write (circular) …
|
|
|
@3363
|
14 years |
bennylp |
Fixed #1156: New option to ignore bad NOTIFY presence message body (thanks …
|
|
|
@3362
|
14 years |
bennylp |
Misc (re #1151): fixed the compile time switch to use iLBC codec on iPhone
|
|
|