1. 0fabe1b Closed #1420: Add support for event manager by Sauw Ming · 13 years ago
  2. 7e4feae Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  3. 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
  4. 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
  5. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  6. 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
  7. 697456e Misc (re #1393): increase default H.263 bandwidth by Benny Prijono · 13 years ago
  8. 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
  9. a165e93 Compile error with older ffmpeg due to H.264 modification (re #1390) by Benny Prijono · 13 years ago
  10. 65b04a6 Reenable ffmpeg H264 (re #1390): by Nanang Izzuddin · 13 years ago
  11. aa46ce0 Set default H.263 bandwidth to 128Kbps instead of 1Mbps (re #1370) by Benny Prijono · 13 years ago
  12. 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
  13. 93d8707 Close #1381: by Nanang Izzuddin · 13 years ago
  14. 8468557 Closed #1361: codec API change. Details: by Benny Prijono · 13 years ago
  15. 67f2c54 Disabled H.264 codec [re #1320/Misc] by Benny Prijono · 13 years ago
  16. fad6f69 Fixed #1348: by Nanang Izzuddin · 13 years ago
  17. 63b3c13 Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro setting. by Nanang Izzuddin · 13 years ago
  18. 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
  19. 96f8dca Fix #1295: Added thin wrapper for audio and video codec operations. by Nanang Izzuddin · 13 years ago
  20. 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
  21. fcf5db3 Fixed #1325: signature fix pjmedia objects by Benny Prijono · 13 years ago
  22. 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
  23. 2ba6d27 More re #1284: generate PJMEDIA_EVENT_KEY_FRAME_FOUND from ffmpeg_codecs.c by Benny Prijono · 13 years ago
  24. d4b5e87 More on re #1284: by Benny Prijono · 13 years ago
  25. abaaffa Re #1219: silly mistake, missing the real fix of r3562. by Nanang Izzuddin · 13 years ago
  26. 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
  27. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  28. eda0609 Re #1219: fix major bug in h263 packetizer in seeking logic of sync point (double zero). by Nanang Izzuddin · 13 years ago
  29. 6357299 Re #1219: attempt to fix crash in H.264 decoding by Benny Prijono · 13 years ago
  30. 1594fbd Re #1219: attempt to fix crash in H.263 by Benny Prijono · 13 years ago
  31. 5f8d589 Re #1219: by Nanang Izzuddin · 13 years ago
  32. 32152ad Re #1219: removed assertion if outgoing frame is larger than MTU by Benny Prijono · 13 years ago
  33. d00d3f2 Re #1219: by Nanang Izzuddin · 13 years ago
  34. f895778 Support for Intel IPP 7. This closes #1227 by Benny Prijono · 13 years ago
  35. 284b80f Re #1219: compile error with undeclared FF_PROFILE_H264_BASELINE and FF_PROFILE_H264_MAIN by Benny Prijono · 13 years ago
  36. 81f0e6a Re #1219: Added H.264 SDP fmtp "sprop-parameter-sets" to ffmpeg. by Nanang Izzuddin · 13 years ago
  37. 56b2ce4 Re #1186: by Nanang Izzuddin · 13 years ago
  38. ea508b4 Re #1219: protect new ffmpeg features with #ifdefs by Benny Prijono · 13 years ago
  39. 81c78af Re #1219: fixed compile error of typo (accidentally undone modification before svn checkin). by Nanang Izzuddin · 13 years ago
  40. 2636c14 Re #1219: by Nanang Izzuddin · 13 years ago
  41. d91af57 Re #1219: by Nanang Izzuddin · 13 years ago
  42. ada4126 Re #1219: updated stack aligning mechanism using PJ_ALIGN_DATA (see ticket #1220). by Nanang Izzuddin · 14 years ago
  43. 7825c49 Re #1219: fixed error in Linux/gcc due to unimplemented alignment macro, and remove the assembly implementation by Benny Prijono · 14 years ago
  44. 135290d Re #1215 (framework): by Benny Prijono · 14 years ago
  45. 678b2f8 Re #1182: by Nanang Izzuddin · 14 years ago
  46. 9861070 Re #1182: by Nanang Izzuddin · 14 years ago
  47. 235e1b4 Re #1182: by Nanang Izzuddin · 14 years ago
  48. a9c1cf4 Re #1182: by Nanang Izzuddin · 14 years ago
  49. b3756b3 Re #1200: updated IPP codecs to support IPP v7.0 on MSVC, only include "ippsr.lib" in auto link when IPP major version is 6 or below. by Nanang Izzuddin · 14 years ago
  50. d8cc3e7 Fix #1199: by Nanang Izzuddin · 14 years ago
  51. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  52. fb1d2dd Misc (re #1151): fixed the compile time switch to use iLBC codec on iPhone by Benny Prijono · 14 years ago
  53. b99def5 Fix #1112: fixed IPP G.729 codec to update the application regarding VAD status, disabled/off, after receiving 'fmtp:18 annexb=no' in the SDP. by Nanang Izzuddin · 14 years ago
  54. fef5a3f Re #1106: Reverted back the IPP codec APIs pjmedia_codec_ipp_set/get_config() as currently to set PCM signal level adjustment can be done using the existing G722.1 API pjmedia_codec_g7221_set_pcm_shift(). by Nanang Izzuddin · 14 years ago
  55. db5994b Fix #1106: by Nanang Izzuddin · 14 years ago
  56. 20c503a Re #1072: fixed buffer overflow bugs introduced by r3202. by Nanang Izzuddin · 14 years ago
  57. c742f4e Close #1072: by Nanang Izzuddin · 14 years ago
  58. cf4d141 Fix #1085: - Added new codec G721, as alias for G726-32. by Nanang Izzuddin · 14 years ago
  59. 42bb38b Misc (re #1068): AMR codec in IPP codecs should apply Change Mode Request (from AMR payload) only when it is different from current encoding mode. by Nanang Izzuddin · 14 years ago
  60. 7920fb2 Merge #1050, #1052, #1053, #1054 into the main trunk. by Sauw Ming · 14 years ago
  61. 0290a57 Re #1068: by Nanang Izzuddin · 14 years ago
  62. d430643 Fixed #1064: by Benny Prijono · 14 years ago
  63. 1c70173 Misc #1026: moved payload type of G726-32 from static (was 2) to dynamic, and also disabled some more L16 codecs (thanks Bram Kuijvenhoven for the report). by Nanang Izzuddin · 14 years ago
  64. b83b3f3 Implemented ticket #1054: iLBC codec framework for iPhone OS by Sauw Ming · 14 years ago
  65. 556a285 More ticket #1028: fixed compile error caused by corrupted version of passthrough.c when re-commiting r3074 (in r3078). (note: this changeset was originally done by nanang, recheckedin due to moving svn repository) by Benny Prijono · 15 years ago
  66. 06839e7 Ticket #1028: Recommit r3074 with updated codec.h. by Nanang Izzuddin · 15 years ago
  67. 0ff300c Undo r3074 for ticket #1028 as it is missing updated codec.h hence causing build errors (thanks Michael Bradley Jr for the report) by Benny Prijono · 15 years ago
  68. 7217505 Ticket #1028: by Nanang Izzuddin · 15 years ago
  69. 8a9b3b2 More #1025 (support for using external third party libraries): by Benny Prijono · 15 years ago
  70. af20ce0 Misc (#951): compilation warnings about unused local variables in passthrough codec by Benny Prijono · 15 years ago
  71. c67d7bc Ticket #958: Fixed missing codec type check in initializing iLBC setting in codec_open() of passthrough codec. by Nanang Izzuddin · 15 years ago
  72. 1383e47 Misc fixes (ticket #915): compilation warning in IPP about conversion from int to char by Benny Prijono · 15 years ago
  73. 873f3e4 Ticket #919: by Nanang Izzuddin · 15 years ago
  74. abf58db Ticket #910: by Nanang Izzuddin · 15 years ago
  75. 4ff93f4 Ticket #884: Fixed codecs (that use pjmedia VAD) to avoid generating keep-alive frames/payload when PJMEDIA_CODEC_MAX_SILENCE_PERIOD is set to -1. by Nanang Izzuddin · 15 years ago
  76. 5fe0314 Ticket #874: Updated some pjmedia codecs to maintain timestamp. by Nanang Izzuddin · 15 years ago
  77. 0b9da64 Ticket #793: Updated (IPP) AMR codec to choose mode in the mode-set based on default mode setting. by Nanang Izzuddin · 15 years ago
  78. 18a9ef1 Ticket #793: Updated (IPP) AMR codec to choose the highest mode in mode-set. by Nanang Izzuddin · 15 years ago
  79. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  80. 8496b93 More ticket #774: added option to shift PCM input to encoder right by some value (default is 1) to make it compatible with some other app by Benny Prijono · 15 years ago
  81. 3594ab3 More ticket #774: optimization for siren7/siren14 codecs by Benny Prijono · 15 years ago
  82. 2765981 Ticket #774: Minor fix, reset mode counter in g7221_init(). by Nanang Izzuddin · 15 years ago
  83. 56e380a Ticket #774: by Nanang Izzuddin · 15 years ago
  84. 1b9f46b Ticket #778: Fixed IPP G722.1 codec to aware about endianness in packing/decoding G722.1 RTP payload. by Nanang Izzuddin · 15 years ago
  85. 134989a Ticket #774: Fixed G722.1 codec to aware about endianness in packing/unpacking RTP payload (the underlying implementation, ITU impl ref, works with 16-bits coded data). by Nanang Izzuddin · 15 years ago
  86. f484a1d Ticket #774: Fixed generation of G722.1 modes list in enum_codec(). by Nanang Izzuddin · 15 years ago
  87. 57b8857 Ticket #774: by Nanang Izzuddin · 15 years ago
  88. 6b6fce1 Compilation warnings in IPP codec (misc fixes, ticket #720) by Benny Prijono · 16 years ago
  89. 275539b Wrong payload type for L16/48Khz stereo codec (thanks Yann for the report) by Benny Prijono · 16 years ago
  90. 9920dc3 (Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk. by Benny Prijono · 16 years ago
  91. f863ca3 Added bitrate and vad info in pjmedia_format, and changed audio route to use enumeration rather than boolean by Benny Prijono · 16 years ago
  92. 83457d5 Changed term 'fourcc' to 'format' and few minor fixes/updates. by Nanang Izzuddin · 16 years ago
  93. 3405e2a Ticket #728: by Nanang Izzuddin · 16 years ago
  94. b7dfc9c Added APS-Direct emulation to sound port and pjsua_app.c, also fixed miscellaneous compilation warnings by Benny Prijono · 16 years ago
  95. d5c54ab - Fixed conf switch on reinit-ing conf port TX buf. by Nanang Izzuddin · 16 years ago
  96. bfa860b - Added support for codec ILBC, G729, and AMR. by Nanang Izzuddin · 16 years ago
  97. 81db8c7 - Added new API for sound & sound port to create/open sound device with extended setting, to allow opening sound device with non-PCM format and other settings. by Nanang Izzuddin · 16 years ago
  98. 8cdba46 - Added pjmedia passthrough codec. by Nanang Izzuddin · 16 years ago
  99. c543e9e Support for IPP version 6.0 (the usc.lib has been renamed to speech.lib for Windows) by Benny Prijono · 16 years ago
  100. e1e6d51 Updated to support IPP 6.0 (the usc.lib was renamed to speech.lib in IPP 6.0) by Benny Prijono · 16 years ago