index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-ms
/
src
/
codecs
Commit message (
Expand
)
Author
Age
Files
Lines
*
ms-adpcm: fix decoding
Kostya Shishkov
2023-12-21
1
-3
/
+3
*
fix clippy warnings
Kostya Shishkov
2023-07-26
4
-9
/
+7
*
introduce a way for encoder to manifest its capabilities
Kostya Shishkov
2023-03-14
3
-0
/
+3
*
msvideo1enc: fix inversed flags in quantisation
Kostya Shishkov
2023-02-14
1
-5
/
+5
*
msvideo1enc: handle skip frames
Kostya Shishkov
2023-02-08
1
-0
/
+25
*
msvideo1enc: add paletted input support
Kostya Shishkov
2023-02-08
1
-21
/
+450
*
msvideo1enc: fix skip mode
Kostya Shishkov
2023-02-08
1
-6
/
+4
*
msvideo1enc: fix 8-colour mode
Kostya Shishkov
2023-02-08
1
-16
/
+19
*
msvideo1enc: prepare workflow for the future paletted mode support
Kostya Shishkov
2023-02-08
1
-105
/
+137
*
msvideo1enc: support quality setting
Kostya Shishkov
2023-02-08
1
-7
/
+30
*
msvideo1enc: switch to faster 2-colour quantiser
Kostya Shishkov
2023-02-08
1
-165
/
+163
*
make validate!() print message only in debug builds
Kostya Shishkov
2022-12-23
1
-0
/
+5
*
fix some clippy warnings
Kostya Shishkov
2022-09-22
3
-14
/
+14
*
annotate the sources for test samples
Kostya Shishkov
2021-11-20
6
-0
/
+7
*
add enabling/disabling features for files with both encoder and decoder
Kostya Shishkov
2021-11-17
1
-0
/
+11
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
1
-1
/
+1
*
msvideo1enc: fix corner case in box split condition
Kostya Shishkov
2021-10-18
1
-2
/
+2
*
ms/imaadpcmenc: disable encoding to file in tests
Kostya Shishkov
2021-10-18
1
-1
/
+1
*
add MS variant of IMA ADPCM encoder
Kostya Shishkov
2021-08-08
2
-0
/
+394
*
MS ADPCM encoder: fix test after sound conversion fixes
Kostya Shishkov
2021-08-08
1
-1
/
+1
*
make encoder test functions accept encoder-specific options
Kostya Shishkov
2021-08-08
2
-3
/
+3
*
msvideo1enc: speed-up encoding a bit
Kostya Shishkov
2021-06-27
1
-24
/
+63
*
msvideo1enc: get rid of small repeated allocation
Kostya Shishkov
2021-06-26
1
-2
/
+4
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
2
-3
/
+3
*
msvideo1enc: update test after changes in vector quantiser
Kostya Shishkov
2020-10-04
1
-1
/
+1
*
introduce stream and container duration
Kostya Shishkov
2020-10-04
2
-2
/
+2
*
remove trailing whitespace
Kostya Shishkov
2020-07-10
1
-2
/
+1
*
rename register_all_codecs to register_all_decoders
Kostya Shishkov
2020-07-09
6
-16
/
+16
*
make HAMShuffler generic
Kostya Shishkov
2020-06-16
2
-33
/
+3
*
msvideo1enc: switch to MD5-based test
Kostya Shishkov
2020-06-16
1
-2
/
+4
*
msadpcmenc: switch to MD5-based test
Kostya Shishkov
2020-06-16
1
-1
/
+2
*
ms: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
3
-10
/
+12
*
Microsoft RLE decoder
Kostya Shishkov
2020-06-07
2
-0
/
+323
*
add declared bitdepth to NAVideoInfo
Kostya Shishkov
2020-06-07
1
-0
/
+1
*
msadpcm: fix test after sample order change
Kostya Shishkov
2020-06-06
1
-1
/
+1
*
remove trailing whitespaces
Kostya Shishkov
2020-06-06
2
-3
/
+3
*
msvideo1enc: add keyframe interval option
Kostya Shishkov
2020-06-06
1
-4
/
+32
*
set stream number in encoders too
Kostya Shishkov
2020-06-05
2
-2
/
+6
*
copy encoding parameters from the reference when negotiating the format
Kostya Shishkov
2020-06-05
2
-2
/
+2
*
introduce option handling for decoders
Kostya Shishkov
2020-06-01
3
-0
/
+18
*
introduce option handling for encoders
Kostya Shishkov
2020-05-31
2
-0
/
+12
*
MS Video 1 16-bit encoder and MS ADPCM encoder
Kostya Shishkov
2020-05-30
3
-15
/
+845
*
msvideo1: remove debug leftover
Kostya Shishkov
2020-05-28
1
-1
/
+0
*
add a crate for common MS formats
Kostya Shishkov
2020-05-24
4
-0
/
+626