1. 3a61e85 Added build instruction to vidgui sample (re #1327) by Benny Prijono · 13 years ago
  2. 4c076ae Fixed #1354: stopping preview may hide parent window. by Sauw Ming · 13 years ago
  3. 56c2b82 Re #1327 (vidgui): Minor fix on windows VidWin::attach(), applying window style WS_CHILD to unattached/unparented SDL window causes strange behavior: after parented to a QWidget, it doesn't follow the parent/QWidget movement but its coordinate is relative to the parent/QWidget. by Nanang Izzuddin · 13 years ago
  4. 4ee8686 Re #1327: by Nanang Izzuddin · 13 years ago
  5. 15ad7f2 Fixed #1352: by Nanang Izzuddin · 13 years ago
  6. 2047bd7 Re #1351: option to initially hide video preview window to avoid floating window. Also added pjsua_vid_preview_param_default() by Benny Prijono · 13 years ago
  7. 1f9fe34 Re #1349: Fixed a potential problem when stopping the video port. We should stop the clock first then stop the stream. by Sauw Ming · 13 years ago
  8. 6073bd1 Fixed #1349: by Sauw Ming · 13 years ago
  9. 1e853cf Re #1327 (vidgui): Fix stuck/hang when quiting vidgui without stopping video preview. Somehow the SDL will stuck (wait forever) in destroying its render window when the render window parent (VidWin) hasn't been destroyed. by Nanang Izzuddin · 13 years ago
  10. 7fba268 Fixed #1334: Fix the problem of getting stuck when trying to quit SDL. by Sauw Ming · 13 years ago
  11. 04e2b41 Re #1327 (vidgui): added --silent option when invoking make otherwise it will capture gibberish when running make to regenerate the files by Benny Prijono · 13 years ago
  12. 1d8ceb1 Re #1334: by Sauw Ming · 13 years ago
  13. 26b7d44 Re #1346 (python test fixes): Disabled (temporarily) {{{scripts-call/150_srtp_2_3.py}}} as this scenario requires SRTP optional-with-duplicated-media (ticket #1267). by Nanang Izzuddin · 13 years ago
  14. bb6f57f Re #1346 (python test fixes): Updated test scenario that requires pjsua to generate multiple media offer using --extra-audio instead of using --use-srtp=3 (optional-with-duplicated-media). by Nanang Izzuddin · 13 years ago
  15. fad6f69 Fixed #1348: by Nanang Izzuddin · 13 years ago
  16. d8c33d8 Re #1347: Fixed case 1, 2, and 3 above: by Nanang Izzuddin · 13 years ago
  17. 33380c5 Re #1346 (python test fixes): Updated test scenario involving negotiation SRTP-mandatory vs SRTP-disabled or vice-versa, call rejection is using 488 now (was using 406). by Nanang Izzuddin · 13 years ago
  18. a1ae1bd Re #1346 (python test fixes): Updated test scenario involving sending REGISTER to pjsua, now pjsua has simple registrar so registration will be accepted (was rejected). by Nanang Izzuddin · 13 years ago
  19. aa967ad Re #1346 (python test fixes): adjust test scenario to follow the new behavior of pjsua in selecting active media from multiple media with same types, i.e: it will select the first media (previously/1.x it will will select the last). by Nanang Izzuddin · 13 years ago
  20. 1f18daa Re #1346 (python test fixes): Updated string pattern constants as some pjsua log messages has been changed in 2.0. by Nanang Izzuddin · 13 years ago
  21. 4b3f7cd Fix #1345: Fixed samples-per-frame calculation formula bug in PJMEDIA_SPF(). by Nanang Izzuddin · 13 years ago
  22. 9c012a5 Re #1320: Fixed SDP negotiator in generating connection info for SDP media answer when the media is deactivated (was always adding connection line for the media, even if SDP session already has one). by Nanang Izzuddin · 13 years ago
  23. c2997e7 Dummy checkin for testing the automated testing scripts.. by Benny Prijono · 13 years ago
  24. 00d8e84 Re #1344 (automated test): make sure run_continuous.py returns correct exit code by Benny Prijono · 13 years ago
  25. 3045309 Re #1320 (misc/automated testing): enhanced run_continuous.py with: 1) custom group name suffix option 2) one time check option instead of loop 3) force option. Note that this was copied from #1264 by Benny Prijono · 13 years ago
  26. 24c39a3 Re #1324: Add checking of iOS SDK frameworks in the configure script by Sauw Ming · 13 years ago
  27. d12e814 Re #1320: Fixed linking problem of sample apps on Windows platform, undefined symbols used by dshow video dev. by Nanang Izzuddin · 13 years ago
  28. 5325f57 Re #1327, some fixes on the simple GUI app: by Nanang Izzuddin · 13 years ago
  29. c40fc12 Re #1285: Updates for SDL 1.3 only: by Nanang Izzuddin · 13 years ago
  30. 95abc7a Re #1327 (vidgui): by Benny Prijono · 13 years ago
  31. 4829f5f Re #1285 (SDL): fixed compilation error with SDL < 1.3 (this support should be dropped soon) by Benny Prijono · 13 years ago
  32. 382976d Re #1327 (vidgui): fixed crash on Linux because SDL_Init() needs to be called prior to creating QApplication by Benny Prijono · 13 years ago
  33. e212bc1 Re #1263 (Video API): by Benny Prijono · 13 years ago
  34. d8aa67c Re #1320: Fixed configure script for detecting ffmpeg libraries (thanks to Samuel Vinson for the patch). by Sauw Ming · 13 years ago
  35. 5707f35 Re #1324: Fixed compilation error on iPhone OS. by Sauw Ming · 13 years ago
  36. 59b51c4 Re #1334: support for various thread models for SDL 1.3. There are three thread models implemented: running SDL on the main thread (by default it will be used on Mac/iOS), running SDL in ONE thread (by default it will be used on Linux), or running SDL in a single thread for each window (by default it will be used on Windows). by Sauw Ming · 13 years ago
  37. 4ba7c95 Misc (re #1320): fixed link error in pjmedia_test and aviplay samples if ffmpeg is not enabled by Benny Prijono · 13 years ago
  38. 7e50ff0 More re #1327 (vidgui): added vidgui.pro and removed generated files from svn by Benny Prijono · 13 years ago
  39. d4ec281 Re #1327: Very early version of simple video GUI, built on Qt, should run on win/lin/mac. by Nanang Izzuddin · 13 years ago
  40. 4426153 Re #1263 (PJSUA-LIB video API): added doxygen comments on stream_op values by Benny Prijono · 13 years ago
  41. db9b002 Close #1339: added renderer device ID info into video window info. by Nanang Izzuddin · 13 years ago
  42. e7acf22 Fix #1338: Updated pjsua_modify_acc() to handle the new account config fields: max_audio_cnt, max_video_cnt, vid_in_auto_show, vid_out_auto_transmit, vid_cap_dev, vid_rend_dev. by Nanang Izzuddin · 13 years ago
  43. fed7ebf Re #1254 Further tweaks turning off treeview generation by Perry Ismangil · 13 years ago
  44. 7df1934 Misc (re #1320): fixed compilation error if SRTP is disabled. Thanks Bo Shi for the report by Benny Prijono · 13 years ago
  45. edc3050 Re #1334: Refactor SDL device by Sauw Ming · 13 years ago
  46. 6e2fcc3 Re #1332: Added type definition of video window handle. by Nanang Izzuddin · 13 years ago
  47. 5b0af63 Fixed #1329: Added --with-sdl option in aconfigure script to specify alternate libSDL location by Benny Prijono · 13 years ago
  48. f6d2eb6 Re #1324: by Nanang Izzuddin · 13 years ago
  49. 68c1457 Re #1278: Fixed linker error on Mac and iOS. by Sauw Ming · 13 years ago
  50. c2f2e55 Re #1254 Doxygen configuration and makefile changes to support version specific documentation by Perry Ismangil · 13 years ago
  51. 2f1b156 Misc (re #1320): wrongly used the obj-c version on Linux build by Benny Prijono · 13 years ago
  52. 63b3c13 Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro setting. by Nanang Izzuddin · 13 years ago
  53. d93c68a Re #1326: by Nanang Izzuddin · 13 years ago
  54. 909e59b Re #1326: Updated vs2005 project setting for newly added file audio_codecs.h/c by Nanang Izzuddin · 13 years ago
  55. fe68f1d Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-alpha-svn". by Nanang Izzuddin · 13 years ago
  56. 96f8dca Fix #1295: Added thin wrapper for audio and video codec operations. by Nanang Izzuddin · 13 years ago
  57. 4cd97b4 Re #1294: minor documentation fixes by Benny Prijono · 13 years ago
  58. 35fc1eb Fixed #1294: New pjmedia_codec_register_audio_codecs() API to register all known codecs, and also added implementation to deregister all codecs when the media endpoint is destroyed by Benny Prijono · 13 years ago
  59. 2fe2b5e Re #1282: change for Mac and iOS by Sauw Ming · 13 years ago
  60. 250ffa1 Misc (re #1320): moved function prototype stop_video_stream() from pjsua_vid.c to pjsua_internal.h by Nanang Izzuddin · 13 years ago
  61. 5291a2d Re #1282: by Sauw Ming · 13 years ago
  62. 9808561 Re #1263: by Nanang Izzuddin · 13 years ago
  63. 1fe04ee Fixed #1265: video events for PJSUA-LIB by Benny Prijono · 13 years ago
  64. c7bc3aa Re #1263: Fixed assertion when receiving a call with no video by Sauw Ming · 13 years ago
  65. aa08ef6 Fixed #1281: by Sauw Ming · 13 years ago
  66. d2a3347 Re #1284 (event framework): unsubscribing does not need to know publisher by Benny Prijono · 13 years ago
  67. ee0ba18 Re #1265 (GUI events): initial implementation, for renderer only first. Also re #1320 (misc): moved function prototypes from pjsua_xx.c to pjsua_internal.h by Benny Prijono · 13 years ago
  68. 030aa2b Misc (re #1320): by Nanang Izzuddin · 13 years ago
  69. c083083 Misc (re #1320): add videodev's errno.c by Sauw Ming · 13 years ago
  70. d958671 Misc (re #1320): videodev's error message by Sauw Ming · 13 years ago
  71. 98b081a Misc (re #1320): update trace log level from 4 to 6 in event.c by Nanang Izzuddin · 13 years ago
  72. be321fd Misc (re #1320): fix verification of invalid/negative video device ID in videodev.c, should just returning error instead of raising assertion. by Nanang Izzuddin · 13 years ago
  73. fd600af Misc (re #1320): fix bad error code in directshow video device (was S_FALSE, which seems to be treated as success with SUCCEEDED()/FAILED() macro). by Nanang Izzuddin · 13 years ago
  74. ef1dd2c Re #1325: by Sauw Ming · 13 years ago
  75. a6efd6e Re #1325: by Nanang Izzuddin · 13 years ago
  76. 01095d8 Re #1278: NSApplication and NSAutoreleasePool management for Mac OS X by Sauw Ming · 13 years ago
  77. 5f7e839 More re #1284 (event): changed event to use the fourcc value for better extensibility and readability by Benny Prijono · 13 years ago
  78. dbab8aa More re #1325 (pjmedia signature): invented pjmedia PJMEDIA_FOURCC macro, and change signature and pjmedia_format_id to use this object. Added pjmedia_fourcc_name( ) too by Benny Prijono · 13 years ago
  79. fcf5db3 Fixed #1325: signature fix pjmedia objects by Benny Prijono · 13 years ago
  80. f5269a2 Re #1263: by Nanang Izzuddin · 13 years ago
  81. f363802 Re #1263: by Nanang Izzuddin · 13 years ago
  82. c16590a Re #1263: minor fixes: by Nanang Izzuddin · 13 years ago
  83. 7ad53c3 Re #1263: by Nanang Izzuddin · 13 years ago
  84. 32b924f Misc (re #1320): fix pjmedia_vid_dev_get_info() in translating default IDs to real IDs (see r3618). by Nanang Izzuddin · 13 years ago
  85. b4d4dad Re #1263: by Nanang Izzuddin · 13 years ago
  86. 06dffff Closed #1323: Video port unit testing by Sauw Ming · 13 years ago
  87. 2d64772 Fixed #1299: New callback to notify that sound device needs to be opened or closed by Benny Prijono · 13 years ago
  88. 8985f55 Re #1304: Video port refactoring: fix frame handling when renderer's role is active, change API to get/set clocksource to be unidir by Sauw Ming · 13 years ago
  89. 643a901 Misc (re #1320): patch ffmpeg_codecs.c to compile with newer version of ffmpeg (thanks Jeremy Geras for the patch) by Benny Prijono · 13 years ago
  90. 62053a6 Re #1263: by Nanang Izzuddin · 13 years ago
  91. 2ba6d27 More re #1284: generate PJMEDIA_EVENT_KEY_FRAME_FOUND from ffmpeg_codecs.c by Benny Prijono · 13 years ago
  92. 3b375a7 Re #1261: Destroy video tee's converter by Sauw Ming · 13 years ago
  93. 5396434 Re #1309: - Add support for vid_dev_get_param() on SDL by Sauw Ming · 13 years ago
  94. f5bfc8d Misc (re #1320): added video tee header (vid_tee.h) into pjmedia.h by Nanang Izzuddin · 13 years ago
  95. 868badb Misc (re #1320): updated (again) vs2005 projects setting for other newly added files (event.h/c). by Nanang Izzuddin · 13 years ago
  96. 30389c2 Closed #1304: Video port refactoring by Sauw Ming · 13 years ago
  97. d4b5e87 More on re #1284: by Benny Prijono · 13 years ago
  98. ed0d491 Re #1284 Fixed compilation error on Mac (minor) by Sauw Ming · 13 years ago
  99. 59f2b74 Closed #1261: Video tee by Sauw Ming · 13 years ago
  100. 9670575 Misc (re #1320): updated vs2005 projects setting with the newly added files (such as pjsua_vid.c etc). by Nanang Izzuddin · 13 years ago