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
/
src
/
codecs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
5
-1
/
+12
*
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
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
-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
*
split nihav-codec-support crate from nihav-core
Kostya Shishkov
2020-02-20
6
-0
/
+2239