1. d93c68a Re #1326: by Nanang Izzuddin · 13 years ago
  2. 909e59b Re #1326: Updated vs2005 project setting for newly added file audio_codecs.h/c by Nanang Izzuddin · 13 years ago
  3. 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
  4. 96f8dca Fix #1295: Added thin wrapper for audio and video codec operations. by Nanang Izzuddin · 13 years ago
  5. 4cd97b4 Re #1294: minor documentation fixes by Benny Prijono · 13 years ago
  6. 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
  7. 2fe2b5e Re #1282: change for Mac and iOS by Sauw Ming · 13 years ago
  8. 250ffa1 Misc (re #1320): moved function prototype stop_video_stream() from pjsua_vid.c to pjsua_internal.h by Nanang Izzuddin · 13 years ago
  9. 5291a2d Re #1282: by Sauw Ming · 13 years ago
  10. 9808561 Re #1263: by Nanang Izzuddin · 13 years ago
  11. 1fe04ee Fixed #1265: video events for PJSUA-LIB by Benny Prijono · 13 years ago
  12. c7bc3aa Re #1263: Fixed assertion when receiving a call with no video by Sauw Ming · 13 years ago
  13. aa08ef6 Fixed #1281: by Sauw Ming · 13 years ago
  14. d2a3347 Re #1284 (event framework): unsubscribing does not need to know publisher by Benny Prijono · 13 years ago
  15. 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
  16. 030aa2b Misc (re #1320): by Nanang Izzuddin · 13 years ago
  17. c083083 Misc (re #1320): add videodev's errno.c by Sauw Ming · 13 years ago
  18. d958671 Misc (re #1320): videodev's error message by Sauw Ming · 13 years ago
  19. 98b081a Misc (re #1320): update trace log level from 4 to 6 in event.c by Nanang Izzuddin · 13 years ago
  20. 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
  21. 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
  22. ef1dd2c Re #1325: by Sauw Ming · 13 years ago
  23. a6efd6e Re #1325: by Nanang Izzuddin · 13 years ago
  24. 01095d8 Re #1278: NSApplication and NSAutoreleasePool management for Mac OS X by Sauw Ming · 13 years ago
  25. 5f7e839 More re #1284 (event): changed event to use the fourcc value for better extensibility and readability by Benny Prijono · 13 years ago
  26. 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
  27. fcf5db3 Fixed #1325: signature fix pjmedia objects by Benny Prijono · 13 years ago
  28. f5269a2 Re #1263: by Nanang Izzuddin · 13 years ago
  29. f363802 Re #1263: by Nanang Izzuddin · 13 years ago
  30. c16590a Re #1263: minor fixes: by Nanang Izzuddin · 13 years ago
  31. 7ad53c3 Re #1263: by Nanang Izzuddin · 13 years ago
  32. 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
  33. b4d4dad Re #1263: by Nanang Izzuddin · 13 years ago
  34. 06dffff Closed #1323: Video port unit testing by Sauw Ming · 13 years ago
  35. 2d64772 Fixed #1299: New callback to notify that sound device needs to be opened or closed by Benny Prijono · 13 years ago
  36. 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
  37. 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
  38. 62053a6 Re #1263: by Nanang Izzuddin · 13 years ago
  39. 2ba6d27 More re #1284: generate PJMEDIA_EVENT_KEY_FRAME_FOUND from ffmpeg_codecs.c by Benny Prijono · 13 years ago
  40. 3b375a7 Re #1261: Destroy video tee's converter by Sauw Ming · 13 years ago
  41. 5396434 Re #1309: - Add support for vid_dev_get_param() on SDL by Sauw Ming · 13 years ago
  42. f5bfc8d Misc (re #1320): added video tee header (vid_tee.h) into pjmedia.h by Nanang Izzuddin · 13 years ago
  43. 868badb Misc (re #1320): updated (again) vs2005 projects setting for other newly added files (event.h/c). by Nanang Izzuddin · 13 years ago
  44. 30389c2 Closed #1304: Video port refactoring by Sauw Ming · 13 years ago
  45. d4b5e87 More on re #1284: by Benny Prijono · 13 years ago
  46. ed0d491 Re #1284 Fixed compilation error on Mac (minor) by Sauw Ming · 13 years ago
  47. 59f2b74 Closed #1261: Video tee by Sauw Ming · 13 years ago
  48. 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
  49. f4ee415 Misc (re#1320): added device ID in pjmedia_vid_dev_info, useful for translating default IDs to real IDs. by Nanang Izzuddin · 13 years ago
  50. 934af0f Initial implementation of re #1284 (Event Framework). Current event has been converted to the new framework. Next to convert is codec event by Benny Prijono · 13 years ago
  51. e230171 Re #1261: Video tee by Sauw Ming · 13 years ago
  52. 2e9b884 Re #1304: Video port refactoring by Sauw Ming · 13 years ago
  53. af4e9ec Re #1261: added initial version of video tee. by Nanang Izzuddin · 13 years ago
  54. 145c1b0 Misc (re #1320): undo r3607 above. The argument type was correctly specified as pointer because it is optional argument by Benny Prijono · 13 years ago
  55. 6dedd29 Misc (re #1320): fixed potential crash if pjmedia_aud_dev_cap_name() is called with invalid capability by Benny Prijono · 13 years ago
  56. 9f468d1 Initial commit re #1263 (PJSUA-LIB Video API): by Benny Prijono · 13 years ago
  57. 333eaf1 Misc (re #1320): fixed crash if invalid capability is specified in pjmedia_vid_dev_cap_name() by Benny Prijono · 13 years ago
  58. 921e813 Misc (re #1320): minor, changed prio parameter in pjmedia_vid_codec_mgr_enum_codecs() from pointer to array to clarify its use by Benny Prijono · 13 years ago
  59. 9098b2b Misc (re #1320): added pjmedia_type_name() API by Benny Prijono · 13 years ago
  60. 6bb3dc7 Re #1285: fixed compilation error if SDL < 1.3 is used by Benny Prijono · 13 years ago
  61. ebf16b0 Really fixed #1296 deleting VS6 workspaces and projects by Perry Ismangil · 13 years ago
  62. cbd82af Re #1309: Add capability names and pointers for the new videodev's capabilities. by Sauw Ming · 13 years ago
  63. 4051892 Closed #1312. Add implementation for Mac OS X and iPhone OS. by Sauw Ming · 13 years ago
  64. 7f7c5bd Re #1312: Support for refreshing video device list by Sauw Ming · 13 years ago
  65. 46cdaa8 Closed #1309: Add video device capability to support changing position and hiding of renderer window. by Sauw Ming · 13 years ago
  66. 5dea012 Ticket #1304: temporary fix for videoport format change event handling bug, if video port has no converter, format changes may not be applied. Note, need further review that on format changed, video port may need to create video converter if there is none. by Nanang Izzuddin · 13 years ago
  67. 1fef1f9 Fixed #1296 deleting VS6 workspaces and projects by Perry Ismangil · 13 years ago
  68. a8e0862 Fixed #1286: Stride issue in dshow renderer (Video Mixing Renderer) by Sauw Ming · 13 years ago
  69. f477e28 Closed #1292: Make sure each video device for Mac OS and iPhone OS is always unidir by Sauw Ming · 13 years ago
  70. 83db7d6 Re #1292: Make sure each video device and video port instance is always unidirectional by Sauw Ming · 13 years ago
  71. e90ece8 Closed #1275: Change pjmedia_vid_subsys_xx() to pjmedia_vid_dev_subsys_xx() by Sauw Ming · 13 years ago
  72. d49b17e Fixed #1274: SDL video resize by Sauw Ming · 13 years ago
  73. 31c44e9 Fixed #1285: Add support for SDL 1.3 by Sauw Ming · 13 years ago
  74. 5f32640 Fix #1235: fixed lock codec to check all active media (previously only checked one media: first active audio). by Nanang Izzuddin · 13 years ago
  75. 4c7d7e6 Re #1214: by Nanang Izzuddin · 13 years ago
  76. abaaffa Re #1219: silly mistake, missing the real fix of r3562. by Nanang Izzuddin · 13 years ago
  77. 4ab5aac Re #1219: Removed decoded buffer size validation before decoding process itself, as the decoded buffer size requirement will be known after successful decoding. by Nanang Izzuddin · 13 years ago
  78. b6c239c Fix #1237, #1238, #1241: by Nanang Izzuddin · 13 years ago
  79. 517580b Break the compilation in svn trunk to make people switch to new svn URL by Benny Prijono · 13 years ago
  80. c4d57ad Changed version to 1.10-svn by Nanang Izzuddin · 13 years ago
  81. ead2bd6 Changed version to 1.10 by Nanang Izzuddin · 13 years ago
  82. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  83. ea74971 Re #1250: (Continuing r3550) Added and updated copyright text in ipjsystest files (with "standard" Teluu copyright text). by Nanang Izzuddin · 13 years ago
  84. b948b75 Re #1175: (Continuing r3549) Set SVN properties for some ipjsystest files: keywords=id and eol-style=native. by Nanang Izzuddin · 13 years ago
  85. 7adfc86 Re #1250: Added and updated copyright text in several files (with "standard" Teluu copyright text). by Nanang Izzuddin · 13 years ago
  86. 358236f Re #1175: Set SVN properties for several files: keywords=id and eol-style=native by Nanang Izzuddin · 13 years ago
  87. 3944314 Fix #1249: fixed overwritten buffer bug in splitcomb put_frame(). by Nanang Izzuddin · 13 years ago
  88. aa0271e Fixed #1243: ICE bug: If RTCP is not in use, the agent MUST signal that using b=RS:0 and b=RR:0 by Sauw Ming · 13 years ago
  89. f820430 Fix #1248: Reset destination info in the INVITE message/tdata before resending it to force re-resolving destination info. by Nanang Izzuddin · 13 years ago
  90. 8f35a0e Fixed #1247: Deadlock potential in sip_regc.c if sending fails (thank you Alejandro Orellana for the report) by Benny Prijono · 13 years ago
  91. ad3ae91 Re #1245: bad last commit caused everything to be treated as unregistrations! by Benny Prijono · 13 years ago
  92. a4b628f Fixed #1246: Use CFHost for pj_getaddrinfo() on iOS by Sauw Ming · 13 years ago
  93. 8251c7f Fixed #1245: Assertion may be raised if iPhone app woken up to perform registration and the server is down (thanks Alejandro Orellana for the report) by Benny Prijono · 13 years ago
  94. 7feff09 Fix #1233: Fixed SDP parser bug when parsing transport in SDP media line without format list. by Nanang Izzuddin · 13 years ago
  95. 9849fc7 Fix #1229: bug fix and enhancements for PJLIB-UTIL STUN client: by Benny Prijono · 13 years ago
  96. da27c9a Re #1213: Fixed format change detection when there is a converter in place. by Sauw Ming · 13 years ago
  97. f0ba2dc Fixed #1232: Possible memory corruptions caused by pjsua_acc_modify() (thanks Viktor Krikun for the report) by Benny Prijono · 13 years ago
  98. e02d345 Re #1213: Fixed typo and compiler warning for SDL device on Mac by Sauw Ming · 13 years ago
  99. 95358c5 Re #1182: Applied PJMEDIA_STREAM_RESV_PAYLOAD_LEN (see r3534) in stream.c. by Nanang Izzuddin · 13 years ago
  100. 093c569 Re #1213: Add on-the-fly format change capability for SDL OpenGL. by Sauw Ming · 13 years ago