index
:
nihav
master
Mirror of nihav.org project
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-codec-support
/
src
/
codecs
/
h263
Commit message (
Expand
)
Author
Age
Files
Lines
*
give 'str' variables more appropriate names
Kostya Shishkov
2022-11-04
1
-9
/
+9
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
2
-7
/
+7
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
2
-4
/
+5
*
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
*
fix some warnings (unneeded parentheses, missing dyn keyword)
Kostya Shishkov
2020-09-27
1
-6
/
+6
*
codec_support: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
3
-0
/
+4
*
codec_support/h263: fix some cases related to Vivo 2.0
Kostya Shishkov
2020-05-01
1
-2
/
+3
*
remove trailing whitespaces
Kostya Shishkov
2020-04-15
1
-1
/
+1
*
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
-44
/
+42
*
codec_support/h263: fix tabs
Kostya Shishkov
2020-04-02
1
-20
/
+20
*
split nihav-codec-support crate from nihav-core
Kostya Shishkov
2020-02-20
4
-0
/
+1676