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/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
|
*
remove trailing whitespace
Kostya Shishkov
2020-07-10
1
-2
/
+2
|
*
core/scale: fix flipping of packed 16- and 32-bit images
Kostya Shishkov
2020-07-10
1
-2
/
+2
|
*
core/muxers: fix copy-paste comments
Kostya Shishkov
2020-07-10
1
-2
/
+2
|
*
core/codecs: fix wrong type in doc example
Kostya Shishkov
2020-07-10
1
-1
/
+1
|
*
rename register_all_codecs to register_all_decoders
Kostya Shishkov
2020-07-09
1
-2
/
+2
|
*
core: implement Default for NATimePoint
Kostya Shishkov
2020-07-09
1
-0
/
+6
|
*
use NATimePoint for seeking
Kostya Shishkov
2020-07-09
1
-10
/
+25
|
*
core/frame: fix NATimePoint parsing from string
Kostya Shishkov
2020-07-09
1
-1
/
+1
|
*
core/frame: add None to NATimePoint and comparison functions to NATimeInfo
Kostya Shishkov
2020-07-09
1
-0
/
+32
|
*
core: add NATimePoint for time-related actions
Kostya Shishkov
2020-07-09
1
-0
/
+157
|
*
Revert "core/formats: implement ToString instead of Display for NAChannelType"
Kostya Shishkov
2020-07-08
1
-4
/
+5
|
|
|
|
|
|
This reverts commit 81b94329a275bb92066404bd3bb2822c5bb3f424. I forgot that implemented Display means automatic ToString() and not vice versa.
*
nihav_core/scale: fix ELBG palettisation in the same way as the generic version
Kostya Shishkov
2020-07-08
1
-4
/
+1
|
*
core/formats: add conversion to/from short string form for NAPixelFormaton
Kostya Shishkov
2020-07-07
1
-0
/
+377
|
*
core/format: use common format parsing error
Kostya Shishkov
2020-07-06
1
-13
/
+9
|
*
core/formats: implement ToString instead of Display for NAChannelType
Kostya Shishkov
2020-07-06
1
-5
/
+4
|
[prev]
[next]