index
:
nihav
master
Mirror of nihav.org project
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-commonfmt
/
src
/
codecs
Commit message (
Expand
)
Author
Age
Files
Lines
*
rawvideo: support packed RGB a bit better
Kostya Shishkov
2024-06-30
1
-1
/
+5
*
gifdec: fix transparent frame decoding
Kostya Shishkov
2023-11-11
1
-2
/
+1
*
gifenc: support grayscale input directly
Kostya Shishkov
2023-09-11
1
-9
/
+46
*
gifenc: improve no-compression mode by keeping code lengths the same
Kostya Shishkov
2023-09-11
1
-1
/
+6
*
GIF support
Kostya Shishkov
2023-09-10
3
-0
/
+995
*
zmbvenc: implement coarse but fast motion estimation and use it by default
Kostya Shishkov
2023-08-25
1
-42
/
+103
*
fix clippy warnings
Kostya Shishkov
2023-07-26
4
-7
/
+6
*
rawvideoenc: suggest YUV during format negotiation
Kostya Shishkov
2023-06-16
1
-1
/
+9
*
cinepakenc: add an option to further refine the selected vectors
Kostya Shishkov
2023-06-05
1
-21
/
+198
*
raw video "encoder"
Kostya Shishkov
2023-06-04
2
-0
/
+104
*
cinepakenc: introduce fast VQ mode and make it default
Kostya Shishkov
2023-06-03
1
-4
/
+66
*
cinepakenc: factor out ELBG quantisation
Kostya Shishkov
2023-06-03
1
-15
/
+13
*
cinepakenc: make ELBG mode to behave like hybrid mode (and drop that one)
Kostya Shishkov
2023-06-03
1
-18
/
+1
*
zmbvenc: handle I-frames that turned out to be skip frames
Kostya Shishkov
2023-05-25
1
-1
/
+2
*
zmbvenc: update checksums after deflate changes
Kostya Shishkov
2023-05-25
1
-4
/
+4
*
cinepakenc: try to calculate the number of strips automatically if requested
Kostya Shishkov
2023-05-20
1
-0
/
+6
*
introduce a way for encoder to manifest its capabilities
Kostya Shishkov
2023-03-14
3
-0
/
+3
*
cinepakenc: add option for forcing V1-only mode
Kostya Shishkov
2023-02-23
1
-5
/
+24
*
cinepakenc: in hybrid VQ mode do not run ELBG refinement for < 256 entries
Kostya Shishkov
2023-02-23
1
-6
/
+14
*
cinepakenc: output only the active codebook part
Kostya Shishkov
2023-02-23
1
-16
/
+16
*
cinepakenc: fix detection of codebook changed part
Kostya Shishkov
2023-02-23
1
-1
/
+1
*
cinepakenc: fix mask output optimisation
Kostya Shishkov
2023-02-23
1
-1
/
+1
*
rename "str" variable to avoid confusion with the primitive type
Kostya Shishkov
2023-02-17
1
-2
/
+2
*
make validate!() print message only in debug builds
Kostya Shishkov
2022-12-23
1
-0
/
+5
*
cinepak: fix handling of intra slices in inter frames
Kostya Shishkov
2022-11-25
1
-1
/
+3
*
clearvideo: align dimensions to 32 for RealVideo variant
Kostya Shishkov
2022-11-22
1
-1
/
+4
*
fix some clippy warnings
Kostya Shishkov
2022-09-22
5
-18
/
+17
*
silence warnings in a newer rustc
Kostya Shishkov
2022-09-05
1
-0
/
+3
*
zmbv: fix out-of-bounds motion compensation
Kostya Shishkov
2021-12-14
2
-6
/
+6
*
annotate the sources for test samples
Kostya Shishkov
2021-11-20
11
-0
/
+17
*
add enabling/disabling features for files with both encoder and decoder
Kostya Shishkov
2021-11-17
1
-0
/
+21
*
correct some crate configurations for enabling/disabling features
Kostya Shishkov
2021-11-17
1
-0
/
+4
*
fix clippy warnings
Kostya Shishkov
2021-11-17
3
-5
/
+7
*
baseline JPEG decoder
Kostya Shishkov
2021-11-15
2
-0
/
+824
*
move AAC decoder to nihav-mpeg crate
Kostya Shishkov
2021-11-09
2
-1858
/
+0
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
2
-14
/
+14
*
rawvideo: calculate stride for packed data properly
Kostya Shishkov
2021-10-06
1
-2
/
+6
*
add raw RGB support for AVI
Kostya Shishkov
2021-10-03
2
-0
/
+163
*
introduce raw video "codec"
Kostya Shishkov
2021-09-30
2
-0
/
+111
*
zmbvenc: reduce range for the tests
Kostya Shishkov
2021-08-08
1
-8
/
+16
*
make encoder test functions accept encoder-specific options
Kostya Shishkov
2021-08-08
2
-10
/
+14
*
remove trailing whitespaces
Kostya Shishkov
2021-06-03
1
-2
/
+2
*
zmbvenc: export changed palette
Kostya Shishkov
2021-06-03
1
-0
/
+19
*
cinepakenc: fix multi-strip handling
Kostya Shishkov
2021-06-03
1
-58
/
+83
*
Zip Motion Blocks Video encoder
Kostya Shishkov
2021-05-22
2
-0
/
+712
*
Zip Motion Blocks Video decoder
Kostya Shishkov
2021-05-20
2
-0
/
+363
*
use MaybeUninit properly
Kostya Shishkov
2021-04-05
1
-8
/
+8
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
3
-5
/
+5
*
cinepak: codebooks should be per strip
Kostya Shishkov
2021-03-10
1
-19
/
+25
*
clearvideo: support overlapping mode
Kostya Shishkov
2020-12-31
1
-4
/
+297
[next]