index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-itu
/
src
/
codecs
/
h264
/
types.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
h264: more micro-optimisations
Kostya Shishkov
2023-08-11
1
-2
/
+3
*
h264: prepare data references before decoding
Kostya Shishkov
2023-08-08
1
-6
/
+28
*
h264: miscellaneous micro-optimisations
Kostya Shishkov
2023-08-07
1
-5
/
+25
*
h264: cache data before use in fill_deblock()
Kostya Shishkov
2023-08-05
1
-17
/
+58
*
fix clippy warnings
Kostya Shishkov
2023-07-26
1
-20
/
+8
*
h264: split current slice references into a separate structure
Kostya Shishkov
2023-06-14
1
-5
/
+5
*
h264: add SIMD optimisations for x86_64 (not enabled by default)
Kostya Shishkov
2022-09-05
1
-36
/
+13
*
h264: some micro-optimisations
Kostya Shishkov
2022-09-05
1
-15
/
+16
*
h264: fix direct 8x8 inference mode
Kostya Shishkov
2022-07-27
1
-4
/
+13
*
h264: reword MB reconstruction and add weighted MC
Kostya Shishkov
2022-07-27
1
-7
/
+9
*
h264: rework MB reconstruction and fix loop filtering
Kostya Shishkov
2022-07-27
1
-32
/
+62
*
fix or silence clippy warnings
Kostya Shishkov
2020-12-16
1
-9
/
+4
*
mostly working ITU H.264 decoder
Kostya Shishkov
2020-12-12
1
-0
/
+880