index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-commonfmt
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix import crate for codec tests
Kostya Shishkov
2020-02-21
5
-5
/
+5
*
fix re-exports of crate submodules
Kostya Shishkov
2020-02-20
1
-2
/
+2
*
split nihav-registry from nihav-core
Kostya Shishkov
2020-02-20
3
-1
/
+5
*
split nihav-codec-support crate from nihav-core
Kostya Shishkov
2020-02-20
6
-4
/
+9
*
make all codec crates export just register_all functions and document them
Kostya Shishkov
2020-02-17
8
-12
/
+19
*
Make BitReader rely on passed slice size without the additional arguments.
Kostya Shishkov
2020-02-11
5
-8
/
+8
*
clearvideo: switch to MD5-based test
Kostya Shishkov
2020-02-11
1
-4
/
+14
*
avi demuxer: sample size is already in bits
Kostya Shishkov
2019-11-27
1
-1
/
+1
*
make decoders Send-able
Kostya Shishkov
2019-11-27
6
-7
/
+7
*
make audio decoder tests write .wav files only by request
Kostya Shishkov
2019-11-18
4
-4
/
+4
*
fix demuxer tests after introducing seek index
Kostya Shishkov
2019-11-18
1
-1
/
+2
*
allow to skip index building
Kostya Shishkov
2019-11-16
1
-9
/
+11
*
avi: add index parsing and seeking
Kostya Shishkov
2019-11-15
1
-9
/
+55
*
initial seeking support
Kostya Shishkov
2019-11-13
1
-5
/
+27
*
check for missing reference frames in various decoders
Kostya Shishkov
2019-11-11
1
-1
/
+3
*
add flush() to decoder interface
Kostya Shishkov
2019-11-09
6
-0
/
+22
*
avi: stop outputting frames when index is hit
Kostya Shishkov
2019-08-17
1
-0
/
+3
*
move zigzag scan to common place
Kostya Shishkov
2019-07-03
1
-11
/
+0
*
avi: support ON2 files
Kostya Shishkov
2019-06-22
1
-2
/
+16
*
commonfmt: fix some clippy warnings
Kostya Shishkov
2019-05-15
10
-227
/
+161
*
fix clippy errors
Kostya Shishkov
2019-05-14
1
-0
/
+1
*
mark traits as dyn
Kostya Shishkov
2019-05-14
7
-8
/
+8
*
switch to better FFT interface and more flexible FFT implementation
Kostya Shishkov
2019-05-05
3
-7
/
+5
*
introduce NADecoderSupport and buffer pools
Kostya Shishkov
2019-05-02
6
-12
/
+12
*
switch NAFrame references to Arc
Kostya Shishkov
2019-04-29
6
-7
/
+7
*
switch NACodecInfo to Arc
Kostya Shishkov
2019-04-29
6
-25
/
+13
*
switch to refcounted buffers
Kostya Shishkov
2019-04-28
6
-11
/
+9
*
move test files into subdirectories
Kostya Shishkov
2019-03-12
2
-3
/
+3
*
fix allocated buffer mutability after previous commit
Kostya Shishkov
2019-02-15
4
-4
/
+4
*
remove unused imports
Kostya Shishkov
2019-01-22
3
-5
/
+0
*
fix warnings
Kostya Shishkov
2019-01-18
1
-0
/
+1
*
try to fix tests
Kostya Shishkov
2019-01-17
5
-10
/
+54
*
split remaining decoders and demuxer from core
Kostya Shishkov
2019-01-17
11
-0
/
+8825