source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @3706   13 years bennylp Dummy checkin for testing the automated testing..
(edit) @3705   13 years bennylp More re #1264 (automated tests)
(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) @3702   13 years bennylp Re #1264 (automated testing for 1.x): 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) @3693   13 years ming Re #1342: minor fix for the #ifdef condition
(edit) @3692   13 years ming Fixed #1342: disable local host resolution on iPhone OS
(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) @3682   13 years bennylp Added announcement that this svn branch has been moved to trunk and users …
(edit) @3681   13 years bennylp Fixed #1337 re: link error with the PLC stuff if G.711 codec is disabled. …
(edit) @3680   13 years ismangil Re #1336 tweaks to turn off treeview doxygen generation
(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) @3677   13 years ismangil Fixed #1336 make doc now creates version specific docs
(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) @3674   13 years ming Fixed #1335 Fixes assertion when interruptionListener is called from an …
(edit) @3673   13 years bennylp Misc (re #1252): wrong doxygen documentation on the key argument of …
(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) @3663   13 years nanang Fix #1295: Added thin wrapper for audio and video codec operations.
(edit) @3662   13 years bennylp Re #1294: minor documentation fixes
(edit) @3661   13 years bennylp Fixed #1294: New pjmedia_codec_register_audio_codecs() API to register all …
(edit) @3660   13 years ming Re #1282: change for Mac and iOS
(edit) @3659   13 years nanang Misc (re #1320): moved function prototype stop_video_stream() from …
(edit) @3658   13 years ming Re #1282: - Change *fmt in pjmedia_vid_dev_info to array - Change …
(edit) @3657   13 years nanang Re #1263: - Replaced video stream operation DISABLE into REMOVE. - …
(edit) @3656   13 years bennylp Fixed #1265: video events for PJSUA-LIB
(edit) @3655   13 years ming Re #1263: Fixed assertion when receiving a call with no video
(edit) @3654   13 years ming Fixed #1281: Video device should now be able to open the device when …
(edit) @3653   13 years bennylp Re #1284 (event framework): unsubscribing does not need to know publisher
(edit) @3652   13 years bennylp Re #1265 (GUI events): initial implementation, for renderer only first. …
(edit) @3651   13 years nanang Misc (re #1320): - Updated (again) vs2005 projects setting for other …
(edit) @3650   13 years ming Misc (re #1320): add videodev's errno.c
(edit) @3649   13 years ming Misc (re #1320): videodev's error message
(edit) @3648   13 years nanang Misc (re #1320): update trace log level from 4 to 6 in event.c
(edit) @3647   13 years nanang Misc (re #1320): fix verification of invalid/negative video device ID in …
(edit) @3646   13 years nanang Misc (re #1320): fix bad error code in directshow video device (was …
(edit) @3645   13 years ming Re #1325: - Add signature for QT and iOS dev.
(edit) @3644   13 years nanang Re #1325: - Added signature for directshow video device. - Added …
(edit) @3643   13 years ming Re #1278: NSApplication and NSAutoreleasePool management for Mac OS X …
(edit) @3642   13 years bennylp More re #1284 (event): changed event to use the fourcc value for better …
(edit) @3641   13 years bennylp More re #1325 (pjmedia signature): invented pjmedia PJMEDIA_FOURCC macro, …
(edit) @3640   13 years bennylp Fixed #1325: signature fix pjmedia objects
(edit) @3639   13 years nanang Re #1263: - Implemented media info/statistics APIs: stream info, stream …
(edit) @3638   13 years nanang Re #1263: - Added API pjsua_vid_enum_wins() to enumerate video windows. …
(edit) @3637   13 years nanang Re #1263: minor fixes: - wrong boolean value to be used with …
(edit) @3636   13 years nanang Re #1263: - Break down the operation type PJSUA_CALL_VID_STRM_MODIFY into …
(edit) @3635   13 years nanang Misc (re #1320): fix pjmedia_vid_dev_get_info() in translating default IDs …
(edit) @3634   13 years nanang Re #1263: - Renamed API pjsua_call_set_vid_out() with …
(edit) @3633   13 years ming Closed #1323: Video port unit testing
(edit) @3632   13 years bennylp Fixed #1299: New callback to notify that sound device needs to be opened …
(edit) @3631   13 years ming Re #1304: Video port refactoring: fix frame handling when renderer's role …
(edit) @3630   13 years bennylp Misc (re #1320): patch ffmpeg_codecs.c to compile with newer version of …
(edit) @3629   13 years nanang Re #1263: - implemented video window management (get/set visibility, pos, …
(edit) @3628   13 years bennylp More re #1284: generate PJMEDIA_EVENT_KEY_FRAME_FOUND from ffmpeg_codecs.c
(edit) @3627   13 years ming Re #1261: Destroy video tee's converter
(edit) @3626   13 years ming Re #1309: - Add support for vid_dev_get_param() on SDL
(edit) @3625   13 years nanang Misc (re #1320): added video tee header (vid_tee.h) into pjmedia.h
(edit) @3624   13 years nanang Misc (re #1320): updated (again) vs2005 projects setting for other newly …
(edit) @3623   13 years ming Closed #1304: Video port refactoring - Refactor video port functions for …
(edit) @3622   13 years bennylp More on re #1284: - Replaced bit_info mechanism to report format change …
(edit) @3621   13 years ming Re #1284 Fixed compilation error on Mac (minor)
(edit) @3620   13 years ming Closed #1261: Video tee - Add API pjmedia_vid_tee_add_dst_port2() for …
(edit) @3619   13 years nanang Misc (re #1320): updated vs2005 projects setting with the newly added …
Note: See TracRevisionLog for help on using the revision log.