index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-duck
/
src
/
codecs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix some warnings (unneeded parentheses, missing dyn keyword)
Kostya Shishkov
2020-09-27
5
-10
/
+10
*
on2avc: factor out common overlap code
Kostya Shishkov
2020-07-17
1
-57
/
+23
*
on2avc: fix scalefactor reading for partially empty band group
Kostya Shishkov
2020-07-15
1
-11
/
+26
*
rename register_all_codecs to register_all_decoders
Kostya Shishkov
2020-07-09
11
-25
/
+25
*
duck: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
12
-146
/
+177
*
introduce option handling for decoders
Kostya Shishkov
2020-06-01
10
-0
/
+60
*
move IMA ADPCM decoder into codec_support
Kostya Shishkov
2020-04-16
1
-47
/
+1
*
make edge_emu() accept block alignment
Kostya Shishkov
2020-03-24
3
-4
/
+4
*
fix import crate for codec tests
Kostya Shishkov
2020-02-21
10
-10
/
+10
*
split nihav-codec-support crate from nihav-core
Kostya Shishkov
2020-02-20
8
-7
/
+13
*
make all codec crates export just register_all functions and document them
Kostya Shishkov
2020-02-17
11
-20
/
+21
*
duck/vpcommon: vp_tree! does not need to be exported
Kostya Shishkov
2020-02-17
1
-1
/
+0
*
remove trailing whitespaces
Kostya Shishkov
2020-02-11
6
-11
/
+11
*
Make BitReader rely on passed slice size without the additional arguments.
Kostya Shishkov
2020-02-11
6
-9
/
+9
*
vp7: switch to MD5-based testing
Kostya Shishkov
2020-02-08
1
-8
/
+15
*
vp7: fix special modes motion compensation
Kostya Shishkov
2020-02-08
1
-4
/
+13
*
vp7: reset scan on keyframe
Kostya Shishkov
2020-02-08
1
-0
/
+1
*
vp7: inter DC prediction depends on inter frame type
Kostya Shishkov
2020-02-07
1
-11
/
+13
*
vp7: fix split block chroma motion compensation
Kostya Shishkov
2020-02-06
1
-9
/
+19
*
vp7: fix intra prediction corner cases
Kostya Shishkov
2020-02-06
1
-2
/
+8
*
vp7: skip DC transform for empty block
Kostya Shishkov
2020-02-06
1
-2
/
+2
*
vp7: fix inter mode DC predictor
Kostya Shishkov
2020-02-06
1
-3
/
+5
*
vp6: switch to MD5-based tests
Kostya Shishkov
2020-02-02
1
-9
/
+19
*
duck/vp56: select proper format for VP6 alpha
Kostya Shishkov
2020-02-02
3
-9
/
+23
*
vp6: set correct interlaced state in inter frame headers
Kostya Shishkov
2020-02-02
1
-0
/
+1
*
vp6: fix motion compensation bugs
Kostya Shishkov
2020-02-02
1
-14
/
+27
*
vp5: switch to MD5 hash test
Kostya Shishkov
2020-01-27
1
-2
/
+2
*
vp5: fix chroma MV
Kostya Shishkov
2020-01-27
1
-1
/
+1
*
duck/vp56: fix motion type decoding
Kostya Shishkov
2020-01-26
1
-1
/
+1
*
duck/vp56: fix DC prediction
Kostya Shishkov
2020-01-25
1
-63
/
+97
*
duck/vpcommon: hopefully fix motion compensation with filtering
Kostya Shishkov
2020-01-25
1
-7
/
+8
*
vp5: fix motion compensation part
Kostya Shishkov
2020-01-25
1
-3
/
+8
*
vp3: switch VP4 test to MD5 sum
Kostya Shishkov
2020-01-22
1
-3
/
+2
*
vp3: fix neighbourhood info
Kostya Shishkov
2020-01-22
1
-1
/
+1
*
vp3: fix fourmv address for VP4
Kostya Shishkov
2020-01-21
1
-1
/
+1
*
vp3: fix quantisation matrices for VP4
Kostya Shishkov
2020-01-21
1
-4
/
+12
*
duck/vpcommon: hopefully fix vp_copy_block()
Kostya Shishkov
2020-01-21
1
-7
/
+7
*
vp3: switch VP30 test to MD5 hash
Kostya Shishkov
2020-01-13
1
-2
/
+2
*
vp3: VP30 should update golden frames on low quants
Kostya Shishkov
2020-01-13
1
-1
/
+6
*
vp3: remove debug leftovers
Kostya Shishkov
2019-12-30
1
-4
/
+0
*
vp3: use MD5 hash for VP3.1 test
Kostya Shishkov
2019-12-30
1
-2
/
+4
*
vp3: fix fourmv block positions
Kostya Shishkov
2019-12-30
1
-9
/
+13
*
vp3: uncoded block in inter are skip blocks regardless of mode
Kostya Shishkov
2019-12-18
1
-11
/
+11
*
vp3: fix motion compensation code
Kostya Shishkov
2019-12-18
2
-9
/
+30
*
vp3: refactor MC for fourmv
Kostya Shishkov
2019-12-18
1
-40
/
+18
*
vp3: add loop filter for chroma
Kostya Shishkov
2019-12-17
1
-2
/
+17
*
vp3: fix has_ac condition
Kostya Shishkov
2019-12-17
1
-5
/
+5
*
truemotion2x: switch to MD5-based test
Kostya Shishkov
2019-12-16
1
-1
/
+9
*
truemotion2: switch to MD5-based test
Kostya Shishkov
2019-12-16
1
-1
/
+19
*
truemotionrt: switch to MD5-based test
Kostya Shishkov
2019-12-16
1
-1
/
+3
[next]