summaryrefslogtreecommitdiff
path: root/pjproject.dsw
AgeCommit message (Collapse)Author
2009-07-16Ticket #920: New pjsystest application for testing target system/device. ↵Benny Prijono
Initial work on Win32 and WM git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2835 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-29Ticket #706:Nanang Izzuddin
- Renamed test_pjsip.dsp into pjsip_test.dsp. - Fixed missing files problem in pjsip_test.dsp and pjsip/build/Makefile caused by renamed directory 'test-pjsip' into 'test' (see r2638/trunk or r2626/vs-reorg). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2663 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-06Ticket #774: Nanang Izzuddin
- Renamed VS6 & VS8 project name/filename: libg7221 --> libg7221codec. - SVN things: added "output" dir, updated ignore properties. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2574 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-01More ticket #774 (re: g722): some modifications in VS6 projects/workspaceBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2564 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-01Ticket #774:Nanang Izzuddin
- Initial source of G.722.1/Annex C integration. - Disabled some "odd" modes of L16 codec (11kHz & 22kHz mono & stereo) while releasing some payload types. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2563 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-12(Major) Task #737 and #738: integration of APS-Direct and Audiodev from ↵Benny Prijono
aps-direct branch to trunk. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2506 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-05Added pjmedia_test to Visual Studio workspacesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2104 74dad513-b988-da41-8d7b-12977e46ad98
2008-06-21Added pjnath_test, pjturn_client, and pjturn_server projects in VS6 workspaceBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2042 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-01Ticket #465: utility to read PCAP file and sample application to read RTP ↵Benny Prijono
files from PCAP file, decode the payload, and write the PCM output to WAV file git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1765 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-23Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated ↵Benny Prijono
applications because of the changes. This is a major modification back ported from SRTP branch. See ticket #61 for changelog detail of this commit git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1735 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-10Ticket #396: initial implementation of digest AKA (akav1-md5) authentication ↵Benny Prijono
for IMS/3GPP git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1488 74dad513-b988-da41-8d7b-12977e46ad98
2007-06-14Fixed missing dependency to pjnath in sample_debug Visual Studio projectBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1368 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-10Fixed dependencies for the samples projectBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1261 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-30Added resample DLL projectBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1232 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-09Fixed all VS6 and VS8 projects with new third party projects layoutBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1177 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-07Changed resample to use speex (for now)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1171 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-07Moved resample to third_party directoryBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1170 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-07Moved ilbc to third_party directoryBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1169 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-07Split speex, portaudio, and gsm into third_party directoryBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1168 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-06Deleting own copy of of speex and portaudioBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1166 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-23ICE (work in progress): implemented ICE media transportBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1097 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17Fixed dependency for samples project in both VS6 and VS8 workspace/solution fileBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@960 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-23Support for Visual Studio 2005 workspaceBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@898 74dad513-b988-da41-8d7b-12977e46ad98