Arttu Mäkinen
|
21a4751875
|
Works with VTM decoder with one frame with one hard coded value.
APS NAL unit type writing added.
Bug fixes.
WIP.
|
2020-12-30 15:11:17 +02:00 |
|
Arttu Mäkinen
|
9cad95c94c
|
Bug fixes.
WIP.
|
2020-12-30 15:09:13 +02:00 |
|
Arttu Mäkinen
|
09c68d9de6
|
Outputs valid frame with kvazaar. Still problems with cabac when decoding with VTM.
Decided to use buffers that were added in last commit.
Some small fixes and adjustments.
WIP.
|
2020-12-30 15:09:12 +02:00 |
|
Arttu Mäkinen
|
2cac901cca
|
Testing different kind of buffer for alf image fulldata.
WIP
|
2020-12-30 15:09:12 +02:00 |
|
Arttu Mäkinen
|
feb201986a
|
Changed to process one CTU at a time rather than all CTUs.
WIP
|
2020-12-30 15:09:11 +02:00 |
|
Arttu Mäkinen
|
b04bb66160
|
Adjustments and cleaning.
WIP
|
2020-12-30 15:09:10 +02:00 |
|
Arttu Mäkinen
|
c76c445142
|
Cabac/ctx calculation added.
Bug fixing and adjusting.
WIP
|
2020-12-30 14:32:01 +02:00 |
|
Arttu Makinen
|
ade4fc4061
|
Update of contexts of ALF.
WIP
|
2020-12-30 14:32:00 +02:00 |
|
Arttu Makinen
|
ebb99a7223
|
Changed 'width's to 'stride's, because added more pixels to 'fulldata'.
Also some small fixes and changes.
Checksum correct in luma.
WIP
|
2020-12-30 14:30:47 +02:00 |
|
Arttu Makinen
|
377aa989ab
|
Updated to VTM6.1.
Done according to all #ifs enabled
|
2020-12-30 14:27:15 +02:00 |
|
Arttu Makinen
|
0fbbf1a7e2
|
Small fixes/adjustments
|
2020-12-30 14:25:58 +02:00 |
|
Arttu Makinen
|
98a8e78e93
|
avx2/encode_coding_tree-avx2.c update, because it caused errors
|
2020-12-30 14:25:16 +02:00 |
|
Arttu Makinen
|
ed76650fa5
|
Updating to VTM6.0
|
2020-12-30 14:25:09 +02:00 |
|
Arttu Makinen
|
a24f49c286
|
Doesn't crash anymore during debug. Added new allocator for fulldata in kvz_picture.
|
2020-12-30 14:24:16 +02:00 |
|
Arttu Makinen
|
2b7a8af23a
|
Crashes now in kvz_image_free.
|
2020-12-30 14:22:38 +02:00 |
|
Arttu Makinen
|
05495bb555
|
Not working. All the functions done.
Heap corruption occur during debugging.
|
2020-12-30 14:22:30 +02:00 |
|
Arttu Mäkinen
|
236224dbb9
|
Broken version with header mismatch
|
2020-12-30 14:07:34 +02:00 |
|
Arttu Mäkinen
|
06233b5d3b
|
added alf parameter to cli
|
2020-12-30 14:02:58 +02:00 |
|
Marko Viitanen
|
0baf96d99a
|
Merge branch 'enabling_threading'
|
2020-12-15 23:00:30 +02:00 |
|
Marko Viitanen
|
0c5e1db0fa
|
Fix wpp chroma bug
|
2020-12-15 22:59:22 +02:00 |
|
Marko Viitanen
|
071fe7fd51
|
Limit the top-right intra references when wpp is turned on
Chroma hash still fails.
|
2020-12-15 22:33:32 +02:00 |
|
Marko Viitanen
|
6146610ec8
|
Fix the wpp sync point to be the first LCU
|
2020-12-15 14:51:46 +02:00 |
|
Marko Viitanen
|
1ac0393559
|
Update the CI to new VTM decoder
|
2020-12-15 13:47:28 +02:00 |
|
Marko Viitanen
|
c07a56179f
|
Fix Hash SEI message for VTM11.0
|
2020-12-15 13:47:28 +02:00 |
|
Arttu Makinen
|
30c4065dc0
|
Headers for threading.
|
2020-12-15 13:04:39 +02:00 |
|
Marko Viitanen
|
5338a9f0b6
|
[CI] Disable tsan and distcheck
|
2020-10-13 14:45:15 +03:00 |
|
Marko Viitanen
|
2db3a07b14
|
Prevent cu_sig_model_chroma array from being indexed over the limit
|
2020-10-13 14:14:57 +03:00 |
|
Marko Viitanen
|
2bd9bcdf28
|
[CI] Use QP 37 on one intra test
|
2020-10-13 14:06:59 +03:00 |
|
Marko Viitanen
|
f4948dda6f
|
Fix array size for bdpcm_mode[]
|
2020-10-13 12:51:20 +03:00 |
|
Marko Viitanen
|
eb664fdcec
|
[CI] Execute travis requirements install script in gitlab-ci
|
2020-10-13 12:39:31 +03:00 |
|
Marko Viitanen
|
daf5050ff8
|
[CI] Disable werror and 10bit tests in gitlab-ci
|
2020-10-13 12:21:37 +03:00 |
|
Marko Viitanen
|
9e3e8f51f6
|
Change kvz_g_tc_table_8x8 from uint8_t to uint16_t to fit all the values
|
2020-10-13 12:05:27 +03:00 |
|
Marko Viitanen
|
26f4f45c6d
|
Use correct pred_mode cabac models -> fixes inter cabac bits
|
2020-10-13 12:04:31 +03:00 |
|
Marko Viitanen
|
5798eea6f8
|
Merge branch 'CI-fix'
|
2020-10-13 12:02:51 +03:00 |
|
Marko Viitanen
|
1986130ab6
|
[CI] Only enable intra testing for now
|
2020-10-13 12:02:18 +03:00 |
|
Marko Viitanen
|
9b0a45a8b2
|
[CI] Use correct test set
|
2020-10-09 09:43:13 +03:00 |
|
Marko Viitanen
|
1c5d944ef4
|
[CI] Disable werror for now
|
2020-10-09 09:40:57 +03:00 |
|
Marko Viitanen
|
5a6806cbf7
|
[CI] Limit testing parameters to those that work
|
2020-10-09 09:37:15 +03:00 |
|
Marko Viitanen
|
25b5ad72d7
|
[CI] Replace HM with VTM and remove tests that are not needed
|
2020-10-09 09:28:58 +03:00 |
|
Marko Viitanen
|
3c7eb55292
|
Disable output of cabac debug when in "count only" mode
- Some code cleanup
|
2020-10-09 08:45:43 +03:00 |
|
Marko Viitanen
|
fa25621c77
|
Force certain intra modes off
|
2020-10-09 08:44:40 +03:00 |
|
Marko Viitanen
|
54b8fd054d
|
Fix Chroma QP scaling issue
|
2020-10-02 15:40:23 +03:00 |
|
Marko Viitanen
|
11229997b6
|
Fix NAL header layer_id
|
2020-10-01 11:10:40 +03:00 |
|
Marko Viitanen
|
ac2032eb65
|
Fixing P/B frame headers and debug output formatting
|
2020-09-28 14:58:07 +03:00 |
|
Marko Viitanen
|
bddfb47a55
|
Merge remote-tracking branch 'remotes/kvazaar_github/master'
|
2020-09-25 11:49:11 +03:00 |
|
Marko Viitanen
|
551a3991cf
|
Cleanup headers
|
2020-09-24 09:31:44 +03:00 |
|
Marko Viitanen
|
449975b0fb
|
Fixed cubic filter usage in intra angular modes
|
2020-09-21 14:58:34 +03:00 |
|
Joose Sainio
|
8143ab971c
|
Merge branch 'stats-files'
# Conflicts:
# src/cfg.c
# src/cli.c
# src/kvazaar.h
|
2020-09-16 09:25:00 +03:00 |
|
Joose Sainio
|
1c06bd7f3d
|
Fix POC to be correct for all GOPs and Intra periods, fix issue with vaq
|
2020-09-14 14:25:48 +03:00 |
|
Sami Ahovainio
|
4d87fb2397
|
fixed potential out of bounds iteration
|
2020-09-10 12:59:39 +03:00 |
|