index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-codec-support
Commit message (
Expand
)
Author
Age
Files
Lines
*
codec_support/test: add test_decode_images()
Kostya Shishkov
2021-12-30
1
-0
/
+61
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
4
-11
/
+11
*
codec_support: fix doctests
Kostya Shishkov
2021-10-29
1
-8
/
+8
*
codec_support: add function for calculating LPC filter
Kostya Shishkov
2021-10-26
3
-0
/
+52
*
codec_support/codecs: add negation for MV
Kostya Shishkov
2021-10-14
1
-1
/
+8
*
codec_support/imgwrite: convert packed YUV format before writing
Kostya Shishkov
2021-10-06
1
-2
/
+18
*
codec_support/imgwrite: flip alpha plane too
Kostya Shishkov
2021-09-22
1
-7
/
+10
*
make encoder test functions accept encoder-specific options
Kostya Shishkov
2021-08-08
1
-2
/
+4
*
codec_support: add compress_sample() for IMA ADPCM state
Kostya Shishkov
2021-08-07
1
-0
/
+7
*
codec_support: derive usual traits for IMA ADPCM state
Kostya Shishkov
2021-08-07
1
-0
/
+1
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
3
-5
/
+6
*
codec_support/h263: pred_quant mode implies that AC coefficients should be pr...
Kostya Shishkov
2020-12-22
1
-1
/
+14
*
codec_support/h263: add intra block reconstruction mode with unquantised DCs
Kostya Shishkov
2020-12-20
1
-2
/
+106
*
codec_support/h263: add IDCT from Annex W
Kostya Shishkov
2020-12-20
1
-0
/
+113
*
codec_support/data: fix GenericCache internal size
Kostya Shishkov
2020-12-05
1
-2
/
+2
*
fix some warnings (unneeded parentheses, missing dyn keyword)
Kostya Shishkov
2020-09-27
1
-6
/
+6
*
move QMF implementation into nihav_codec_support
Kostya Shishkov
2020-06-30
3
-0
/
+362
*
codec_support/blockdsp: add halfpel interpolation functions
Kostya Shishkov
2020-06-23
1
-0
/
+54
*
make HAMShuffler generic
Kostya Shishkov
2020-06-16
1
-7
/
+7
*
codec_support/test: add test_encoding_md5() for testing encoders by output hash
Kostya Shishkov
2020-06-16
1
-0
/
+142
*
codec_support: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
11
-7
/
+28
*
codec_support/vq: make ELBG report the number of meaningful codewords
Kostya Shishkov
2020-06-15
1
-7
/
+23
*
codec_support/vq: use 1% improvement as a threshold in ELBG loop
Kostya Shishkov
2020-06-15
1
-1
/
+1
*
codec_support/vq: calculate full cluster distortion instead of an average
Kostya Shishkov
2020-06-15
1
-3
/
+0
*
codec_support/vq: do not move empty group centroid
Kostya Shishkov
2020-06-15
1
-1
/
+3
*
add declared bitdepth to NAVideoInfo
Kostya Shishkov
2020-06-07
1
-1
/
+1
*
remove trailing whitespaces
Kostya Shishkov
2020-06-06
1
-1
/
+1
*
codec_support/test: document enc_video module
Kostya Shishkov
2020-06-01
1
-0
/
+21
*
codec_support/test: add remuxing tests
Kostya Shishkov
2020-06-01
1
-0
/
+166
*
introduce interface and support code for encoders
Kostya Shishkov
2020-05-30
2
-0
/
+132
*
codec_support: add module for generic vector quantisation
Kostya Shishkov
2020-05-30
5
-0
/
+433
*
codec_support: factor out PNM writing into separate module
Kostya Shishkov
2020-05-26
3
-192
/
+256
*
codec_support/h263: fix some cases related to Vivo 2.0
Kostya Shishkov
2020-05-01
1
-2
/
+3
*
move IMA ADPCM decoder into codec_support
Kostya Shishkov
2020-04-16
2
-0
/
+62
*
remove trailing whitespaces
Kostya Shishkov
2020-04-15
2
-2
/
+2
*
codec_support/h263: fix delta calculation in the deblocking filter
Kostya Shishkov
2020-04-08
1
-2
/
+2
*
codec_support/h263: fix slice reset condition
Kostya Shishkov
2020-04-08
1
-1
/
+1
*
codec_support/h263: fix references used in PB-frame reconstruction
Kostya Shishkov
2020-04-08
1
-6
/
+6
*
codec_support/h263: add OBMC feature
Kostya Shishkov
2020-04-07
2
-6
/
+285
*
switch h263 decoder to take options as flags
Kostya Shishkov
2020-04-06
1
-3
/
+10
*
codec_support/h263: factor out some macroblock decoding/reconstruction parts
Kostya Shishkov
2020-04-05
1
-140
/
+153
*
codec_support/h263: validate that B-frame has enough reference data
Kostya Shishkov
2020-04-04
1
-0
/
+4
*
h263-based codecs: use proper motion compensation
Kostya Shishkov
2020-04-03
4
-45
/
+89
*
codec_support/h263: allocate more space in MV predictor
Kostya Shishkov
2020-04-03
1
-1
/
+1
*
codec_support/h263: fix DC clipping function
Kostya Shishkov
2020-04-03
1
-3
/
+3
*
codec_support/h263: use proper H.263 deblocking
Kostya Shishkov
2020-04-02
1
-46
/
+44
*
codec_support/h263: fix tabs
Kostya Shishkov
2020-04-02
1
-20
/
+20
*
make edge_emu() accept block alignment
Kostya Shishkov
2020-03-24
1
-4
/
+13
*
support interleaved audio properly
Kostya Shishkov
2020-03-06
1
-3
/
+11
*
split nihav-codec-support crate from nihav-core
Kostya Shishkov
2020-02-20
18
-0
/
+4777