pkgsrc-wip/ortp
Thomas Klausner 0cc9c9f007 Update to 0.16.0, set LICENSE.
May 4, 2009 : ortp-0.16.0
	- update stun api to support new RFC
	- fix gcc warnings
	- added new PayloadType

October 13, 2008:	ortp-0.15.0
	- telephone event detection bugfix
	- reduce number of memory allocation: !! attention here ABI/API change !!
		If you are using mp=rtp_session_recvm_with_ts(), the payload data is no more pointed by mp->b_cont->b_rptr.
		Instead you can use the following to skip the header:
			rtp_get_payload(mp,mp->b_rptr);

March 14, 2007: ortp-0.14.3
	- new ortp_set_memory_functions() method
	- jitter buffer bugfixes, simplification and improvements

July 27, 2007: ortp-0.14.0
	- a few optimisations
	- support for number of channels in PayloadType (interface changed !)
	- srtp optional support (using libsrtp from http://srtp.sf.net)
2009-08-16 16:00:26 +00:00
..
buildlink3.mk
DESCR
distinfo Update to 0.16.0, set LICENSE. 2009-08-16 16:00:26 +00:00
Makefile Update to 0.16.0, set LICENSE. 2009-08-16 16:00:26 +00:00
options.mk
PLIST Update to 0.16.0, set LICENSE. 2009-08-16 16:00:26 +00:00