1. 030aa2b Misc (re #1320): by Nanang Izzuddin · 13 years ago
  2. c083083 Misc (re #1320): add videodev's errno.c by Sauw Ming · 13 years ago
  3. d958671 Misc (re #1320): videodev's error message by Sauw Ming · 13 years ago
  4. 98b081a Misc (re #1320): update trace log level from 4 to 6 in event.c by Nanang Izzuddin · 13 years ago
  5. 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
  6. 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
  7. ef1dd2c Re #1325: by Sauw Ming · 13 years ago
  8. a6efd6e Re #1325: by Nanang Izzuddin · 13 years ago
  9. 01095d8 Re #1278: NSApplication and NSAutoreleasePool management for Mac OS X by Sauw Ming · 13 years ago
  10. 5f7e839 More re #1284 (event): changed event to use the fourcc value for better extensibility and readability by Benny Prijono · 13 years ago
  11. 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
  12. fcf5db3 Fixed #1325: signature fix pjmedia objects by Benny Prijono · 13 years ago
  13. 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
  14. 06dffff Closed #1323: Video port unit testing by Sauw Ming · 13 years ago
  15. 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
  16. 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
  17. 2ba6d27 More re #1284: generate PJMEDIA_EVENT_KEY_FRAME_FOUND from ffmpeg_codecs.c by Benny Prijono · 13 years ago
  18. 3b375a7 Re #1261: Destroy video tee's converter by Sauw Ming · 13 years ago
  19. 5396434 Re #1309: - Add support for vid_dev_get_param() on SDL by Sauw Ming · 13 years ago
  20. f5bfc8d Misc (re #1320): added video tee header (vid_tee.h) into pjmedia.h by Nanang Izzuddin · 13 years ago
  21. 868badb Misc (re #1320): updated (again) vs2005 projects setting for other newly added files (event.h/c). by Nanang Izzuddin · 13 years ago
  22. 30389c2 Closed #1304: Video port refactoring by Sauw Ming · 13 years ago
  23. d4b5e87 More on re #1284: by Benny Prijono · 13 years ago
  24. ed0d491 Re #1284 Fixed compilation error on Mac (minor) by Sauw Ming · 13 years ago
  25. 59f2b74 Closed #1261: Video tee by Sauw Ming · 13 years ago
  26. 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
  27. 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
  28. 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
  29. e230171 Re #1261: Video tee by Sauw Ming · 13 years ago
  30. 2e9b884 Re #1304: Video port refactoring by Sauw Ming · 13 years ago
  31. af4e9ec Re #1261: added initial version of video tee. by Nanang Izzuddin · 13 years ago
  32. 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
  33. 6dedd29 Misc (re #1320): fixed potential crash if pjmedia_aud_dev_cap_name() is called with invalid capability by Benny Prijono · 13 years ago
  34. 333eaf1 Misc (re #1320): fixed crash if invalid capability is specified in pjmedia_vid_dev_cap_name() by Benny Prijono · 13 years ago
  35. 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
  36. 9098b2b Misc (re #1320): added pjmedia_type_name() API by Benny Prijono · 13 years ago
  37. 6bb3dc7 Re #1285: fixed compilation error if SDL < 1.3 is used by Benny Prijono · 13 years ago
  38. ebf16b0 Really fixed #1296 deleting VS6 workspaces and projects by Perry Ismangil · 13 years ago
  39. cbd82af Re #1309: Add capability names and pointers for the new videodev's capabilities. by Sauw Ming · 13 years ago
  40. 4051892 Closed #1312. Add implementation for Mac OS X and iPhone OS. by Sauw Ming · 13 years ago
  41. 7f7c5bd Re #1312: Support for refreshing video device list by Sauw Ming · 13 years ago
  42. 46cdaa8 Closed #1309: Add video device capability to support changing position and hiding of renderer window. by Sauw Ming · 13 years ago
  43. 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
  44. 1fef1f9 Fixed #1296 deleting VS6 workspaces and projects by Perry Ismangil · 13 years ago
  45. a8e0862 Fixed #1286: Stride issue in dshow renderer (Video Mixing Renderer) by Sauw Ming · 13 years ago
  46. f477e28 Closed #1292: Make sure each video device for Mac OS and iPhone OS is always unidir by Sauw Ming · 13 years ago
  47. 83db7d6 Re #1292: Make sure each video device and video port instance is always unidirectional by Sauw Ming · 13 years ago
  48. e90ece8 Closed #1275: Change pjmedia_vid_subsys_xx() to pjmedia_vid_dev_subsys_xx() by Sauw Ming · 13 years ago
  49. d49b17e Fixed #1274: SDL video resize by Sauw Ming · 13 years ago
  50. 31c44e9 Fixed #1285: Add support for SDL 1.3 by Sauw Ming · 13 years ago
  51. 4c7d7e6 Re #1214: by Nanang Izzuddin · 13 years ago
  52. abaaffa Re #1219: silly mistake, missing the real fix of r3562. by Nanang Izzuddin · 13 years ago
  53. 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
  54. da27c9a Re #1213: Fixed format change detection when there is a converter in place. by Sauw Ming · 13 years ago
  55. e02d345 Re #1213: Fixed typo and compiler warning for SDL device on Mac by Sauw Ming · 13 years ago
  56. 95358c5 Re #1182: Applied PJMEDIA_STREAM_RESV_PAYLOAD_LEN (see r3534) in stream.c. by Nanang Izzuddin · 13 years ago
  57. 093c569 Re #1213: Add on-the-fly format change capability for SDL OpenGL. by Sauw Ming · 13 years ago
  58. 7d424df Re #1182: Added macro setting PJMEDIA_STREAM_RESV_PAYLOAD_LEN to let stream reserve some space for application extra data in the RTP payload, e.g: SRTP auth tag. by Nanang Izzuddin · 13 years ago
  59. eda0609 Re #1219: fix major bug in h263 packetizer in seeking logic of sync point (double zero). by Nanang Izzuddin · 13 years ago
  60. 6357299 Re #1219: attempt to fix crash in H.264 decoding by Benny Prijono · 13 years ago
  61. 1594fbd Re #1219: attempt to fix crash in H.263 by Benny Prijono · 13 years ago
  62. 70aa56b Re #1219: increased MPI array size in pjmedia_vid_codec_h263_fmtp. by Nanang Izzuddin · 13 years ago
  63. da1d3f7 Re #1213: fixed compilation error in sdl_dev.c if OpenGL is not available by Benny Prijono · 13 years ago
  64. 5f8d589 Re #1219: by Nanang Izzuddin · 13 years ago
  65. 0254829 Re #1213: Fixed SDL OpenGL to run on Windows. by Sauw Ming · 13 years ago
  66. 32152ad Re #1219: removed assertion if outgoing frame is larger than MTU by Benny Prijono · 13 years ago
  67. d00d3f2 Re #1219: by Nanang Izzuddin · 13 years ago
  68. bd6613f Re #1185: fixed ICE media transport to work with video in pjsua-lib by Benny Prijono · 13 years ago
  69. f895778 Support for Intel IPP 7. This closes #1227 by Benny Prijono · 13 years ago
  70. ae2f213 Re #1213: Fixed error space number allocation for video devices. by Sauw Ming · 13 years ago
  71. a05cd67 Re #1182: by Benny Prijono · 13 years ago
  72. e098c59 Re #1213: by Sauw Ming · 13 years ago
  73. f7b429c Re #1213: by Sauw Ming · 13 years ago
  74. 0531a72 Re #1213: In case of failure, Dshow capture dev now tries re-opening the device with default setting (size and/or fps). by Sauw Ming · 13 years ago
  75. 63a894d Re #1213: added printing error message when fails to open DirectShow device by Benny Prijono · 13 years ago
  76. 067a382 Re #1186: rejecting media did not put c= line, causing PJMEDIA_SDP_EMISSINGCONN error by Benny Prijono · 13 years ago
  77. 284b80f Re #1219: compile error with undeclared FF_PROFILE_H264_BASELINE and FF_PROFILE_H264_MAIN by Benny Prijono · 13 years ago
  78. 81f0e6a Re #1219: Added H.264 SDP fmtp "sprop-parameter-sets" to ffmpeg. by Nanang Izzuddin · 13 years ago
  79. 56b2ce4 Re #1186: by Nanang Izzuddin · 13 years ago
  80. 21bd3fd Re #1213: Add OpenGL support for SDL renderer by Sauw Ming · 13 years ago
  81. 446082c Re #1186: fixed crash when parsing fmtp with more than 8 parameters by enlarging the default limit, fix the crash, and make the limit configurable by Benny Prijono · 13 years ago
  82. f55fb6b Re #1208: fixed typo in comment and combine the typedef for better doxygen documentation by Benny Prijono · 13 years ago
  83. ea508b4 Re #1219: protect new ffmpeg features with #ifdefs by Benny Prijono · 13 years ago
  84. 81c78af Re #1219: fixed compile error of typo (accidentally undone modification before svn checkin). by Nanang Izzuddin · 13 years ago
  85. 2636c14 Re #1219: by Nanang Izzuddin · 13 years ago
  86. d91af57 Re #1219: by Nanang Izzuddin · 13 years ago
  87. e9f70d8 Re #1213 (Video devices): by Benny Prijono · 14 years ago
  88. f6bebc3 Re #1214: more elaborate tests on vid_dev_test by Benny Prijono · 14 years ago
  89. 00ae45a libswscale rearrangement (re #1219/ffmpeg codecs): instantiate libswscale converter from the converter manager instead of having to instantiate it manually in all apps by Benny Prijono · 14 years ago
  90. 8dbe1a1 Re #1219: Updated H263 packetizer to just return PJ_EINVAL (instead of triggering assertion) when the supplied bitstream is invalid. by Nanang Izzuddin · 14 years ago
  91. 03ad890 Re #1213: by Sauw Ming · 14 years ago
  92. 63b01ab Re #1213: by Nanang Izzuddin · 14 years ago
  93. ada4126 Re #1219: updated stack aligning mechanism using PJ_ALIGN_DATA (see ticket #1220). by Nanang Izzuddin · 14 years ago
  94. b93e688 Re #1213 (video devices): by Sauw Ming · 14 years ago
  95. 7825c49 Re #1219: fixed error in Linux/gcc due to unimplemented alignment macro, and remove the assembly implementation by Benny Prijono · 14 years ago
  96. 135290d Re #1215 (framework): by Benny Prijono · 14 years ago
  97. 349037b Re #1213 (video devices): by Benny Prijono · 14 years ago
  98. 0bc99a9 Modifications in PJSUA-LIB to support multiple media streams (multiple audio and/or video) and dynamic creation of media transports. This closed #1185 and closed #1201. by Benny Prijono · 14 years ago
  99. 854ec1a Re #1208 (misc): added PJMEDIA_HAS_VIDEO macro as the top level macro to disable video features by Benny Prijono · 14 years ago
  100. 867280b Re #1186 (SDP works); added few more APIs for SDP generation: by Benny Prijono · 14 years ago