Commit Graph

454 Commits (0c59feaf87ad2c6c5df5f1e38ed3c011c6536c50)
 

Author SHA1 Message Date
Benny Prijono 0c59feaf87 Added README-RTEMS and tweaked the makefiles
19 years ago
Benny Prijono dc39fe8a2f First stage in pjsua library re-arrangements towards creating an easy to use high level API
19 years ago
Benny Prijono 4b08be9674 Fixed minor compilation warnings in rtcp.h
19 years ago
Benny Prijono 385153d476 Cleanup warnings with MSVC 2003
19 years ago
Benny Prijono 959df2a3fb Change jitter calculation in sound test (sndtest) to show the worst jitter value
19 years ago
Benny Prijono 1335fb888f Fixed crash bug in DSound closing procedure
19 years ago
Benny Prijono 6a61c22b35 Put back high thread priority in dsound.c
19 years ago
Benny Prijono 1ae7945e84 Fixed MacOS X build
19 years ago
Benny Prijono a5d0daf2eb Changed DirectSound not to be too aggressive when capturing frames
19 years ago
Benny Prijono a1d84ba421 Increase default number of DirectSound buffers to 16. This has seemed to make it more stable against CPU disruption
19 years ago
Benny Prijono 406e6215a3 Fixed minor bug in silence detector
19 years ago
Benny Prijono 69d9d19f73 Added sound test sample
19 years ago
Benny Prijono a112f6a3b4 DirectSound capture device queries stream position and retrieves any captured frames
19 years ago
Benny Prijono 42d52c2712 Added device enumeration capability in DirectSound
19 years ago
Benny Prijono fec6e7eaaa Fixed warning about unreference arguments in transport_udp.c
19 years ago
Benny Prijono 6647d82f15 Set media thread in siprtp samples to highest priority to make RTCP jitter calculation as accurate as possible
19 years ago
Benny Prijono 8daebe23b5 Fixed crashed with the latest VAD changes
19 years ago
Benny Prijono 4100342690 Removed VSS traces from .dsp files
19 years ago
Benny Prijono 70c689132a Install VAD in g711, gsm, and speex, and add the DTX support in stream.c. Also changed the way the silence detector works, and changed default speex quality/complexity to 10
19 years ago
Benny Prijono cdf3c11519 Changed PJ_ASSERT_RETURN to evaluate the expression in the pj_assert, so that the message is displayed when the program stops
19 years ago
Benny Prijono 1f98cb8fe9 Changed the way average jitter is calculated in rtcp
19 years ago
Benny Prijono fcb3672eae Added --report-file options in siprtp
19 years ago
Benny Prijono d489300934 Changed the way Content-Type is written. Whitespace is now written before the number because some UAs are protesting otherwise
19 years ago
Benny Prijono b04c9e0072 Major modification in pjmedia to split stream transport into separate functionality, to allow using custom transports with streams
19 years ago
Benny Prijono 1c30d820bb Rearrange DirectSound closing steps to reduce blocking delay
19 years ago
Benny Prijono 4148b982e1 Fixed excessive jitter prefetch message when silence detector is applied in remote
19 years ago
Benny Prijono 98ab1a290e Fixed error in Samples.mak (TARGET instead of TARGET_NAME)
19 years ago
Benny Prijono f996213fe2 Rearrange transaction statefull stuffs in SIP so that it will not be linked when transaction is disabled
19 years ago
Benny Prijono 0c38badf16 Fixed broken make on Linux etc because of missing os_timestamp_linux.c (was renamed to os_timestamp_posix.c)
19 years ago
Benny Prijono 9e1def0edf Fixed bug in UAS dialog (remote.info_str was taken from local info)
19 years ago
Benny Prijono ed8c0fc17f Changed default sound back-end on Win32 to own DirectSound
19 years ago
Benny Prijono 4d7fd203b2 Fixed bug in siprtp because of recent changes in pjsip_session_info_from_sdp()
19 years ago
Benny Prijono 65382dba06 Set default sound backend in Win32 to own DirectSound, and changed conference clock to 10ms (from 20ms)
19 years ago
Benny Prijono 42adf5e7fb Fixed more bugs with multiple frame handling
19 years ago
Benny Prijono da1c3e11b8 Change how --add-codec works in pjsua
19 years ago
Benny Prijono 49d3fca20c Fixed bug with multiple frames handling in RTP stream
19 years ago
Benny Prijono 95af4cce74 Add $TARGET variable in Samples-vc.mak
19 years ago
Benny Prijono 8befd9fe99 Another major modifications in PJMEDIA:
19 years ago
Benny Prijono 16a6b0e0f6 Split reporting capability to separate file in siprtp sample
19 years ago
Benny Prijono 0766da0502 Fixed bugs: stream should give to jitter buffer the extended/32bit sequence number instead of raw 16bit sequence number from RTP, to handle the sequence wrapping case, and added options in jbuf to behave as fixed buffer, and added extra frame type for jitter buffer returned frame.
19 years ago
Benny Prijono 3897589998 Fixed bug: incorrect remote and local PT for telephone-events (swapped)
19 years ago
Benny Prijono 8845e2a767 Removed rwmutex implementation to os_rwmutex.c
19 years ago
Benny Prijono 42c5b9e200 Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release.
19 years ago
Benny Prijono 7a6e84fc2c Updated root Makefile, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME)
19 years ago
Benny Prijono 0382cd8135 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME)
19 years ago
Benny Prijono 410fbaea61 Added maximum duration and auto-quit option in siprtp sample.
19 years ago
Benny Prijono fa8323aad9 Rename hard coded constants (such as ptime) in G711 to a macro for better aesthetic
19 years ago
Benny Prijono 9eb336776d Changed jbuf param name in stream_info, and generate random SSRC for RTP/RTCP instead of zero.
19 years ago
Benny Prijono 27071e301e Fixed several bugs in RTCP and tested the compatibility. Fixed bugs: total lost byte order, RTCP RR parsing, normalizing large RTT, RX pkt lost online update.
19 years ago
Benny Prijono b17c93b3c5 Do not disable port if put_frame()/get_frame() returns error
19 years ago