core/scale: fix check for checking formats subsampling differences
[nihav.git] / nihav-core / src / io /
2020-10-04 Kostya Shishkovcore/io: introduce flush() call for ByteIO
2020-09-30 Kostya Shishkovcore/io: fix reading behaviour with e.g. BufReader
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-09-10 Kostya Shishkovcore/io: switch FileReader and FileWriter to work with...
2020-06-21 Kostya Shishkovcore/bitreader: add get_data() for accessing bitreader...
2020-06-16 Kostya Shishkovcore: fix or silence clippy warnings
2020-05-29 Kostya Shishkovcore/io: introduce GrowableMemoryWriter
2020-05-25 Kostya Shishkovcore/byteio: add read_tag/peek_tag for reading four...
2020-04-26 Kostya Shishkovcore/io: fix reading escape bits past end in codebook
2020-04-13 Kostya Shishkovcore/io: fix bug in MemoryReader::peek_buf()
2020-04-13 Kostya Shishkovcore/io: make Codebook fields and TABLE_FILL_VALUE...
2020-04-11 Kostya Shishkovcore/io: fix typo in codebook doc example
2020-04-11 Kostya Shishkovcore/io: check for non-unique codes while generating...
2020-04-11 Kostya Shishkovcore/io: mark FullCodebookDesc and ShortCodebookDesc...
2020-02-16 Kostya Shishkovremove trailing whitespace
2020-02-16 Kostya Shishkovcore/io: document codebook module
2020-02-15 Kostya Shishkovcore/io: add module description
2020-02-15 Kostya Shishkovcore/io: document intcode module
2020-02-15 Kostya Shishkovcore/io: document bytestream reading/writing module
2020-02-13 Kostya Shishkovcore/io: make bitstream reader clone()able
2020-02-13 Kostya Shishkovcore/io: bitstream reader documentation
2020-02-11 Kostya ShishkovMake BitReader rely on passed slice size without the...
2020-02-11 Kostya Shishkovcore/byteio: use slice length directly
2019-11-16 Kostya Shishkovcore/byteio: add floating point read-write functions
2019-11-16 Kostya Shishkovcore/byteio: add standalone write functions
2019-11-13 Kostya Shishkovcore/byteio: reexport SeekFrom
2019-08-17 Kostya Shishkovcore: add UintCodeType::Limites{Zeroes,Ones} for clarity
2019-08-17 Kostya Shishkovcore: fix read_XX_{be,le} funcs
2019-05-14 Kostya Shishkovcore: fix most clippy warnings
2019-03-12 Kostya Shishkovmove test files into subdirectories
2019-02-15 Kostya Shishkovbyteio: make standalone read_uXX{be,le} functions
2019-02-12 Kostya Shishkovmake {Full,Short}CodebookDesc fields public
2019-01-23 Kostya Shishkovcodebook: make TableDescReader accept non-static tables
2019-01-17 Kostya Shishkovsplit NihAV into subcrates