source: pjproject

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3490   13 years nanang Re #1224: Fixed silly bug in pjsua_acc_modify(): incremented wrong loop …
(edit) @3489   13 years bennylp Re #1213 (Video devices): - Video device now opens in "best effort" mode, …
(edit) @3488   13 years bennylp Re #1214: more elaborate tests on vid_dev_test
(edit) @3487   13 years bennylp libswscale rearrangement (re #1219/ffmpeg codecs): instantiate libswscale …
(edit) @3486   13 years nanang Re #1219: Updated H263 packetizer to just return PJ_EINVAL (instead of …
(edit) @3485   13 years ming Re #1214: Enable pjsua to use SDLmain library if possible.
(edit) @3484   13 years ming Re #1213: * Move Mac OS' CFRunLoop object from vid_dev_test inside qt * …
(edit) @3483   13 years ming Re #1214: add aviplay in the samples' makefile
(edit) @3482   13 years bennylp Fix #1223: Bug in initializing message body's media type from incoming …
(edit) @3481   13 years bennylp Fix #1222: Assertion if BYE is received while callee is still in early …
(edit) @3480   13 years ming Re #1221: Move setting the socket option to pjlib level (sock_bsd) instead …
(edit) @3479   13 years ming Re #1221: Fix variable name error.
(edit) @3478   13 years ming Fixed #1221: Crash when SIP transport tried to write to a broken pipe.
(edit) @3477   13 years bennylp Re #1214 (apps): added registrar functionality in pjsua for easier testing
(edit) @3476   13 years nanang Re #1201: Fixed bad definition of pjsua_vid_set/get_setting() (caused …
(edit) @3475   13 years bennylp Misc (re #1175): added protection against broken pipe exception in python …
(edit) @3474   13 years bennylp Bug re #1161: the user header list was not cloned properly
(edit) @3473   13 years bennylp Re 1220: typo in PJ_ALIGN_DATA implementation for gcc
(edit) @3472   13 years nanang Re #1214: - Added option in pjsua app to select video devices, and …
(edit) @3471   13 years nanang Re #1201: Added pjsua API for video devices and codecs management.
(edit) @3470   13 years nanang Re #1213: - Added encoding format conversion (only format ID) in video …
(edit) @3469   13 years nanang Re #1219: updated stack aligning mechanism using PJ_ALIGN_DATA (see ticket …
(edit) @3468   13 years nanang Close #1220: - Added macro PJ_ALIGN_DATA for aligning data (compiler …
(edit) @3467   13 years ming Re #1213 (video devices): Modified ios_dev and qt_dev to use …
(edit) @3466   13 years bennylp Re #1219: fixed error in Linux/gcc due to unimplemented alignment macro, …
(edit) @3465   13 years bennylp Re #1201: replace union media stream in pjsua_call_media with struct, to …
(edit) @3464   13 years bennylp Intel IPP version 7 support on Linux. This closes #1200
(edit) @3463   13 years nanang Re #1201: - Initial version of video stream integration into pjsua-lib. …
(edit) @3462   13 years ming Fixed #1218: Modify configure-iphone to use the latest version of gcc
(edit) @3461   13 years bennylp Re #1215 (framework): - vstream: - allow NULL pool parameter which …
(edit) @3460   13 years bennylp Re #1214: work on simpleua: - protect with #ifdef PJMEDIA_HAS_VIDEO etc. …
(edit) @3459   13 years bennylp Re #1213 (video devices): - fixed devices to correctly increment the …
(edit) @3458   13 years bennylp Re #1211 (new pj_gettickcount() API): fixed compilation error on Linux
(edit) @3457   13 years bennylp Modifications in PJSUA-LIB to support multiple media streams (multiple …
(edit) @3456   13 years ming Fixed #1211: Add pjlib API pj_gettickcount() that returns a monotonically …
(edit) @3455   13 years nanang Fix #1212: - Updated pj_register_strerror() to just return PJ_SUCCESS …
(edit) @3454   13 years ming Re #1175 (Misc): coreaudio fixes: * Setting audio session category is now …
(edit) @3453   13 years bennylp Re #1209: clarified in the comment that PJSUA_CALL_UNHOLD is only valid …
(edit) @3452   13 years bennylp Fixed #1209: new enhancement: Option to update Contact URI when sending …
(edit) @3451   13 years bennylp Re #1208 (misc): added PJMEDIA_HAS_VIDEO macro as the top level macro to …
(edit) @3450   13 years bennylp Re #1186 (SDP works); added few more APIs for SDP generation: - …
(edit) @3449   13 years bennylp Re #1208 (misc): bug in frame_size calculation in PJMEDIA_FSZ() causing …
(edit) @3448   13 years bennylp Re #1208 (misc): bug in resample_port, the port info is accessed before it …
(edit) @3447   13 years bennylp Re #1182: renamed pjmedia_vid_stream to pjmedia_vid_dev_stream due to …
(edit) @3446   13 years bennylp Fixed #1207: Deprecation of pjmedia_session: - add new APIs in stream so …
(edit) @3445   13 years bennylp Re #1182: added the video stream to pjmedia Makefile
(edit) @3444   13 years ming Re #1205: If refresh timer is already running, it will be cancelled and …
(edit) @3443   13 years ming Misc (re #1175) (thanks to Seth Hinze for the patch): * uri_test: Fixes …
(edit) @3442   13 years ming Closed #1206: Add pjmedia_stream API to get the last frame type retrieved …
(edit) @3441   13 years ming Fixed #1205: Configurable delay before registration refresh setting in …
(edit) @3440   13 years ming Re #1204: * Update audio device's list after refreshing the device. * …
(edit) @3439   13 years nanang Re #1204: Added audio device list refresh into auddemo.c
(edit) @3438   13 years ming Fixed #1204: Support for refreshing audio device list.
(edit) @3437   13 years nanang Implementation of re #1202 (PJLIB System Information API) on Symbian/S60 …
(edit) @3436   13 years ming Re #1202: Fixed compilation preprocessor for os_info so that it's more …
(edit) @3435   13 years nanang Re #1182: - Added remote frame-rate detection in to video stream. - …
(edit) @3434   13 years ming Re #1202: Fixed compilation error in os_info_iphone.m on iPhoneSimulator
(edit) @3433   13 years ming Re #1202: Fixed detection for iPhone simulator.
(edit) @3432   13 years nanang Re #1182: - Fixed ffmpeg codec: decoding buffer size check (should not …
(edit) @3431   13 years ming Re #1182: * support for format modification after creating video port …
(edit) @3430   13 years ming Re #3428: Fixed aconfigure for iOS
(edit) @3429   13 years ming Fix #1203: iPhone OS background mode detection
(edit) @3428   13 years ming Implementation of re #1202 (PJLIB System Information API) on iPhone OS.
(edit) @3427   13 years bennylp Misc (re #1175): fixed link error in OpenBSD 4.6 caused by lack of …
(edit) @3426   13 years bennylp Re #1202 (pjlib sysinfo): testing on OpenSolaris? and added pjlib-test …
(edit) @3425   13 years nanang Re #1182: - Renamed vstreamutil.c to vid_steamutil.c just for filename …
(edit) @3424   13 years bennylp Implementation of re #1202 (PJLIB System Information API) on Win32 and …
(edit) @3423   13 years bennylp Initial implementation for re #1202 (PJILB System Information API) for …
(edit) @3422   13 years bennylp Re #1174 (coreaudio_dev work): minor changes to replace "Error" message …
(edit) @3421   13 years bennylp Re #1175 (Misc fixes): fixed realclean and distclean target for Python …
(edit) @3420   13 years nanang Re #1182: - Added video stream interface in vid_stream.h, the video …
(edit) @3419   13 years nanang Re #1186: - Added API pjmedia_sdp_conn_cmp() to compare SDP connection. …
(edit) @3418   13 years nanang Re #1182: Reverted back video part in stream.h/c
(edit) @3417   13 years nanang Re #1200: updated IPP codecs to support IPP v7.0 on MSVC, only include …
(edit) @3416   13 years nanang Fix #1199: - Modified G722 frame time to 10ms (was 20ms) and frame per …
(edit) @3415   13 years nanang Misc (re #1175): fix sample app pcaputil.c bug, it always fails in reading …
(edit) @3414   13 years nanang Misc (re #1175): fixed possible division-by-zero bug when receiving …
(edit) @3413   13 years ming Re #1174: fixed crash when pjsua is restarted, causing inClientData to be …
(edit) @3412   13 years ming Re #1161: Support for adding custom presence subscription headers.
(edit) @3411   13 years ming Re #1175: Modified default core audio unit used on iOS from VPIO to …
(edit) @3410   13 years ming Re #1192: Fixes stereo support.
(edit) @3409   13 years bennylp Re #1197: also increase MAX_IMMEDIATE_PACKET from 10 to 50 to make it more …
(edit) @3408   13 years bennylp Fixed #1197: WSAECONNRESET errors on Windows 2000 or 2003 may cause UDP …
(edit) @3407   13 years ming Re #597: Modify buffer padding code for EOF event (thanks to Thomas …
(edit) @3406   13 years ming Re #3398: Fixes assertion in the resample procedure and callback.
(edit) @3405   13 years ming Fixes #597: Error reading WAV files when there are extra chunks after DATA …
(edit) @3404   13 years ming Fix #1195: assertion during thread registration in coreaudio and …
(edit) @3403   13 years ming As compared to iOS SDK 3.x, in iOS SDK 4.x, …
(edit) @3402   13 years ming Re #1184: Adding pjmedia_clock_src for the purpose of audio and video …
(edit) @3401   13 years ming Fixed #1184: * Move the AVI playback from pjmedia-test to new aviplay.c …
(edit) @3400   13 years ming Re #1174: Fixed AudioSession? services error handling in factory …
(edit) @3399   13 years ming Re #1183: * Add PJMEDA_VID_DEV_CAP_OUTPUT_WINDOW capability to ios_dev to …
(edit) @3398   13 years ming Fixed #1174, #1191, #1192
(edit) @3397   13 years bennylp Fixed #1190: Remote dialog info is not updated if 100 (Trying) response …
(edit) @3396   13 years nanang Fix #1188: - Fixed jitter buffer progressive discard by returning …
(edit) @3395   13 years ming Fixed #1183 * QT capture device for Mac * iOS device for iOS (capture …
(edit) @3394   13 years nanang Re #1176: fixed build config for MSVC2005
(edit) @3393   13 years bennylp Re #1176: fixed link error in GNU build system
(edit) @3392   13 years bennylp Migration of current video works from private repository to this …
(edit) @3391   13 years bennylp Created 2.0-dev branch for 2.0 development.
Note: See TracRevisionLog for help on using the revision log.