1. 284b80f Re #1219: compile error with undeclared FF_PROFILE_H264_BASELINE and FF_PROFILE_H264_MAIN by Benny Prijono · 13 years ago
  2. 81f0e6a Re #1219: Added H.264 SDP fmtp "sprop-parameter-sets" to ffmpeg. by Nanang Izzuddin · 13 years ago
  3. 56b2ce4 Re #1186: by Nanang Izzuddin · 13 years ago
  4. ea508b4 Re #1219: protect new ffmpeg features with #ifdefs by Benny Prijono · 13 years ago
  5. 81c78af Re #1219: fixed compile error of typo (accidentally undone modification before svn checkin). by Nanang Izzuddin · 13 years ago
  6. 2636c14 Re #1219: by Nanang Izzuddin · 13 years ago
  7. d91af57 Re #1219: by Nanang Izzuddin · 13 years ago
  8. ada4126 Re #1219: updated stack aligning mechanism using PJ_ALIGN_DATA (see ticket #1220). by Nanang Izzuddin · 14 years ago
  9. 7825c49 Re #1219: fixed error in Linux/gcc due to unimplemented alignment macro, and remove the assembly implementation by Benny Prijono · 14 years ago
  10. 135290d Re #1215 (framework): by Benny Prijono · 14 years ago
  11. 678b2f8 Re #1182: by Nanang Izzuddin · 14 years ago
  12. 9861070 Re #1182: by Nanang Izzuddin · 14 years ago
  13. 235e1b4 Re #1182: by Nanang Izzuddin · 14 years ago
  14. a9c1cf4 Re #1182: by Nanang Izzuddin · 14 years ago
  15. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  16. fb1d2dd Misc (re #1151): fixed the compile time switch to use iLBC codec on iPhone by Benny Prijono · 14 years ago
  17. 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
  18. 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
  19. db5994b Fix #1106: by Nanang Izzuddin · 14 years ago
  20. 20c503a Re #1072: fixed buffer overflow bugs introduced by r3202. by Nanang Izzuddin · 14 years ago
  21. c742f4e Close #1072: by Nanang Izzuddin · 14 years ago
  22. cf4d141 Fix #1085: - Added new codec G721, as alias for G726-32. by Nanang Izzuddin · 14 years ago
  23. 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
  24. 7920fb2 Merge #1050, #1052, #1053, #1054 into the main trunk. by Sauw Ming · 14 years ago
  25. 0290a57 Re #1068: by Nanang Izzuddin · 14 years ago
  26. d430643 Fixed #1064: by Benny Prijono · 14 years ago
  27. 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
  28. b83b3f3 Implemented ticket #1054: iLBC codec framework for iPhone OS by Sauw Ming · 14 years ago
  29. 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
  30. 06839e7 Ticket #1028: Recommit r3074 with updated codec.h. by Nanang Izzuddin · 15 years ago
  31. 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
  32. 7217505 Ticket #1028: by Nanang Izzuddin · 15 years ago
  33. 8a9b3b2 More #1025 (support for using external third party libraries): by Benny Prijono · 15 years ago
  34. af20ce0 Misc (#951): compilation warnings about unused local variables in passthrough codec by Benny Prijono · 15 years ago
  35. c67d7bc Ticket #958: Fixed missing codec type check in initializing iLBC setting in codec_open() of passthrough codec. by Nanang Izzuddin · 15 years ago
  36. 1383e47 Misc fixes (ticket #915): compilation warning in IPP about conversion from int to char by Benny Prijono · 15 years ago
  37. 873f3e4 Ticket #919: by Nanang Izzuddin · 15 years ago
  38. abf58db Ticket #910: by Nanang Izzuddin · 15 years ago
  39. 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
  40. 5fe0314 Ticket #874: Updated some pjmedia codecs to maintain timestamp. by Nanang Izzuddin · 15 years ago
  41. 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
  42. 18a9ef1 Ticket #793: Updated (IPP) AMR codec to choose the highest mode in mode-set. by Nanang Izzuddin · 15 years ago
  43. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  44. 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
  45. 3594ab3 More ticket #774: optimization for siren7/siren14 codecs by Benny Prijono · 15 years ago
  46. 2765981 Ticket #774: Minor fix, reset mode counter in g7221_init(). by Nanang Izzuddin · 15 years ago
  47. 56e380a Ticket #774: by Nanang Izzuddin · 15 years ago
  48. 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
  49. 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
  50. f484a1d Ticket #774: Fixed generation of G722.1 modes list in enum_codec(). by Nanang Izzuddin · 15 years ago
  51. 57b8857 Ticket #774: by Nanang Izzuddin · 15 years ago
  52. 6b6fce1 Compilation warnings in IPP codec (misc fixes, ticket #720) by Benny Prijono · 16 years ago
  53. 275539b Wrong payload type for L16/48Khz stereo codec (thanks Yann for the report) by Benny Prijono · 16 years ago
  54. 9920dc3 (Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk. by Benny Prijono · 16 years ago
  55. 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
  56. 83457d5 Changed term 'fourcc' to 'format' and few minor fixes/updates. by Nanang Izzuddin · 16 years ago
  57. 3405e2a Ticket #728: by Nanang Izzuddin · 16 years ago
  58. b7dfc9c Added APS-Direct emulation to sound port and pjsua_app.c, also fixed miscellaneous compilation warnings by Benny Prijono · 16 years ago
  59. d5c54ab - Fixed conf switch on reinit-ing conf port TX buf. by Nanang Izzuddin · 16 years ago
  60. bfa860b - Added support for codec ILBC, G729, and AMR. by Nanang Izzuddin · 16 years ago
  61. 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
  62. 8cdba46 - Added pjmedia passthrough codec. by Nanang Izzuddin · 16 years ago
  63. c543e9e Support for IPP version 6.0 (the usc.lib has been renamed to speech.lib for Windows) by Benny Prijono · 16 years ago
  64. 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
  65. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  66. 20da799 Fixed minor gcc compilation warnings by Benny Prijono · 16 years ago
  67. 0b8f4ca Ticket #670: Minor update on naming of AMR helper and updated AMR in IPP codecs to enable octet-align from FMTP settings. by Nanang Izzuddin · 16 years ago
  68. 35e01de Ticket #670: by Nanang Izzuddin · 16 years ago
  69. d55553a Ticket #670: Added AMR codec helper and updated IPP codecs to use the AMR codec helper. by Nanang Izzuddin · 16 years ago
  70. ee340b3 Fixed G.722 codec that is suppossed to work with 14 bits PCM for its input & output (thanks Olle Frimanson for the report). by Nanang Izzuddin · 16 years ago
  71. b8c1ebe Added missed patch in enabling G.722 PLC: PLC should be enabled in default attribute setting. by Nanang Izzuddin · 16 years ago
  72. 49a979b Enabled G.722 PLC. by Nanang Izzuddin · 16 years ago
  73. 762a5bd Ticket #628: Updated IPP codec module to use fixed point version of G.729 on architectures that don't have FPU (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  74. e46495b Fixed bug Speex frame parser should discard non-audio parts in the Speex bitstream. by Nanang Izzuddin · 16 years ago
  75. e3a6fca Ticket #583: fixed bug on setting frametype in encode() related to special treatment for G729. by Nanang Izzuddin · 16 years ago
  76. 16b504c Added PLC & VAD features to codec L16. by Nanang Izzuddin · 16 years ago
  77. 23a00b7 Ticket #599: by Nanang Izzuddin · 16 years ago
  78. b133924 More ticket #583: compilation warnings with gcc by Benny Prijono · 16 years ago
  79. a4e7cdd More ticket #583: a bit of tidying up and renamed macro names etc. by Benny Prijono · 16 years ago
  80. 7dd3268 Ticket #583: Added missing IPP codec deinit and fixed matching #if-#endif in IPP codec encode. by Nanang Izzuddin · 16 years ago
  81. df361e0 Ticket #583: by Nanang Izzuddin · 16 years ago
  82. f216f82 Ticket #583: by Nanang Izzuddin · 16 years ago
  83. 493a8db Ticket #583: Initial source of IPP codecs wrapper. by Nanang Izzuddin · 16 years ago
  84. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  85. dd3d002 Implement ticket #546 and revisit ticket #439: by Benny Prijono · 16 years ago
  86. 89ac2b4 Fixed various compilation warnings with gcc strict compilation by Benny Prijono · 16 years ago
  87. e4b4b7d Added field maximum bitrate to codec param, this is useful for providing safer frame size calculation, especially when peer's bitrate is unknown by Nanang Izzuddin · 16 years ago
  88. 3aef5e1 Ticket #473: by Nanang Izzuddin · 16 years ago
  89. d424297 Fixed uninitialized output size before calling G.722 encoder by Nanang Izzuddin · 16 years ago
  90. 829ac02 Changed build optimizations settings for Speex, pjmedia, and symbian_sound for Symbian. Speex/8000 now also runs on Symbian! by Nanang Izzuddin · 16 years ago
  91. f9f17b1 More ticket #507: fixed the bug introduced in r1871 about operator precedence by Benny Prijono · 17 years ago
  92. 71f657d More ticket #507: updated GNU build system with the G.722 codec and fixed minor warning about operator precedence by Benny Prijono · 17 years ago
  93. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  94. 00d15a5 Ticket #502: New packet lost concealment (PLC) implementation and enable PLC on G711 and GSM codec by Benny Prijono · 17 years ago
  95. 7a17068 Fixed what looks like a bug in pjmedia's Speex decoder: decoder may return invalid PCM frame length by Benny Prijono · 17 years ago
  96. 8334ea1 Fixed compilation error in gsm codec caused by last C++ changes by Benny Prijono · 17 years ago
  97. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  98. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  99. f830c1b Moved ilbc to third_party directory by Benny Prijono · 17 years ago
  100. 7f1c90f Split speex, portaudio, and gsm into third_party directory by Benny Prijono · 17 years ago