Commit Graph

22 Commits

Author SHA1 Message Date
Martchus 8c033ca243 Fix warnings 2021-03-20 21:56:45 +01:00
Martchus b48b2f5c06 Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
Martchus 9a50d2b8df Remove types 2019-04-13 20:33:39 +02:00
Marius Kittler 132f936c57 Remove workaround for GCC Bug 66145 2019-04-13 20:33:39 +02:00
Martchus 61f7ce90e1 Improve coding style (after running clang-tidy) 2018-08-12 22:09:22 +02:00
Martchus 9429f7e23f Fix BitReader::bitsAvailable() 2017-06-25 16:00:11 +02:00
Martchus 59e20b1043 Apply clang-format 2017-05-01 03:13:11 +02:00
Martchus d6b08b8ed9 Fix decoration for static builds
- Also add improvemnts a few other things in the build system
2016-08-29 15:35:48 +02:00
Martchus 551867485c Throw IO failure always via throwIoFailure 2016-08-06 21:20:25 +02:00
Martchus c7c64e0784 Improve documentation 2016-06-10 14:08:56 +02:00
Martchus a7941b92e2 added BitReader::readUnsignedExpGolombCodedBits() and
BitReader::readSignedExpGolombCodedBits()
2016-02-16 17:25:03 +01:00
Martchus 7299299a40 fixed showBits() 2016-01-27 01:13:30 +01:00
Martchus 4d6bf67188 fixed includes 2015-09-06 20:19:09 +02:00
Martchus 603dbf823a fixed includes 2015-09-06 15:30:16 +02:00
Martchus 72b7afb17e added method for reading a single bit 2015-08-08 01:18:24 +02:00
Martchus 7956635de1 added method to read without advancing the current position, added
method to re-establish alignment
2015-07-31 01:23:42 +02:00
Martchus 9f25d76afe improved BitReader 2015-07-27 23:16:49 +02:00
Martchus feaa059375 fixed "end of buffer" condition 2015-07-13 00:59:21 +02:00
Martchus f396b8afa1 added method for restting the bit reader 2015-07-07 00:50:03 +02:00
Martchus 3c395a955a updated brief 2015-06-21 21:42:32 +02:00
Martchus 6bf736af0e completed BitReader class; small improvements 2015-06-10 21:00:44 +02:00
Martchus 3ede66098f added BitReader class 2015-06-08 22:09:09 +02:00