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
*
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
*
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
*
core: add short string formats for sonitons
Kostya Shishkov
2020-07-06
1
-0
/
+36
*
deflate: fix output indexing
Kostya Shishkov
2020-07-06
1
-1
/
+5
*
nihav_core/deflate: fix handling large buffers
Kostya Shishkov
2020-06-27
1
-4
/
+4
*
nihav_core/deflate: recognize deflated stream header in uncompress()
Kostya Shishkov
2020-06-25
1
-1
/
+2
*
core/bitreader: add get_data() for accessing bitreader input directly
Kostya Shishkov
2020-06-21
1
-0
/
+3
*
core: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
13
-69
/
+86
*
core: add iterator for the lists of registered demuxers and muxers
Kostya Shishkov
2020-06-12
2
-0
/
+8
*
add frame skip option for decoders
Kostya Shishkov
2020-06-11
2
-0
/
+52
*
add declared bitdepth to NAVideoInfo
Kostya Shishkov
2020-06-07
1
-1
/
+4
*
core/frame: add helper functions for dealing with reference-counted buffer
Kostya Shishkov
2020-06-06
1
-0
/
+6
*
factor out keyframe interval option
Kostya Shishkov
2020-06-06
1
-0
/
+5
*
core: make StreamManager accept NAStreamRef too
Kostya Shishkov
2020-06-05
1
-0
/
+7
*
core: implement NAOptionHandler for Muxer
Kostya Shishkov
2020-06-05
1
-0
/
+12
*
core: redesign options module
Kostya Shishkov
2020-06-04
1
-109
/
+110
*
core/codecs: implement AllocatorError -> EncoderError conversion
Kostya Shishkov
2020-06-03
1
-0
/
+4
*
introduce option handling for decoders
Kostya Shishkov
2020-06-01
1
-1
/
+1
*
introduce option handling for encoders
Kostya Shishkov
2020-05-31
1
-1
/
+2
*
introduce option handling for demuxers
Kostya Shishkov
2020-05-31
1
-1
/
+14
[next]