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
/
codecs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix clippy warnings
Kostya Shishkov
2023-07-26
6
-23
/
+22
*
introduce a way for encoder to manifest its capabilities
Kostya Shishkov
2023-03-14
1
-0
/
+1
*
indeo3enc: advance frameno on skip frames as well
Kostya Shishkov
2023-02-15
1
-0
/
+1
*
indeo3enc: requant input only in modes 0/3/10
Kostya Shishkov
2023-02-15
1
-5
/
+1
*
indeo3enc: rework cell intra flag logic
Kostya Shishkov
2023-02-15
3
-16
/
+19
*
indeo3enc: fix always enabled frame recompression
Kostya Shishkov
2023-02-15
1
-1
/
+1
*
indeo3enc: fix mode10 interpolation
Kostya Shishkov
2023-02-15
2
-8
/
+6
*
indeo3enc: rework the logic with motion cells
Kostya Shishkov
2023-02-14
3
-33
/
+42
*
indeo3enc: fix checksum calculation
Kostya Shishkov
2023-02-14
2
-3
/
+5
*
rework Indeo 3 decoder
Kostya Shishkov
2023-02-14
1
-634
/
+891
*
Indeo 3 encoder
Kostya Shishkov
2023-02-06
6
-1
/
+2306
*
split Indeo 3 codebooks into separate module
Kostya Shishkov
2023-02-06
3
-674
/
+676
*
make validate!() print message only in debug builds
Kostya Shishkov
2022-12-23
1
-0
/
+5
*
give 'str' variables more appropriate names
Kostya Shishkov
2022-11-04
1
-9
/
+9
*
indeo5: add source mention for a new test
Kostya Shishkov
2022-10-13
1
-0
/
+1
*
indeo5: implement scalable streams support
Kostya Shishkov
2022-10-13
2
-14
/
+111
*
indeo5: fix off-by-one error in recombine_plane()
Kostya Shishkov
2022-10-13
1
-103
/
+103
*
indeo5: fix band size check
Kostya Shishkov
2022-10-13
1
-1
/
+2
*
prepare for implementing scalable Indeo 5
Kostya Shishkov
2022-10-13
4
-5
/
+15
*
indeo: reorder frames for Indeo4
Kostya Shishkov
2022-10-07
1
-0
/
+5
*
indeo: fix tile end calculation
Kostya Shishkov
2022-10-07
1
-1
/
+1
*
indeo: do not align bitstream on empty tiles
Kostya Shishkov
2022-10-06
1
-1
/
+1
*
indeo4: fix picture header parsing
Kostya Shishkov
2022-10-06
1
-7
/
+3
*
indeo: fix selecting reference tile
Kostya Shishkov
2022-10-06
1
-1
/
+6
*
fix some clippy warnings
Kostya Shishkov
2022-09-22
5
-27
/
+27
*
annotate the sources for test samples
Kostya Shishkov
2021-11-20
6
-0
/
+7
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
2
-7
/
+7
*
use MaybeUninit properly
Kostya Shishkov
2021-04-05
1
-9
/
+9
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
6
-9
/
+9
*
fix some warnings (unneeded parentheses, missing dyn keyword)
Kostya Shishkov
2020-09-27
1
-3
/
+3
*
rename register_all_codecs to register_all_decoders
Kostya Shishkov
2020-07-09
7
-13
/
+13
*
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
*
split nihav-codec-support crate from nihav-core
Kostya Shishkov
2020-02-20
5
-6
/
+10
*
make all codec crates export just register_all functions and document them
Kostya Shishkov
2020-02-17
7
-12
/
+13
*
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
[next]