History log of /external/webrtc/webrtc/base/bitbuffer_unittest.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5237aaf243d29732f59557361b7a993c0a18cf0e 11-Nov-2015 tfarina <tfarina@chromium.org> Convert usage of ARRAY_SIZE to arraysize.

ARRAY_SIZE is the old version of arraysize and does not cover
all the cases in C++, arraysize is a copy of Chromium's
version and thus have wider coverage.

BUG=None
R=tommi@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#10594}
/external/webrtc/webrtc/base/bitbuffer_unittest.cc
0c4e06b4c6107a1b94f764e279e4fb4161e905b0 07-Oct-2015 Peter Boström <pbos@webrtc.org> Use suffixed {uint,int}{8,16,32,64}_t types.

Removes the use of uint8, etc. in favor of uint8_t.

BUG=webrtc:5024
R=henrik.lundin@webrtc.org, henrikg@webrtc.org, perkj@webrtc.org, solenberg@webrtc.org, stefan@webrtc.org, tina.legrand@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#10196}
/external/webrtc/webrtc/base/bitbuffer_unittest.cc
8c266e6baff043a1fa5c9134f46042908a376d5b 24-Sep-2015 Peter Boström <pbos@webrtc.org> H264 bitstream parser.

Parsing the encoded bitstream is required for doing downscaling
decisions based on average encoded QP to improve perceived quality.

BUG=webrtc:4968
R=noahric@chromium.org, stefan@webrtc.org
TBR=pthatcher@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#10051}
/external/webrtc/webrtc/base/bitbuffer_unittest.cc
2d3b7e2173c672dca5d97d9a5c8ab4217652c442 14-Jul-2015 Zeke Chin <tkchin@webrtc.org> AppRTCDemo file logging.

Adds logging macros to log logs to a file. Undeletes CircularFileStream
for that purpose.

BUG=
R=jiayl@webrtc.org, pbos@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#9582}
/external/webrtc/webrtc/base/bitbuffer_unittest.cc
97bce58ed923b5abc6f0a2d681ccfcfa36daa19e 19-May-2015 Donald E Curtis <decurtis@google.com> Disable the EXPECT_DEATH check in bitbuffer on Android

BUG=4364
R=noahric@chromium.org, pthatcher@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#9226}
/external/webrtc/webrtc/base/bitbuffer_unittest.cc
bf560ddf918e0b6f2783049962c7c3cf82d4b363 19-May-2015 Donald E Curtis <decurtis@google.com> remove filelock which is now unused

R=pthatcher@webrtc.org

Committed: https://crrev.com/5ece00f7fa15407314aa27ae5c262a86f004468a
Cr-Commit-Position: refs/heads/master@{#9222}

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

Cr-Commit-Position: refs/heads/master@{#9225}
/external/webrtc/webrtc/base/bitbuffer_unittest.cc
5ece00f7fa15407314aa27ae5c262a86f004468a 19-May-2015 Donald E Curtis <decurtis@google.com> remove filelock which is now unused

R=pthatcher@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#9222}
/external/webrtc/webrtc/base/bitbuffer_unittest.cc
86153c26a00b30579a5b6c226ad5fd2b46b9926b 29-Apr-2015 Noah Richards <noahric@chromium.org> Added a BitBufferWriter subclass that contains methods for writing bit and byte-sized data, along with exponential golomb encoded data.

This pattern (read-only base, writable subclass) was picked to maintain a *Buffer option that doesn't copy the source bits when parsing. ByteBuffer and Buffer both copy. I'm open to discussion on what the type relationship would be, though :)

Tests have been added to ensure the symmetric nature of read/write operations.

BUG=
R=bcornell@google.com, pthatcher@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#9107}
/external/webrtc/webrtc/base/bitbuffer_unittest.cc
bbf7c864ad7b9c6b643ece24967cab77c87ad26c 22-Apr-2015 Noah Richards <noahric@chromium.org> Add a new BitBuffer class to webrtc base.

Provides a read-only interface for reading byte and bit-sized data from
an underlying buffer in network/big-endian order. Also provides a method
for reading exponential golomb encoded values, which will be useful in
H.264 packet parsing (separate CL).

BUG=
R=pthatcher@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#9046}
/external/webrtc/webrtc/base/bitbuffer_unittest.cc