index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-indeo
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename register_all_codecs to register_all_decoders
Kostya Shishkov
2020-07-09
8
-14
/
+14
*
make HAMShuffler generic
Kostya Shishkov
2020-06-16
1
-1
/
+1
*
indeo: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
5
-21
/
+27
*
introduce option handling for decoders
Kostya Shishkov
2020-06-01
6
-0
/
+36
*
intel263: switch to MD5-based test
Kostya Shishkov
2020-04-08
1
-1
/
+19
*
intel263: use codec-specific DSP functions
Kostya Shishkov
2020-04-08
1
-3
/
+295
*
intel263: fix quantisation
Kostya Shishkov
2020-04-08
1
-2
/
+10
*
intel263: correct frame PTS in case of B-frames being present
Kostya Shishkov
2020-04-08
1
-8
/
+30
*
fix import crate for codec tests
Kostya Shishkov
2020-02-21
6
-6
/
+6
*
fix re-exports of crate submodules
Kostya Shishkov
2020-02-20
1
-1
/
+1
*
split nihav-codec-support crate from nihav-core
Kostya Shishkov
2020-02-20
6
-6
/
+11
*
make all codec crates export just register_all functions and document them
Kostya Shishkov
2020-02-17
8
-13
/
+16
*
Make BitReader rely on passed slice size without the additional arguments.
Kostya Shishkov
2020-02-11
5
-5
/
+5
*
indeo3: support mid-stream frame size change
Kostya Shishkov
2019-12-14
1
-3
/
+4
*
indeo5: switch to MD5-based testing
Kostya Shishkov
2019-12-14
1
-3
/
+103
*
indeo/ivi: restore erroneously deleted chunk
Kostya Shishkov
2019-12-14
1
-0
/
+3
*
indeo4: use MD5-based testing
Kostya Shishkov
2019-12-14
1
-2
/
+30
*
indeo/ivi: init codebook for transparency plane
Kostya Shishkov
2019-12-13
1
-0
/
+1
*
indeo/ivi: fix reference selection
Kostya Shishkov
2019-12-13
1
-4
/
+1
*
indeo/ivi: fix motion compensation routine
Kostya Shishkov
2019-12-13
1
-2
/
+2
*
indeo/ivi: use tiles without references
Kostya Shishkov
2019-12-11
1
-9
/
+11
*
indeo3: switch test to frame hashes
Kostya Shishkov
2019-12-07
1
-1
/
+13
*
indeo3: add reference requantisation
Kostya Shishkov
2019-12-07
1
-3
/
+40
*
indeo3: handle skip frames
Kostya Shishkov
2019-12-07
1
-0
/
+6
*
indeo3: various small fixes
Kostya Shishkov
2019-12-07
1
-16
/
+22
*
indeo3: flip buffers instead of selecting
Kostya Shishkov
2019-12-07
1
-80
/
+34
*
indeo2: use frame hashes for testing
Kostya Shishkov
2019-11-30
1
-1
/
+13
*
indeo2: swap chroma planes
Kostya Shishkov
2019-11-30
1
-2
/
+4
*
make decoders Send-able
Kostya Shishkov
2019-11-27
7
-36
/
+35
*
make audio decoder tests write .wav files only by request
Kostya Shishkov
2019-11-18
1
-1
/
+1
*
add flush() to decoder interface
Kostya Shishkov
2019-11-09
7
-0
/
+25
*
move zigzag scan to common place
Kostya Shishkov
2019-07-03
4
-13
/
+3
*
indeo: fix some clippy warnings
Kostya Shishkov
2019-05-15
10
-152
/
+150
*
fix clippy errors
Kostya Shishkov
2019-05-14
1
-0
/
+1
*
indeo3: fix source buffer
Kostya Shishkov
2019-05-14
1
-1
/
+1
*
mark traits as dyn
Kostya Shishkov
2019-05-14
6
-7
/
+7
*
switch to better FFT interface and more flexible FFT implementation
Kostya Shishkov
2019-05-05
1
-2
/
+2
*
introduce NADecoderSupport and buffer pools
Kostya Shishkov
2019-05-02
6
-12
/
+12
*
switch NAFrame references to Arc
Kostya Shishkov
2019-04-29
7
-9
/
+9
*
switch NACodecInfo to Arc
Kostya Shishkov
2019-04-29
6
-32
/
+20
*
switch to refcounted buffers
Kostya Shishkov
2019-04-28
4
-6
/
+6
*
move test files into subdirectories
Kostya Shishkov
2019-03-12
6
-11
/
+11
*
indeo: fix 4x4 blocks decoding
Kostya Shishkov
2019-03-12
1
-13
/
+23
*
indeo3: fix fill_block8x8
Kostya Shishkov
2019-02-18
1
-0
/
+3
*
indeo3: support non-modulo 16 dimensions somewhat
Kostya Shishkov
2019-02-16
1
-9
/
+16
*
fix allocated buffer mutability after previous commit
Kostya Shishkov
2019-02-15
3
-3
/
+3
*
remove unused imports
Kostya Shishkov
2019-01-22
3
-4
/
+0
*
fix the rest of tests
Kostya Shishkov
2019-01-17
7
-12
/
+69
*
split NihAV into subcrates
Kostya Shishkov
2019-01-17
11
-0
/
+6991