Opened 15 years ago
Closed 15 years ago
#915 closed defect (fixed)
Miscellaneous fixes
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.4 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This is placeholder for miscellaneous or minor fixes.
Change History (16)
comment:1 Changed 15 years ago by nanang
comment:2 Changed 15 years ago by bennylp
In 2837:
- Sound device is not automatically started after pjsua_set_no_snd_dev() is called, even after pjsua_set_snd_dev() is called
comment:3 Changed 15 years ago by bennylp
In r2841:
- added WAVE_FORMAT_DIRECT flag when opening waveIn/Out in WMME audio dev, hopefully it can reduce latency
comment:4 Changed 15 years ago by bennylp
In r2851:
- fixed compilation warning in IPP about conversion from int to char
comment:5 Changed 15 years ago by nanang
In r2857:
- Fixed bug in checking transaction registration with same key, passing wrong pointer of transaction key.
comment:6 Changed 15 years ago by nanang
In r2862:
- Fixed bug of a wrong check variable used in writing playback_lat setting in pjsua app (thanks Wolfgang Fritz for the fix).
comment:7 Changed 15 years ago by bennylp
In r2866:
- enlarge the column for pool name in pj_pool_factory_dump() output
comment:8 Changed 15 years ago by bennylp
In r2872:
- fixed wrong doxygen comment for pj_list_empty() function (thanks Roman Puls for the report!)
comment:9 Changed 15 years ago by bennylp
In r2874:
- removed unused fields refresh_tm and hangup_tm from pjsua_call structure (pjsua_internal.h)
comment:10 Changed 15 years ago by bennylp
In r2875:
- updated missing doxygen documentation from various PJMEDIA-CODEC headers
comment:11 Changed 15 years ago by bennylp
In r2880:
- added more search paths for jbtest.dat
comment:12 Changed 15 years ago by nanang
In r2885:
- Removed self detach() in destroy() in transport SRTP.
- Added few more assertion checks in transport SRTP.
comment:13 Changed 15 years ago by bennylp
In r2892:
- added reload command ('L') in pjsua to shutdown and reinitialize the library
comment:14 Changed 15 years ago by bennylp
In r2898:
- removed mention of version number in PJSIP (it's written 0.5.9!)
comment:15 Changed 15 years ago by nanang
In r2899:
- Updated VS2005 pjproject-vs8.sln removing platform 'mixed platform'.
comment:16 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r2827: