History log of /external/webrtc/webrtc/modules/rtp_rtcp/source/byte_io.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6a6f0893dd1e653410ba4b22e7f33947d15aeb65 10-Dec-2015 danilchap <danilchap@webrtc.org> in rtp_rtcp module:
fixed build/namespaces lint errors
fixed readability/namespace lint errors

BUG=webrtc:5277
R=mflodman,stefan@webrtc.org

Review URL: https://codereview.webrtc.org/1506823002

Cr-Commit-Position: refs/heads/master@{#10978}
/external/webrtc/webrtc/modules/rtp_rtcp/source/byte_io.h
be9b7b6881e5b0e0b54e7d2fb79c5af5f68c015b 04-Sep-2015 sprang <sprang@webrtc.org> Make sure ByteReader and ByteWriter classes (and their specializations) don't perform operations that have implementation-specific or undefined behavior.

Pitfalls:

* Left shift of signed integer has undefined behavior
* Right-shift of signed integer has platform-specific behavior is value is negative
* Cast from unsigned to signed has undefined behavior if value is negative

BUG=webrtc:4824

Review URL: https://codereview.webrtc.org/1226993003

Cr-Commit-Position: refs/heads/master@{#9854}
/external/webrtc/webrtc/modules/rtp_rtcp/source/byte_io.h
2a6558c2a51a0aa610e85455ea7a35cfaf39bec8 28-Jan-2015 sprang@webrtc.org <sprang@webrtc.org> Make sure ByteReader<T>::Read* is properly constified.

Also, start using it in real code...

BUG=
R=holmer@google.com, pbos@webrtc.org, stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/37809004

Cr-Commit-Position: refs/heads/master@{#8181}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8181 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/modules/rtp_rtcp/source/byte_io.h
499631c1e4ad2672a333898e652d905c372793a1 03-Dec-2013 sprang@webrtc.org <sprang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> Utility class for reading/writing network-byte-ordered integers.

BUG=
R=holmer@google.com, mflodman@webrtc.org, stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2151008

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5203 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/modules/rtp_rtcp/source/byte_io.h