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 (
Collapse
)
Author
Age
Files
Lines
*
core: update NAPacketiser::parse_stream() documentation
Kostya Shishkov
2024-04-23
1
-1
/
+3
|
*
Introduce NAPacketiser::attach_stream()
Kostya Shishkov
2024-04-23
1
-0
/
+4
|
|
|
|
|
This allows packetisers to get initial stream information and act on it during parsing process or returning a new stream.
*
core/soundcvt: fix some cases where resampler skipped its work
Kostya Shishkov
2024-01-05
1
-2
/
+7
|
*
core/scale: support copying paletted frames
Kostya Shishkov
2023-09-09
1
-0
/
+24
|
*
core/compr: fix documentation comments
Kostya Shishkov
2023-08-18
2
-46
/
+46
|
*
fix clippy warnings
Kostya Shishkov
2023-07-26
17
-122
/
+77
|
*
core/soundcvt: typo
Kostya Shishkov
2023-07-25
1
-1
/
+1
|
*
core/reorder: clear frame IDs in MTFrameReorderer on flush
Kostya Shishkov
2023-07-06
1
-0
/
+1
|
*
core/scale: fix typos in scaling loop
Kostya Shishkov
2023-06-16
1
-2
/
+2
|
*
core/frame: add means for NAVideoBufferPool to grow and report its usage
Kostya Shishkov
2023-06-10
1
-0
/
+16
|
*
generic frame reorderer for multi-threaded decoders
Kostya Shishkov
2023-06-10
1
-0
/
+120
|
*
introduce the interface for multi-threaded decoders
Kostya Shishkov
2023-06-10
1
-0
/
+68
|
*
core/soundcvt: add resampling support
Kostya Shishkov
2023-05-25
2
-0
/
+424
|
*
core/scale: add proper rescaling
Kostya Shishkov
2023-05-25
3
-124
/
+526
|
*
core/compr: make code length limiting in deflate actually work
Kostya Shishkov
2023-05-25
1
-17
/
+17
|
*
core/compr: fix clippy warnings
Kostya Shishkov
2023-05-25
1
-3
/
+2
|
*
core/compr: improve deflate match search
Kostya Shishkov
2023-05-25
1
-64
/
+46
|
*
core/scale: fix off-by-one typo
Kostya Shishkov
2023-05-20
1
-2
/
+2
|
*
core/codecs: EncodeParameters.bitrate is in bits per second
Kostya Shishkov
2023-05-18
1
-1
/
+1
|
*
introduce a way for encoder to manifest its capabilities
Kostya Shishkov
2023-03-14
1
-0
/
+11
|
*
rename "str" variable to avoid confusion with the primitive type
Kostya Shishkov
2023-02-17
4
-24
/
+24
|
*
core/compr: make a faster version of Inflate::uncompress()
Kostya Shishkov
2022-12-23
1
-2
/
+224
|
*
core/demuxer: add functions for creating demuxers with options
Kostya Shishkov
2022-12-17
1
-0
/
+20
|
*
core/soundcvt: support conversion from packed audio
Kostya Shishkov
2022-11-05
1
-6
/
+59
|
*
core/frame: set correct duration for newly constructed audio buffer
Kostya Shishkov
2022-11-05
1
-1
/
+2
|
*
core/io: drop useless duplicated statement in test
Kostya Shishkov
2022-11-05
1
-1
/
+0
|
*
give 'str' variables more appropriate names
Kostya Shishkov
2022-11-04
3
-22
/
+22
|
*
core: introduce NAStream::make_ts()
Kostya Shishkov
2022-11-04
1
-0
/
+4
|
*
core/io: allow skipping right to the bitstream end
Kostya Shishkov
2022-10-13
1
-1
/
+4
|
*
fix some clippy warnings
Kostya Shishkov
2022-09-22
8
-101
/
+67
|
*
core/io: fix example in intcode
Kostya Shishkov
2022-09-22
1
-1
/
+1
|
*
core/frame: drop unneeded mut
Kostya Shishkov
2022-03-02
1
-1
/
+1
|
*
core: fix NAStream.get_duration()
Kostya Shishkov
2021-11-22
1
-1
/
+1
|
*
add bytes_left() to NAPacketiser so its internal buffer size can be monitored
Kostya Shishkov
2021-11-19
1
-0
/
+2
|
*
core/io: hopefully fix BoundedFileReader::read_buf_some() for good
Kostya Shishkov
2021-11-18
1
-6
/
+5
|
*
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
|
[next]