1. 74283db Re #1446 (misc): Modified ffmpeg_codecs to ffmpeg_vid_codecs by Sauw Ming · 12 years ago
  2. 1312e75 Re: #1463 (Third party media support). Tnitial work and it works, tested on Linux. Details: by Benny Prijono · 13 years ago
  3. 7a9b756 Re #1420: Create a pool for the event manager so subscriber doesn't need to supply its own pool. by Sauw Ming · 13 years ago
  4. 3da4ad8 Re #1234: Initial version of keyframe request/response via SIP INFO. by Nanang Izzuddin · 13 years ago
  5. 0fabe1b Closed #1420: Add support for event manager by Sauw Ming · 13 years ago
  6. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  7. 8468557 Closed #1361: codec API change. Details: by Benny Prijono · 13 years ago
  8. fad6f69 Fixed #1348: by Nanang Izzuddin · 13 years ago
  9. 4ba7c95 Misc (re #1320): fixed link error in pjmedia_test and aviplay samples if ffmpeg is not enabled by Benny Prijono · 13 years ago
  10. 7df1934 Misc (re #1320): fixed compilation error if SRTP is disabled. Thanks Bo Shi for the report by Benny Prijono · 13 years ago
  11. 63b3c13 Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro setting. by Nanang Izzuddin · 13 years ago
  12. d93c68a Re #1326: by Nanang Izzuddin · 13 years ago
  13. 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
  14. 96f8dca Fix #1295: Added thin wrapper for audio and video codec operations. by Nanang Izzuddin · 13 years ago
  15. 5291a2d Re #1282: by Sauw Ming · 13 years ago
  16. 01095d8 Re #1278: NSApplication and NSAutoreleasePool management for Mac OS X by Sauw Ming · 13 years ago
  17. 06dffff Closed #1323: Video port unit testing by Sauw Ming · 13 years ago
  18. d4b5e87 More on re #1284: by Benny Prijono · 13 years ago
  19. 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
  20. e90ece8 Closed #1275: Change pjmedia_vid_subsys_xx() to pjmedia_vid_dev_subsys_xx() by Sauw Ming · 13 years ago
  21. d49b17e Fixed #1274: SDL video resize by Sauw Ming · 13 years ago
  22. 4c7d7e6 Re #1214: by Nanang Izzuddin · 13 years ago
  23. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  24. 7adfc86 Re #1250: Added and updated copyright text in several files (with "standard" Teluu copyright text). by Nanang Izzuddin · 13 years ago
  25. 21bd3fd Re #1213: Add OpenGL support for SDL renderer by Sauw Ming · 13 years ago
  26. d91af57 Re #1219: by Nanang Izzuddin · 13 years ago
  27. f6bebc3 Re #1214: more elaborate tests on vid_dev_test by Benny Prijono · 14 years ago
  28. 03ad890 Re #1213: by Sauw Ming · 14 years ago
  29. 4a20bc8 Re #1182: by Sauw Ming · 14 years ago
  30. 235e1b4 Re #1182: by Nanang Izzuddin · 14 years ago
  31. b1b17d2 Fixed #1184: by Sauw Ming · 14 years ago
  32. 6e6c215 Fixed #1183 by Sauw Ming · 14 years ago
  33. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  34. 16852b3 Re #668: by Nanang Izzuddin · 14 years ago
  35. b6f66bc Ticket #969: by Nanang Izzuddin · 15 years ago
  36. add2c41 Misc (#951): Updated local SDP answer reference in sdp neg test related to fix in #964. by Nanang Izzuddin · 15 years ago
  37. 502b4e0 Misc fixes (#951): renamed mips variable in pjmedia MIPS test since it conflicts with some internal name in MIPS target (thanks Antonio Anton for the report) by Benny Prijono · 15 years ago
  38. 41a1451 Ticket #944: misc fixes in pjmedia_test: by Benny Prijono · 15 years ago
  39. 681a8bf Misc fixes (ticket #915): added more search paths for jbtest.dat by Benny Prijono · 15 years ago
  40. d3708c3 Ticket #895: Updated jbuf test to use defined search paths for locating test data file (when opening the file in working dir fails). by Nanang Izzuddin · 15 years ago
  41. 2eabad9 More ticket #774: fixed G.722.1 compilation warnings on linux/gcc-4.3.2 by Benny Prijono · 15 years ago
  42. 2e4f03f Cleaned up bunch of compile warnings. Special for libgsmcodec, its warning level is reduced from 4 to 3. by Nanang Izzuddin · 15 years ago
  43. 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
  44. 8604b14 More ticket #774: added more ITU test vectors for siren codecs by Benny Prijono · 15 years ago
  45. d4c751e More ticket #774: updated VS6, VS8, and Makefile for the Siren7/Siren14 test vectors by Benny Prijono · 15 years ago
  46. 1dc0da7 More ticket #774: added g.722.1c test vectors by Benny Prijono · 15 years ago
  47. 7d8043a Ticket #771 (misc fix): Added G.722.1 codec to mips test, also added macro protections for codec usages. by Nanang Izzuddin · 15 years ago
  48. 019e35b Ticket #772 (misc fix): Changed var 'test' from a global var to static var, since there was naming conflict with libg7221codec. by Nanang Izzuddin · 15 years ago
  49. 5549667 Ticket #762: Replaced stricmp() with pj_ansi_stricmp() for cross platform compatibility. by Nanang Izzuddin · 15 years ago
  50. ad4bb0a Ticket #762: Updated JB test: by Nanang Izzuddin · 15 years ago
  51. 0697313 Ticket #707: pjmedia-test: link error when L16 codec is disabled, and compile error due to Unicode platform in sdp_test by Benny Prijono · 16 years ago
  52. 32d267b Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIs by Benny Prijono · 16 years ago
  53. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  54. 20da799 Fixed minor gcc compilation warnings by Benny Prijono · 16 years ago
  55. fb947dd Added pjmedia-test to build system and changed it to not always wait for keyboard input to finish the test by Benny Prijono · 16 years ago
  56. 0ceb87d More ticket #590: optimizations in the echo suppressor, gained more than 3x speed. Added entries in mips_test by Benny Prijono · 16 years ago
  57. 2c953d4 Added test delaybuf to pjmedia MIPS test. by Nanang Izzuddin · 16 years ago
  58. b5a4e77 Added WinCE project for pjmedia_test by Benny Prijono · 16 years ago
  59. b1f62f4 Updated mips_test.c after running on ARM by Benny Prijono · 16 years ago
  60. 0ff56dc Added MIPS benchmark in pjmedia-test, and loopback media transport to assist the stream testing by Benny Prijono · 16 years ago
  61. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  62. a5538ab Ticket #527: Commited ticket527.2.patch by Nanang Izzuddin · 16 years ago
  63. cf5c06d Updated pjmedia_test with the latest jitter buffer API by Benny Prijono · 17 years ago
  64. 98b6df8 More ticket #438: improve docs, added channel_count in wsola, etc. by Benny Prijono · 17 years ago
  65. 5dbd4fc Ticket #438: Workaround for frame bursts from audio devices: added wsola in delaybuf, and put delaybuf in the bridge by Benny Prijono · 17 years ago
  66. 5887d02 Put wsola_test.c in pjmedia test by Benny Prijono · 17 years ago
  67. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  68. a771a51 Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2007 in copyright notice in all sources by Benny Prijono · 18 years ago
  69. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  70. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  71. 274975a Created and updated PJMEDIA documentation by Benny Prijono · 19 years ago
  72. 1519e57 Finished new pjmedia rewrite by Benny Prijono · 19 years ago
  73. b8528f4 Fixed Makefile for cygwin/mingw by Benny Prijono · 19 years ago
  74. 4ea0bf1 Added SDP negotiator and changed SDP structs (tested) by Benny Prijono · 19 years ago
  75. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  76. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  77. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  78. 4766ffe Just changing keyword expansion by Benny Prijono · 19 years ago
  79. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  80. 0a749f1 initial import by Benny Prijono · 19 years ago