|
|
@2337
|
16 years |
bennylp |
Ticket #651: Added WinCE workspace/project files for pjlib-util unit tests …
|
|
|
@2336
|
16 years |
bennylp |
Ticket #650: Unit test failure in the timestamp test on very fast CPU …
|
|
|
@2335
|
16 years |
bennylp |
Ticket #649: Build error in wav_writer.c in big endian systems (thanks …
|
|
|
@2334
|
16 years |
bennylp |
Changed version to 1.0-rc4-trunk
|
|
|
@2333
|
16 years |
bennylp |
Tagged 1.0-rc4
|
|
|
@2332
|
16 years |
bennylp |
Changed version to 1.0-rc4
|
|
|
@2331
|
16 years |
bennylp |
Fixed ticket #644 and 648 again (hopefully once and for all): build error …
|
|
|
@2330
|
16 years |
nanang |
Fixed previous accidental check in r2329.
|
|
|
@2329
|
16 years |
nanang |
Fixed assertion in echo suppressor when recording and playing level is …
|
|
|
@2328
|
16 years |
nanang |
Fixed possible assertion by codec when stereo/multichannel codec is used …
|
|
|
@2327
|
16 years |
bennylp |
Fixed ticket #644 and #648: incorrect muticast related socket constant …
|
|
|
@2326
|
16 years |
bennylp |
Missing PJ_DECL in pjsip_tx_data_create() declaration (thanks Tomáš …
|
|
|
@2325
|
16 years |
bennylp |
More ticket #643: added setting to disable this ticket (by setting …
|
|
|
@2324
|
16 years |
bennylp |
Changed version to 1.0-rc3-trunk
|
|
|
@2323
|
16 years |
bennylp |
(re)Tagged 1.0-rc3
|
|
|
@2322
|
16 years |
bennylp |
Removed rc3 tag due to last minute bug fix
|
|
|
@2321
|
16 years |
nanang |
Ticket #638: Fixed assertion caused by prefetch < min_prefetch (thanks …
|
|
|
@2320
|
16 years |
bennylp |
Tagged 1.0-rc3
|
|
|
@2319
|
16 years |
bennylp |
Changed version to 1.0-rc3
|
|
|
@2318
|
16 years |
nanang |
Ticket #638: Cleaned up compilation warning in jbuf.
|
|
|
@2317
|
16 years |
nanang |
Ticket #638: Reenable prefetch buffering via initial prefetch setting (set …
|
|
|
@2316
|
16 years |
bennylp |
Ticket #643: Do not try to re-register with a new Contact when the …
|
|
|
@2315
|
16 years |
bennylp |
Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses …
|
|
|
@2314
|
16 years |
bennylp |
Fixed bug in pjsip_auth_clt_clone(), the cached_auth list is not …
|
|
|
@2313
|
16 years |
bennylp |
Ticket #642: Discontinuous tone generation (thanks Olle Frimanson for the …
|
|
|
@2312
|
16 years |
nanang |
Ticket #547: Added DirectX include path from Windows environment settings …
|
|
|
@2311
|
16 years |
nanang |
Updated delay buffer to perform shrinking only in the PUT operation.
|
|
|
@2310
|
16 years |
nanang |
Ticket #638:
- Jitter buffer shrinking is done based on max_hist_level …
|
|
|
@2309
|
16 years |
nanang |
Fixed bug missing reinit med_orig when reinit pjsua media transports.
|
|
|
@2308
|
16 years |
bennylp |
More ticket #622: some more fixes to ioqueue_epoll, it passes pjlib-test …
|
|
|
@2307
|
16 years |
bennylp |
More ticket #639: fixed warning with gcc about comparison always true
|
|
|
@2306
|
16 years |
bennylp |
Ticket #641: Assertion error when late 200/OK is received after call has …
|
|
|
@2305
|
16 years |
bennylp |
More ticket #619: disable fade-in and fade-out if the tone off duration is …
|
|
|
@2304
|
16 years |
bennylp |
Ticket #640: Crash when receiving ACK with SDP after BYE has been received …
|
|
|
@2303
|
16 years |
bennylp |
Ticket #639: added torture tests for handling non-ASCII UTF-8 characters …
|
|
|
@2302
|
16 years |
bennylp |
Ticket #639: Assertion in <ctype.h> functions with Visual Studio 2005 when …
|
|
|
@2301
|
16 years |
bennylp |
Ticket #611: Configuration option to force the route URI to use loose …
|
|
|
@2300
|
16 years |
bennylp |
Couple of fixes in ioqueue_epoll for ticket #622 (still not working)
|
|
|
@2299
|
16 years |
nanang |
Fixed pjmedia session bug in getting channel count from SDP for static …
|
|
|
@2298
|
16 years |
nanang |
Added missed patch in enabling G.722 PLC: PLC should be enabled in default …
|
|
|
@2297
|
16 years |
nanang |
Enabled G.722 PLC.
|
|
|
@2296
|
16 years |
nanang |
More ticket #633: Fixed DirectSound? implementation to avoid playback …
|
|
|
@2295
|
16 years |
bennylp |
Ticket #622: initial integration of ioqueue_epoll patch, updated the …
|
|
|
@2294
|
16 years |
bennylp |
More ticket #619: changed default Cordic loop from 8 to 10 to gain more …
|
|
|
@2293
|
16 years |
nanang |
Ticket #631:
- Changed rem_rtp/rtcp_addr to src_rtp/rtcp_addr in media …
|
|
|
@2292
|
16 years |
bennylp |
Large reorganization of the tonegen for ticket #619:
- Deprecate the …
|
|
|
@2291
|
16 years |
nanang |
Ticket #631:
- Added new fields in media transport info: remote address …
|
|
|
@2290
|
16 years |
nanang |
Ticket #630: Added Win32 MME sound device wrapper (thanks Seth Hinze for …
|
|
|
@2289
|
16 years |
nanang |
Ticket #636: Fixed linux compilation issue when autoconf is not used …
|
|
|
@2288
|
16 years |
bennylp |
Ticket #633: Updated DirectSound? implementation:
- Fixed issue on …
|
|
|
@2287
|
16 years |
nanang |
Ticket #625: Added missing fix of unicode build issues in …
|
|
|
@2286
|
16 years |
nanang |
Ticket #625: Fixed unicode build issues on Windows platforms (thanks David …
|
|
|
@2285
|
16 years |
nanang |
Ticket #627: Fixed general compiler warning when building for WinCE …
|
|
|
@2284
|
16 years |
bennylp |
More ticket #619: fix the difference of volume in the fixed point version …
|
|
|
@2283
|
16 years |
nanang |
Ticket #629: Added IGMPv2 multicast socket options (thanks David Parker …
|
|
|
@2282
|
16 years |
nanang |
Ticket #626: Fixed PocketPJ build error when SRTP is unused (thanks David …
|
|
|
@2281
|
16 years |
bennylp |
Ticket #619: added configuration to force floating point algorithm to be …
|
|
|
@2280
|
16 years |
bennylp |
Ticket #634: Assertion when rejecting incoming INVITE when the call …
|
|
|
@2279
|
16 years |
nanang |
Ticket #628: Updated IPP codec module to use fixed point version of G.729 …
|
|
|
@2278
|
16 years |
bennylp |
Ticket #624: Assertion error when pjsua_acc_del() is followed immediately …
|
|
|
@2277
|
16 years |
nanang |
Fixed linking error undefined CHECK_ when PJMEDIA_WSOLA_IMP_NULL is used …
|
|
|
@2276
|
16 years |
nanang |
Ticket #616: Updated ICE transport to have a default option to switch RTP …
|
|
|
@2275
|
16 years |
nanang |
Ticket #614: Updated docs related to support for play/record G.711 …
|
|
|
@2274
|
16 years |
nanang |
Ticket #621: Updated PortAudio? to the latest revision 1387.
|
|
|
@2273
|
16 years |
bennylp |
Ticket #623: Assertion when receiving SUBSCRIBE with non presence event …
|
|
|
@2272
|
16 years |
nanang |
Ticket #614: Fixed compilation warning of integer conversions.
|
|
|
@2271
|
16 years |
bennylp |
Ticket #620: PRACK is sent to the wrong UAS when 100rel is used and the …
|
|
|
@2270
|
16 years |
nanang |
Ticket #614: Added support for writing and reading WAV files encoded as 8 …
|
|
|
@2269
|
16 years |
bennylp |
Updated version to 1.0-rc2-trunk
|
|
|
@2268
|
16 years |
bennylp |
Tagged 1.0-rc2
|
|
|
@2267
|
16 years |
bennylp |
Changed version to 1.0-rc2
|
|
|
@2266
|
16 years |
bennylp |
Ticket #613: Added packet discard statistic in pjsua 'dq' output
|
|
|
@2265
|
16 years |
nanang |
Fixed assertion caused by too small output buffer size of stream, this …
|
|
|
@2264
|
16 years |
bennylp |
Ticket #615: Error adding new buddy in the on_incoming_subscribe() …
|
|
|
@2263
|
16 years |
bennylp |
Ticket #612: division by zero in pjlib stddev calculation causes …
|
|
|
@2262
|
16 years |
bennylp |
Ticket #610: Added sample to create a media transport adapter, similar to …
|
|
|
@2261
|
16 years |
bennylp |
Changed pjlib version to 1.0-rc1-trunk
|
|
|
@2260
|
16 years |
bennylp |
Ticke#609: Build/compilation error in Python module (undeclared …
|
|
|
@2259
|
16 years |
bennylp |
Ticket #608: Added API to retrieve media transport and session from pjsua …
|
|
|
@2258
|
16 years |
bennylp |
Fixed ticket #607: Assertion and possibly crash in ICE stream transport …
|
|
|
@2257
|
16 years |
nanang |
Fixed build settings for Symbian emulator target regarding sound device …
|
|
|
@2256
|
16 years |
bennylp |
Tagged 1.0-rc1
|
|
|
@2255
|
16 years |
bennylp |
Updated PJ_VERSION to 1.0-rc1
|
|
|
@2254
|
16 years |
bennylp |
More ticket #604: create the file if it doesn't exist when PJ_O_APPEND …
|
|
|
@2253
|
16 years |
bennylp |
Ticket #604: Error opening file in append mode in Win32 (thanks Gang Liu …
|
|
|
@2252
|
16 years |
bennylp |
Print warning instead of assert when Speex AEC is instantiated with …
|
|
|
@2251
|
16 years |
bennylp |
Fixed unused parameter warning in active socket test
|
|
|
@2250
|
16 years |
nanang |
Fixed bug Speex frame parser should discard non-audio parts in the Speex …
|
|
|
@2249
|
16 years |
nanang |
Ticket #583: fixed bug on setting frametype in encode() related to special …
|
|
|
@2248
|
16 years |
bennylp |
More ticket #601: premature connection close with TCP active socket case
|
|
|
@2247
|
16 years |
nanang |
Added PLC & VAD features to codec L16.
|
|
|
@2246
|
16 years |
bennylp |
Ticket #601: 100% CPU usage when TCP active socket receives ECONNRESET
|
|
|
@2245
|
16 years |
nanang |
Ticket #602: fixed assertion of invalid stream index supplied to …
|
|
|
@2244
|
16 years |
bennylp |
More ticket #602: fixed minor warning about conversion from integer to …
|
|
|
@2243
|
16 years |
bennylp |
Fixed ticket #603: Crash in ICE with IoCompletionPort? ioqueue with the …
|
|
|
@2242
|
16 years |
nanang |
Ticket #600: Added probation state in media transport SRTP and also …
|
|
|
@2241
|
16 years |
nanang |
Ticket #602:
- Introduced new API pjmedia_rtp_session_init2() to enable …
|
|
|
@2240
|
16 years |
bennylp |
Fixed ticket #601: Bug in IoCompletionPort? ioqueue with TCP server socket …
|
|
|
@2239
|
16 years |
bennylp |
Fixed minor bug in exe availability checking in run.py
|
|
|
@2238
|
16 years |
bennylp |
Added sleep() in mod_pesq.py, to wait the test until the call is …
|
|
|