index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-core
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/byteio: check for end boundary in BoundedFileReader reads
Kostya Shishkov
2021-11-15
1
-0
/
+15
*
add interfaces for raw data stream handling
Kostya Shishkov
2021-11-15
3
-0
/
+263
*
core/byteio: fix corner case when reading partial buffer at the end of file
Kostya Shishkov
2021-11-12
1
-1
/
+4
*
core/compr: allow inflate work with a custom dictionary
Kostya Shishkov
2021-11-01
1
-0
/
+8
*
core: replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
5
-9
/
+9
*
core/frame: add proper function for audio frame truncation
Kostya Shishkov
2021-10-29
1
-0
/
+11
*
core/intcode: fix unsigned to signed conversion function
Kostya Shishkov
2021-10-26
1
-1
/
+1
*
io/intcode: add variable-length code writing
Kostya Shishkov
2021-10-26
1
-0
/
+156
*
core: add bit writer module
Kostya Shishkov
2021-10-26
2
-0
/
+203
*
core/io: add the finish() and new_read_boxed() to FileReader
Kostya Shishkov
2021-10-20
1
-0
/
+6
*
core/io: add BoundedFileReader for operating on just a part of the input
Kostya Shishkov
2021-10-20
1
-0
/
+179
*
core/scale: fix corner case in mediancut palettiser
Kostya Shishkov
2021-10-18
1
-1
/
+1
*
core/scale: add options support
Kostya Shishkov
2021-10-18
6
-35
/
+173
*
core/scale: support packed YUV formats unpacking
Kostya Shishkov
2021-10-06
1
-6
/
+29
*
core/scale: fix check for checking formats subsampling differences
Kostya Shishkov
2021-10-06
1
-2
/
+11
*
core/scale: use BT.601 YUV by default in conversion
Kostya Shishkov
2021-10-06
2
-7
/
+9
*
core/scale: fix flipping of packed video buffer
Kostya Shishkov
2021-10-05
1
-0
/
+9
*
core/formats: fix offsets in YUV pixel format parsing
Kostya Shishkov
2021-09-30
1
-2
/
+2
*
core/frame: introduce NAVideoBuffer::from_raw_parts()
Kostya Shishkov
2021-09-30
1
-0
/
+4
*
scale: allow copying 16-bit frames
Kostya Shishkov
2021-05-22
1
-0
/
+33
*
deflate: allow writing compressed data to byte-aligned chunks
Kostya Shishkov
2021-05-22
1
-0
/
+14
*
core: support DeflateMode option setting
Kostya Shishkov
2021-05-22
2
-0
/
+45
*
deflate: make Deflate Send-able
Kostya Shishkov
2021-05-22
1
-5
/
+5
*
deflate: add function for decoding just input chunk
Kostya Shishkov
2021-05-20
1
-1
/
+22
*
deflate: fix copy block length check
Kostya Shishkov
2021-05-20
1
-1
/
+1
*
deflate: better check for zlib header
Kostya Shishkov
2021-05-20
1
-2
/
+10
*
deflate: fix align() in inflate
Kostya Shishkov
2021-05-20
1
-1
/
+1
*
nihav_core: add deflate compression
Kostya Shishkov
2021-05-18
1
-1
/
+997
*
deflate: fix zlib stream magic detection
Kostya Shishkov
2021-05-18
1
-1
/
+1
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
7
-8
/
+14
*
core/soundcvt: fix u8->i16 test
Kostya Shishkov
2020-12-23
1
-1
/
+1
*
core/soundcvt: clip output in f32->i32 conversion
Kostya Shishkov
2020-12-23
1
-1
/
+10
*
add complex frame reorderer for upcoming H.264
Kostya Shishkov
2020-12-12
1
-0
/
+67
*
fix NATimeInfo::time_to_ts()
Kostya Shishkov
2020-10-25
1
-9
/
+12
*
core/soundcvt: handle 8-bit signed audio
Kostya Shishkov
2020-10-23
1
-2
/
+31
*
core/scale: fill absent planes during scale process
Kostya Shishkov
2020-10-21
1
-0
/
+34
*
core/scale: process only common components in packing/unpacking
Kostya Shishkov
2020-10-21
1
-2
/
+3
*
core/soundcvt: fix convertsion of certain sample types
Kostya Shishkov
2020-10-12
1
-4
/
+4
*
core/io: introduce flush() call for ByteIO
Kostya Shishkov
2020-10-04
1
-0
/
+22
*
introduce stream and container duration
Kostya Shishkov
2020-10-04
2
-2
/
+27
*
core/io: fix reading behaviour with e.g. BufReader
Kostya Shishkov
2020-09-30
1
-6
/
+18
*
fix some warnings (unneeded parentheses, missing dyn keyword)
Kostya Shishkov
2020-09-27
4
-16
/
+16
*
core: fix clippy warnings
Kostya Shishkov
2020-09-10
3
-5
/
+7
*
core/io: switch FileReader and FileWriter to work with standard traits
Kostya Shishkov
2020-09-10
1
-15
/
+14
*
core/frame: add truncate() for NAAudioBuffer
Kostya Shishkov
2020-09-05
1
-0
/
+6
*
core/codecs: introduce a special error for failed checksum
Kostya Shishkov
2020-09-05
1
-0
/
+2
*
core/formats: add SND_S32P_FORMAT soniton
Kostya Shishkov
2020-09-05
1
-0
/
+2
*
core: add allocation of 32-bit integer audio to alloc_audio_buffer()
Kostya Shishkov
2020-08-31
1
-0
/
+4
*
core/formats: fix displayed NASoniton information
Kostya Shishkov
2020-08-31
1
-1
/
+1
*
core/formats: fix grayscale format returned by NAPixelFormaton::from_str()
Kostya Shishkov
2020-07-11
1
-5
/
+5
[next]