Timeline
May 19, 2011:
- 11:49 AM Ticket #1290 (Timestamp in media flow) created by
- Rules about who should generate the timestamp is not clear. There may also …
- 9:26 AM Changeset [3572] by
- Re #1268: Fixed compilation error problem due to typo.
- 8:52 AM Ticket #1289 (Test with miscellaneous SDP scenarios) created by
- 8:51 AM Ticket #1288 (Compatibility with DirectX SDK Jun 2010) created by
- 2.0-dev compiles fine using Microsoft DirectX SDK Jun 2010 (tested on Win …
- 8:50 AM Ticket #1287 (Use "static const char*" to replace "define THIS_FILE" if that reduces ...) created by
- 8:49 AM Ticket #1286 (Stride issue in dshow renderer (Video Mixing Renderer)) created by
- 8:47 AM Ticket #1285 (Add support for SDL 1.3) created by
- By using SDL 1.3: * iPhone OS platform is now supported * …
- 8:45 AM Ticket #1284 (Media event framework) created by
- Framework to publish and consume media events in a media flow. The event …
- 8:42 AM Ticket #1283 (Hardcoded format list in some video components (e.g: AVI reader, QT dev, ...) created by
- Hardcoded format list in the above components, which may not reflect the …
- 8:40 AM Ticket #1282 (Change "*fmt" in pjmedia_vid_dev_info to array) created by
- - fmt* is bad for pjmedia_vid_dev_get_info(), because user then may modify …
- 8:40 AM Ticket #1281 (What pjmedia_vid_param fields are initialized by default_param()?) created by
- What pjmedia_vid_param fields are initialized by default_param()? Can app …
- 8:37 AM Ticket #1280 (Videoport only buffers 1 frame) created by
- 8:36 AM Ticket #1279 (Create fmt_match_cb() for g7221 & amr-nb/wb, and remove the hardcoded ones ...) created by
- 8:33 AM Ticket #1278 (System specific initialization during application startup) created by
- Some video devices implementation (in pjmedia-videodev) assumes that the …
- 8:32 AM Ticket #1277 (IPP backend for video codecs) created by
- 8:29 AM Ticket #1276 (Add baseclasses sample in third_party directory required by dshow_dev) created by
- 8:26 AM Ticket #1275 (pjmedia_vid_subsys_xx() (videodev) is not a good name) created by
- 8:23 AM Ticket #1274 (SDL video resize) created by
- Support for video display resizing using the capability …
- 8:20 AM Ticket #1273 (WMME-dev extended format not yet ported) created by
- 8:14 AM Ticket #1272 (Duplicated compilation flags) created by
- Some compilation flags (ffmpeg, SDL, V4L2, QT CFLAGS and LDFLAGS) are …
- 8:13 AM Ticket #1271 (Protect all video features inside #if PJMEDIA_HAS_VIDEO macro) created by
- 8:08 AM Ticket #1270 (Native libx264 encoder) created by
- 8:06 AM Ticket #1269 (Audio video sync) created by
- 8:05 AM Ticket #1268 (Option for automatic/manual sending of RTCP SDES/BYE for the stream.) closed by
- fixed: (In [3571]) Fixed #1268: Option for automatic/manual sending of RTCP …
- 8:05 AM Changeset [3571] by
- Fixed #1268: Option for automatic/manual sending of RTCP SDES/BYE for the …
- 7:48 AM Ticket #1268 (Option for automatic/manual sending of RTCP SDES/BYE for the stream.) created by
- By default, RTCP SDES/BYE is automatically sent by the stream. By setting …
- 7:47 AM Ticket #1267 (Optional SRTP with duplicated media line) created by
- As this SRTP mode is handled by high level library, i.e: PJSUA-LIB, and …
- 7:47 AM Ticket #1266 (Asynchronous media transport creation) created by
- In 2.0, media transport creation is now made on as-needed basis, i.e. when …
- 6:07 AM Ticket #1265 (Video events) created by
- While in general there are only few window events to be exported to …
- 6:02 AM Ticket #1264 (Automated testing schedule for 1.x branch) created by
- Schedule different automated testing jobs for 1.x branch.
- 5:57 AM Ticket #1263 (Video API for PJSUA-LIB) created by
- PJSUA-LIB video API specification: ==== 1. Video Device Enumeration API …
- 5:55 AM Ticket #1262 (API: Ability to start and stop video on the fly) created by
- 5:54 AM Ticket #1261 (Video tee) created by
- 5:51 AM Ticket #1260 (API: Ability to pass preview and rendering view to application) created by
- 5:10 AM Ticket #1219 (Work on ffmpeg codecs) closed by
- fixed
- 5:10 AM Ticket #1208 (Misc fixes) closed by
- fixed
- 5:09 AM Ticket #1193 (ISSUES and TODOS) closed by
- fixed
- 5:08 AM Ticket #1186 (SDP works) closed by
- fixed
- 5:07 AM Ticket #1213 (Work on video devices) closed by
- fixed
- 5:06 AM Ticket #1214 (Work on sample applications) closed by
- fixed
- 5:06 AM Ticket #1215 (FRAMEWORK) closed by
- fixed
- 5:02 AM Milestone release-2.0-dev completed
- = Video Development = Note: This is not a real release, but rather just …
- 4:58 AM Ticket #1185 (Dynamic creation of media transports) closed by
- fixed
- 4:58 AM Ticket #1182 (vstream (video stream) implementation and sample) closed by
- fixed
- 4:36 AM Ticket #1259 (Option to use of 100rel in UAS if UAC supports it (thanks Marcus Froeschl ...) closed by
- fixed: (In [3570]) Fixed #1259: Option to use of 100rel in UAS if UAC supports it …
- 4:36 AM Changeset [3570] by
- Fixed #1259: Option to use of 100rel in UAS if UAC supports it (thanks …
May 18, 2011:
- 10:21 AM Changeset [3569] by
- Re #1258: Updated jitter buffer test data after r3568 fix.
- 9:06 AM Ticket #1259 (Option to use of 100rel in UAS if UAC supports it (thanks Marcus Froeschl ...) created by
- If we receive in incoming call and the INVITE has "Supported: 100rel", …
- 6:59 AM Ticket #1258 (Divide by zero exception in jitter buffer with prefetching mechanism ...) closed by
- fixed: (In [3568]) Fix #1258: Fixed bug in jitter buffer, i.e: unexpected state …
- 6:59 AM Changeset [3568] by
- Fix #1258: Fixed bug in jitter buffer, i.e: unexpected state switches when …
- 6:53 AM Ticket #1258 (Divide by zero exception in jitter buffer with prefetching mechanism ...) created by
- There is bug in jb prefetching mechanism, the prefetch condition may cause …
May 15, 2011:
- 12:54 PM Ticket #1257 (Option for using simple FIFO delay buffer in echo canceller) closed by
- fixed: (In [3567]) Fixed #1257: Option for using simple FIFO delay buffer in echo …
- 12:54 PM Changeset [3567] by
- Fixed #1257: Option for using simple FIFO delay buffer in echo canceller.
- 12:44 PM Ticket #1257 (Option for using simple FIFO delay buffer in echo canceller) created by
- By default, echo canceller's delay buffer will make use of WSOLA to expand …
- 12:40 PM Ticket #1256 (Remove the "ob" parameter if SIP outbound is disabled) closed by
- fixed: (In [3566]) Fixed #1256: Remove the "ob" parameter if SIP outbound is …
- 12:40 PM Changeset [3566] by
- Fixed #1256: Remove the "ob" parameter if SIP outbound is disabled.
- 12:39 PM Ticket #1256 (Remove the "ob" parameter if SIP outbound is disabled) created by
- If pjsua_acc_config.use_rfc5626 is set to PJ_FALSE, we shouldn't add the …
- 12:13 PM Ticket #1255 (Unable to parse the short version of Event header (thanks Marcus Froeschl ...) closed by
- fixed: (In [3565]) Fixed #1255: Unable to parse the short version of Event header …
- 12:13 PM Changeset [3565] by
- Fixed #1255: Unable to parse the short version of Event header (thanks …
- 12:12 PM Ticket #1255 (Unable to parse the short version of Event header (thanks Marcus Froeschl ...) created by
- PJSIP is unable to recognize the Event header if it is encoded with the …
May 11, 2011:
- 10:59 AM Ticket #1254 (Provide different doxygen documentation for different PJSIP versions in ...) created by
- 6:48 AM Ticket #1253 (Module data in pjsip_tx_data similar to pjsip_rx_data) created by
- Often applications that implement pjsip_module's on_tx_request() callback …
May 10, 2011:
- 12:21 PM Changeset [3564] by
- Re #1214: - Fixed bug unsynchronized format between encoder and capture …
- 11:44 AM Changeset [3563] by
- Re #1219: silly mistake, missing the real fix of r3562.
- 11:38 AM Changeset [3562] by
- Re #1219: Removed decoded buffer size validation before decoding process …
- 10:39 AM Changeset [3561] by
- Misc (re #1252): fixed the assertion when jbuf_set_adaptive() is called …
- 10:39 AM Ticket #1252 (Miscellaneous fixes) created by
- Miscellaneous and minor fixes here.
- 5:42 AM Tickets #1237,1238,1241 batch updated by
- fixed: (In [3560]) Fix #1237, #1238, #1241: - Fixed handling remote re-offer, …
- 5:42 AM Changeset [3560] by
- Fix #1237, #1238, #1241: - Fixed handling remote re-offer, where SDP …
May 6, 2011:
- 7:26 AM Ticket #1251 (Calling pjmedia_aud_subsys_shutdown() more than once may cause crash ...) closed by
- fixed: (In [3559]) Fixed #1251: Calling pjmedia_aud_subsys_shutdown() more than …
- 7:25 AM Changeset [3559] by
- Fixed #1251: Calling pjmedia_aud_subsys_shutdown() more than once may …
- 7:25 AM Ticket #1251 (Calling pjmedia_aud_subsys_shutdown() more than once may cause crash ...) created by
- The API specification says that application may call …
- 3:40 AM Changeset [3558] by
- Break the compilation in svn trunk to make people switch to new svn URL
- 2:39 AM Changeset [3557] by
- Branched 1.10 release version to 1.x
May 5, 2011:
- 10:49 AM Changeset [3556] by
- Changed version to 1.10-svn
- 9:51 AM Milestone release-1.10 completed
- = Release 1.10 = Highlights: - Support for hot-pluged audio devices …
- 9:11 AM Changeset [3555] by
- Tagged 1.10
- 9:10 AM Changeset [3554] by
- Changed version to 1.10
- 6:18 AM Ticket #1250 (Update the year in copyright text in all files) closed by
- fixed: In r3553: Updated the year in all copyright texts with 2011!
- 6:14 AM Changeset [3553] by
- Re #1250: Updated the year in all copyright texts with 2011!
- 5:50 AM Changeset [3552] by
- Re #1250: (Continuing r3550) Added and updated copyright text in …
- 5:47 AM Changeset [3551] by
- Re #1175: (Continuing r3549) Set SVN properties for some ipjsystest files: …
- 5:33 AM Changeset [3550] by
- Re #1250: Added and updated copyright text in several files (with …
- 5:10 AM Changeset [3549] by
- Re #1175: Set SVN properties for several files: keywords=id and …
- 4:04 AM Ticket #1250 (Update the year in copyright text in all files) created by
May 2, 2011:
- 5:37 AM Ticket #1249 (Memory corruption bug in splitcomb (thanks Peter Lukac for the report and ...) closed by
- fixed: (In [3548]) Fix #1249: fixed overwritten buffer bug in splitcomb …
- 5:37 AM Changeset [3548] by
- Fix #1249: fixed overwritten buffer bug in splitcomb put_frame().
- 5:33 AM Ticket #1249 (Memory corruption bug in splitcomb (thanks Peter Lukac for the report and ...) created by
- When splitcomb's put_frame() is called with frame type NONE, it will …
Apr 30, 2011:
Apr 28, 2011:
- 4:01 AM Ticket #1243 (ICE bug: If RTCP is not in use, the agent MUST signal that using b=RS:0 ...) closed by
- fixed: (In [3547]) Fixed #1243: ICE bug: If RTCP is not in use, the agent MUST …
- 4:01 AM Changeset [3547] by
- Fixed #1243: ICE bug: If RTCP is not in use, the agent MUST signal that …
- 2:53 AM Ticket #1240 (When call is redirected with 3xx response, call info may still show old ...) closed by
- wontfix: The pjsua_call_info.remote_info is populated from dialog remote info …
Apr 27, 2011:
- 4:58 AM Ticket #1248 (INVITE after redirection not sent to new destination) closed by
- fixed: (In [3546]) Fix #1248: Reset destination info in the INVITE message/tdata …
- 4:58 AM Changeset [3546] by
- Fix #1248: Reset destination info in the INVITE message/tdata before …
- 4:42 AM Ticket #1248 (INVITE after redirection not sent to new destination) created by
- When a direct/no-proxy call is redirected (receiving 3xx response), the …
- 3:05 AM Ticket #1247 (Deadlock potential in sip_regc.c if sending fails (thank you Alejandro ...) closed by
- fixed: (In [3545]) Fixed #1247: Deadlock potential in sip_regc.c if sending fails …
- 3:05 AM Changeset [3545] by
- Fixed #1247: Deadlock potential in sip_regc.c if sending fails (thank you …
- 2:32 AM Ticket #1247 (Deadlock potential in sip_regc.c if sending fails (thank you Alejandro ...) created by
- Deadlock between sip_regc.c and PJSUA-LIB may occur when sending …
Apr 26, 2011:
- 7:56 AM Ticket #1228 (Long delay in iPhone initialization (thanks Guy Zelkha for the report)) closed by
- duplicate: This is duplicate of ticket #1246
- 7:39 AM Changeset [3544] by
- Re #1245: bad last commit caused everything to be treated as …
- 3:07 AM Ticket #1246 (Use CFHost API for pj_getaddrinfo() on iPhone OS) closed by
- fixed: (In [3543]) Fixed #1246: Use CFHost for pj_getaddrinfo() on iOS * Replace …
- 3:07 AM Changeset [3543] by
- Fixed #1246: Use CFHost for pj_getaddrinfo() on iOS * Replace the fix for …
Apr 25, 2011:
- 12:36 PM Ticket #1246 (Use CFHost API for pj_getaddrinfo() on iPhone OS) created by
- On iPhone OS, getaddrinfo() is sometimes unable to resolve local hostname …
- 11:47 AM Ticket #1245 (Assertion may be raised if iPhone app woken up to perform registration and ...) closed by
- fixed: (In [3542]) Fixed #1245: Assertion may be raised if iPhone app woken up to …
- 11:47 AM Changeset [3542] by
- Fixed #1245: Assertion may be raised if iPhone app woken up to perform …
- 11:47 AM Ticket #1245 (Assertion may be raised if iPhone app woken up to perform registration and ...) created by
- When an app is woken up from background mode to perform registration …
- 6:25 AM Ticket #1233 (Wrong SDP media transport parsed when the media line has no format) closed by
- fixed: (In [3541]) Fix #1233: Fixed SDP parser bug when parsing transport in SDP …
- 6:25 AM Changeset [3541] by
- Fix #1233: Fixed SDP parser bug when parsing transport in SDP media line …
Apr 20, 2011:
- 11:53 AM Getting-Started edited by
- (diff)
- 11:49 AM Getting-Started/Android edited by
- (diff)
- 10:40 AM Ticket #1244 (How to set bandwidth) created by
- API to set bandwidth. Also related to #1239, bandwidth attribute is …
- 10:37 AM Ticket #1243 (ICE bug: If RTCP is not in use, the agent MUST signal that using b=RS:0 ...) created by
- According to RFC 5245: If RTCP is not …
- 10:34 AM Ticket #1242 (Too many re-INVITEs sent by PJSUA-LIB, to lock codec and to conclude ICE ...) created by
- If remote sends answer with multiple codecs, we will send re-INVITE to …
- 10:28 AM Ticket #1241 (Assertion if remote removes media line) created by
- To reproduce: - We send INVITE with video - RX 200 OK without m=video - …
- 10:22 AM Ticket #1240 (When call is redirected with 3xx response, call info may still show old ...) created by
- When call is redirected to a new target by 3xx response, call info may …
- 10:18 AM Ticket #1239 (Missing H264 "max-fs" SDP parameter caused call to be rejected) created by
- Polycom DMA rejects our video offer because it's missing "max-fs" H264 …
- 10:13 AM Ticket #1238 (Assertion if new media is added during call) created by
- Assertion will be raised if remote offers new media during call.
- 9:16 AM Ticket #1229 (Bug in STUN resolver causes delay for 4 seconds if packet is lost. Also ...) closed by
- fixed: (In [3540]) Fix #1229: bug fix and enhancements for PJLIB-UTIL STUN …
- 9:16 AM Changeset [3540] by
- Fix #1229: bug fix and enhancements for PJLIB-UTIL STUN client: Bug: 1. …
- 9:08 AM Ticket #1237 (Incoming SDP reoffer containing secured and unsecured media gets rejected ...) created by
- Scenario: a. In SRTP mandatory mode, call established with 2 media: …
- 8:48 AM Ticket #1236 (Video payload type issues (mostly for H.264)) created by
- Known cases: 1. offering multiple H.264, with PT=xx and yy, answered with …
- 8:16 AM Ticket #1235 (Lock codec feature not working properly for video codecs) created by
- 8:01 AM Ticket #1234 (Missing video keyframe) created by
- Missing keyframe is a major and common issue in real-time video session. …
Note: See TracTimeline
for information about the timeline view.