1. d29724f Re #1420: event change for V4L2 device by Benny Prijono · 13 years ago
  2. 0fabe1b Closed #1420: Add support for event manager by Sauw Ming · 13 years ago
  3. 678c02c Fixed problem with selecting audio codec if rtpmap is omitted from the SDP for the static PT (re #1393, thanks Régis Montoya for the fix!) by Benny Prijono · 13 years ago
  4. 7e4feae Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  5. dc43afe Misc (re #1393): disable jbuf tracing by Benny Prijono · 13 years ago
  6. cb69f8d Fixed #1406: Add info about ICE candidates being used in transport info and pjsua's call dump output by Benny Prijono · 13 years ago
  7. d5c6825 Close #1404: handle static payload types match in pjmedia_sdp_neg_fmt_match(). by Nanang Izzuddin · 13 years ago
  8. 0ee072f Fixed #1401: Add support for video device's window flags by Sauw Ming · 13 years ago
  9. f954778 Re #1390: Updated h264 settings: bitrate from 128k to 512k, size from 352x288 to 720x480, x264 preset from 'veryslow' to 'veryfast'. by Nanang Izzuddin · 13 years ago
  10. acc3181 Re #1300: Bug in updating SDP rtpmap in symmetric PT when PT offer is shorter than our default, the rtpmap value length was not updated. by Nanang Izzuddin · 13 years ago
  11. f487ccf More re #1394: handle the case when clock_stop() is called from within the clock callback itself by Benny Prijono · 13 years ago
  12. 431c603 Re #1390: disable H264 encoder source format RGB24 as x264 doesn't support 4:4:4 for baseline profile. by Nanang Izzuddin · 13 years ago
  13. 12ceac8 Minor (#1393): compilation warning with snprintf format by Benny Prijono · 13 years ago
  14. 6970f7c More #1394: fixed deadlock when format change is reported by vid_stream, which cause the clock to stop. It waits for the callback to return, but the callback is waiting to lock the jb_mutex, which is currently being held by the stopping clock. The workaround is to queue the event and report it later by Benny Prijono · 13 years ago
  15. 9fc7f1f Re #1300: fixed bug when looking for non-telephone-events codec in the incoming INVITE causing it to rejects with 488 by Benny Prijono · 13 years ago
  16. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  17. 3f0ff80 Fixed #1394: Concurrency problem when stopping clock thread by Benny Prijono · 13 years ago
  18. abdb5ed Misc (re #1393): fixed wrong libavutil version detection by Benny Prijono · 13 years ago
  19. 9606a52 Misc (re #1393): Put log warning in ffmpeg codecs when a codec is enabled but cannot be found in ffmpeg library. by Nanang Izzuddin · 13 years ago
  20. 16653df Re #1300: Implemented symmetric payload type in generating SDP answer in SDP negotiator. by Nanang Izzuddin · 13 years ago
  21. 697456e Misc (re #1393): increase default H.263 bandwidth by Benny Prijono · 13 years ago
  22. 025263d Fixed #1392: Immediately decode incoming frames to avoid loosing key frames when the jbuf is full and improve latency by Benny Prijono · 13 years ago
  23. 3c41698 Re #1390: Fixed ffmpeg codecs to update size & fps in AVCodecContext after applying SDP fmtp to codec param. by Nanang Izzuddin · 13 years ago
  24. a165e93 Compile error with older ffmpeg due to H.264 modification (re #1390) by Benny Prijono · 13 years ago
  25. f6140b3 Re #1390: Fixed possible compile error in ffmpeg_util.c, the new ffmpeg format PIX_FMT_GBR24P is only available in libavutil 51.20.1 onward. by Nanang Izzuddin · 13 years ago
  26. 65b04a6 Reenable ffmpeg H264 (re #1390): by Nanang Izzuddin · 13 years ago
  27. aa46ce0 Set default H.263 bandwidth to 128Kbps instead of 1Mbps (re #1370) by Benny Prijono · 13 years ago
  28. cec804e Closed #1382: Handle flipped image in dshow by Sauw Ming · 13 years ago
  29. 764f873 Misc (re #1370): limit the number of error messages caused by error in send_rtp() by Benny Prijono · 13 years ago
  30. b6714d6 Misc (re #1370): disable H263 codec for RTP communication (was enabled to test whether it can use H263-1998 packetization). by Nanang Izzuddin · 13 years ago
  31. 8350e7e Re #1370: Fixed dshow enumeration device capability. by Sauw Ming · 13 years ago
  32. 93d8707 Close #1381: by Nanang Izzuddin · 13 years ago
  33. 298bf2e Re #1370: fixed a bug which accidentally overwrites the function parameter. by Sauw Ming · 13 years ago
  34. 444a3d6 Misc (re #1370): vid_dev_stream should not call start() if it is already been started by Benny Prijono · 13 years ago
  35. 5394880 Misc (re #1370): removed dead code in session.c by Benny Prijono · 13 years ago
  36. 83a9eaf Added pjsua_call_vid_stream_is_running() and pjmedia_vid_stream_is_running() API (closes #1379) by Benny Prijono · 13 years ago
  37. 0d6cce0 Misc (re #1370): open v4l2 in blocking mode to get rid of Resource temporarily unavailable error by Benny Prijono · 13 years ago
  38. 42a275b Re #1358 (minor updates in event.c): by Nanang Izzuddin · 13 years ago
  39. 85bf31c Added PJMEDIA_VID_DEV_CAP_SWITCH capability to allow fast switching to another device while the video device stream is running. Currently not implemented on any devices.(This closes #1362) by Benny Prijono · 13 years ago
  40. c12a19d Fix #1358: by Nanang Izzuddin · 13 years ago
  41. 8468557 Closed #1361: codec API change. Details: by Benny Prijono · 13 years ago
  42. e9b279b Close #1360: implementated video orientation (currently only for video devices). by Nanang Izzuddin · 13 years ago
  43. 3a77157 Misc video (re #1370): fixed function definition specifier of pjmedia_vid_tee_remove_dst_port(). by Nanang Izzuddin · 13 years ago
  44. 39203b8 Related to preview (re #1340): handle problems with starting or stopping preview during a call by Benny Prijono · 13 years ago
  45. 1e86d5a Misc video (re #1370): ignore return value of sws_scale() as it returned zero on Linux in some conversion, although the resulting picture looks okay by Benny Prijono · 13 years ago
  46. aa15fbb Implemented native video preview support. This closes #1340 by Benny Prijono · 13 years ago
  47. 0cf69d1 Re #1370: Use GCD instead of NSThread for iOS video device. by Sauw Ming · 13 years ago
  48. 8c46f44 Fixed #1353: memory leak in qt_dev by Sauw Ming · 13 years ago
  49. 67f2c54 Disabled H.264 codec [re #1320/Misc] by Benny Prijono · 13 years ago
  50. 32a3a80 Re #1320 (misc): shut off v4l2 stderr logging by Benny Prijono · 13 years ago
  51. 4c1c89a Fixed compilation error on conf_switch.c if PJMEDIA_CONF_USE_SWITCH_BOARD is enabled (re #1320, thanks Bo Shi for the report) by Benny Prijono · 13 years ago
  52. 15ad7f2 Fixed #1352: by Nanang Izzuddin · 13 years ago
  53. 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
  54. 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
  55. 6073bd1 Fixed #1349: by Sauw Ming · 13 years ago
  56. 7fba268 Fixed #1334: Fix the problem of getting stuck when trying to quit SDL. by Sauw Ming · 13 years ago
  57. 1d8ceb1 Re #1334: by Sauw Ming · 13 years ago
  58. fad6f69 Fixed #1348: by Nanang Izzuddin · 13 years ago
  59. d8c33d8 Re #1347: Fixed case 1, 2, and 3 above: by Nanang Izzuddin · 13 years ago
  60. 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
  61. c40fc12 Re #1285: Updates for SDL 1.3 only: by Nanang Izzuddin · 13 years ago
  62. 4829f5f Re #1285 (SDL): fixed compilation error with SDL < 1.3 (this support should be dropped soon) by Benny Prijono · 13 years ago
  63. 5707f35 Re #1324: Fixed compilation error on iPhone OS. by Sauw Ming · 13 years ago
  64. 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
  65. 4ba7c95 Misc (re #1320): fixed link error in pjmedia_test and aviplay samples if ffmpeg is not enabled by Benny Prijono · 13 years ago
  66. 7df1934 Misc (re #1320): fixed compilation error if SRTP is disabled. Thanks Bo Shi for the report by Benny Prijono · 13 years ago
  67. edc3050 Re #1334: Refactor SDL device by Sauw Ming · 13 years ago
  68. 6e2fcc3 Re #1332: Added type definition of video window handle. by Nanang Izzuddin · 13 years ago
  69. 63b3c13 Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro setting. by Nanang Izzuddin · 13 years ago
  70. d93c68a Re #1326: by Nanang Izzuddin · 13 years ago
  71. 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
  72. 96f8dca Fix #1295: Added thin wrapper for audio and video codec operations. by Nanang Izzuddin · 13 years ago
  73. 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
  74. 2fe2b5e Re #1282: change for Mac and iOS by Sauw Ming · 13 years ago
  75. 5291a2d Re #1282: by Sauw Ming · 13 years ago
  76. aa08ef6 Fixed #1281: by Sauw Ming · 13 years ago
  77. d2a3347 Re #1284 (event framework): unsubscribing does not need to know publisher by Benny Prijono · 13 years ago
  78. 030aa2b Misc (re #1320): by Nanang Izzuddin · 13 years ago
  79. c083083 Misc (re #1320): add videodev's errno.c by Sauw Ming · 13 years ago
  80. d958671 Misc (re #1320): videodev's error message by Sauw Ming · 13 years ago
  81. 98b081a Misc (re #1320): update trace log level from 4 to 6 in event.c by Nanang Izzuddin · 13 years ago
  82. 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
  83. 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
  84. ef1dd2c Re #1325: by Sauw Ming · 13 years ago
  85. a6efd6e Re #1325: by Nanang Izzuddin · 13 years ago
  86. 01095d8 Re #1278: NSApplication and NSAutoreleasePool management for Mac OS X by Sauw Ming · 13 years ago
  87. 5f7e839 More re #1284 (event): changed event to use the fourcc value for better extensibility and readability by Benny Prijono · 13 years ago
  88. 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
  89. fcf5db3 Fixed #1325: signature fix pjmedia objects by Benny Prijono · 13 years ago
  90. 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
  91. 06dffff Closed #1323: Video port unit testing by Sauw Ming · 13 years ago
  92. 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
  93. 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
  94. 2ba6d27 More re #1284: generate PJMEDIA_EVENT_KEY_FRAME_FOUND from ffmpeg_codecs.c by Benny Prijono · 13 years ago
  95. 3b375a7 Re #1261: Destroy video tee's converter by Sauw Ming · 13 years ago
  96. 5396434 Re #1309: - Add support for vid_dev_get_param() on SDL by Sauw Ming · 13 years ago
  97. 30389c2 Closed #1304: Video port refactoring by Sauw Ming · 13 years ago
  98. d4b5e87 More on re #1284: by Benny Prijono · 13 years ago
  99. ed0d491 Re #1284 Fixed compilation error on Mac (minor) by Sauw Ming · 13 years ago
  100. 59f2b74 Closed #1261: Video tee by Sauw Ming · 13 years ago