<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_libsrtp2/test/rtp_decoder.h, branch android10-gsi</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libsrtp2/'/>
<entry>
<title>Merge branch 'master'</title>
<updated>2019-06-26T12:12:34+00:00</updated>
<author>
<name>Pascal Buhler</name>
<email>pabuhler@cisco.com</email>
</author>
<published>2019-06-26T12:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libsrtp2/commit/?id=eb27e85672aa3ccfabe80aef3503e637e77a2207'/>
<id>eb27e85672aa3ccfabe80aef3503e637e77a2207</id>
<content type='text'>
# Conflicts:
#	test/rtp_decoder.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	test/rtp_decoder.c
</pre>
</div>
</content>
</entry>
<entry>
<title>extend rtp_decoder to support rtcp</title>
<updated>2019-05-15T21:07:19+00:00</updated>
<author>
<name>Pascal Buhler</name>
<email>pabuhler@cisco.com</email>
</author>
<published>2019-05-15T20:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libsrtp2/commit/?id=5a63104aeb010b34c100e7a178a4fba4477608c8'/>
<id>5a63104aeb010b34c100e7a178a4fba4477608c8</id>
<content type='text'>
Add -m flag to set the mode to either rtp (default), rtcp
or rtcp-mux (rfc5761).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add -m flag to set the mode to either rtp (default), rtcp
or rtcp-mux (rfc5761).
</pre>
</div>
</content>
</entry>
<entry>
<title>change ssrc type of rtp_decoder to ssrc_any_inbound</title>
<updated>2019-05-15T18:48:39+00:00</updated>
<author>
<name>Pascal Buhler</name>
<email>pabuhler@cisco.com</email>
</author>
<published>2019-05-15T18:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libsrtp2/commit/?id=7486bcc7d0871c69d4bf65db95a0ed8c3e78691f'/>
<id>7486bcc7d0871c69d4bf65db95a0ed8c3e78691f</id>
<content type='text'>
Previously the type ssrc_specific was used, this effectively
meant that only the first SSRC in the input would ever be able
to be decoded.
This would be ok in some cases but the input is never validated
so when processing pcap files the first packet would bet treated
as an RTP packet regardless of its actual content.
By changing to ssrc_any_inbound, rtp_decoder becomes more flexible
and supports SSRC multiplexing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the type ssrc_specific was used, this effectively
meant that only the first SSRC in the input would ever be able
to be decoded.
This would be ok in some cases but the input is never validated
so when processing pcap files the first packet would bet treated
as an RTP packet regardless of its actual content.
By changing to ssrc_any_inbound, rtp_decoder becomes more flexible
and supports SSRC multiplexing.
</pre>
</div>
</content>
</entry>
<entry>
<title>output counters of rtp_decoder</title>
<updated>2019-05-15T18:42:36+00:00</updated>
<author>
<name>Pascal Buhler</name>
<email>pabuhler@cisco.com</email>
</author>
<published>2019-05-15T18:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libsrtp2/commit/?id=eaa8a9b025e3d827c6495a3dc424678352b53890'/>
<id>eaa8a9b025e3d827c6495a3dc424678352b53890</id>
<content type='text'>
Indicate both successful decodes and errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Indicate both successful decodes and errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge changes from master</title>
<updated>2019-03-28T10:51:33+00:00</updated>
<author>
<name>Guido Vranken</name>
<email>guidovranken@gmail.com</email>
</author>
<published>2019-03-28T10:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libsrtp2/commit/?id=ef704df6dcb5301ac593f39bc3129e2849228007'/>
<id>ef704df6dcb5301ac593f39bc3129e2849228007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update debug options to use new srtp log api</title>
<updated>2019-03-14T10:17:19+00:00</updated>
<author>
<name>Pascal Buhler</name>
<email>pabuhler@cisco.com</email>
</author>
<published>2019-03-14T09:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libsrtp2/commit/?id=defebcd00751cc8357b9fac0750c2ee212bfa346'/>
<id>defebcd00751cc8357b9fac0750c2ee212bfa346</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test/rtp_decoder.[c|h]: Apply clang-format</title>
<updated>2017-09-26T16:37:17+00:00</updated>
<author>
<name>Geir Istad</name>
<email>gistad@cisco.com</email>
</author>
<published>2017-09-26T16:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libsrtp2/commit/?id=ac5dd63b7ab4b9b6783baef404ed27d1b9794274'/>
<id>ac5dd63b7ab4b9b6783baef404ed27d1b9794274</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rtp_priv.h: Removed this file</title>
<updated>2017-05-14T09:00:51+00:00</updated>
<author>
<name>Geir Istad</name>
<email>gistad@cisco.com</email>
</author>
<published>2017-05-12T17:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libsrtp2/commit/?id=0a447b4bd69000018a14fa8dee4bf2f4ef155362'/>
<id>0a447b4bd69000018a14fa8dee4bf2f4ef155362</id>
<content type='text'>
Keeping the distinction between public and internal include files does
not seem necessary for tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keeping the distinction between public and internal include files does
not seem necessary for tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump copyright year</title>
<updated>2017-03-27T06:13:49+00:00</updated>
<author>
<name>Geir Istad</name>
<email>gistad@cisco.com</email>
</author>
<published>2017-03-27T06:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libsrtp2/commit/?id=445c1c94dc3df48fb633779d1b5d0b743bf522a4'/>
<id>445c1c94dc3df48fb633779d1b5d0b743bf522a4</id>
<content type='text'>
test_srtp.c had incorrect year (copy paste), updated to current year.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test_srtp.c had incorrect year (copy paste), updated to current year.
</pre>
</div>
</content>
</entry>
<entry>
<title>Missed this file in last commit.</title>
<updated>2014-11-06T15:52:19+00:00</updated>
<author>
<name>jfigus</name>
<email>foleyj@cisco.com</email>
</author>
<published>2014-11-06T15:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libsrtp2/commit/?id=6baa3ddffaec75461ed628ad43588ba0241cf5ae'/>
<id>6baa3ddffaec75461ed628ad43588ba0241cf5ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
