uvg266/src
2020-12-30 16:11:36 +02:00
..
extras Update for crypto++ 6.0.0 compatibility 2018-02-05 13:35:03 +02:00
strategies avx2/encode_coding_tree-avx2.c update, because it caused errors 2020-12-30 14:25:16 +02:00
threadwrapper Update threadwrapper to enable pthread_rwlock_t 2019-11-21 13:38:40 +02:00
alf.c Bug fixes and cleaning. 2020-12-30 16:11:36 +02:00
alf.h Working on to get APS working for ALF. 2020-12-30 16:10:01 +02:00
bitstream.c Fixing P/B frame headers and debug output formatting 2020-09-28 14:58:07 +03:00
bitstream.h Fixing P/B frame headers and debug output formatting 2020-09-28 14:58:07 +03:00
cabac.c Merge fixes. 2020-12-30 15:12:32 +02:00
cabac.h Merge fixes. 2020-12-30 15:12:32 +02:00
cfg.c Bug fixes and cleaning. 2020-12-30 16:11:36 +02:00
cfg.h Implement level's bitrate limit checking during encoding 2017-11-28 16:19:44 +02:00
checkpoint.c
checkpoint.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
cli.c added alf parameter to cli 2020-12-30 14:02:58 +02:00
cli.h Store AVG QP information in encmain 2019-11-04 17:08:07 +02:00
constraint.c Custom headers for the distributed coding 2020-01-29 15:54:49 +02:00
constraint.h Custom headers for the distributed coding 2020-01-29 15:54:49 +02:00
context.c ALF works now with VTM7.0 as in VTM6.1. 2020-12-30 15:59:08 +02:00
context.h Fix wrong variable types in context init 2019-08-19 14:33:55 +03:00
cu.c Modify reference count asserts to fix data races 2018-06-12 09:35:07 +03:00
cu.h Minor fixes to header writing. Added contexts for multi_ref_line and BDPCM. Functions added for writing both in bitstream, but they are both disabled for now. 2019-05-29 13:00:19 +03:00
encmain.c Added frame header reading for both read and seek functions 2020-09-07 15:31:08 +03:00
encode_coding_tree.c Use correct pred_mode cabac models -> fixes inter cabac bits 2020-10-13 12:04:31 +03:00
encode_coding_tree.h Merge remote-tracking branch 'remotes/github_kvazaar/master' 2019-08-22 15:12:01 +03:00
encoder.c Merge branch 'vaq' 2020-04-03 19:51:17 +03:00
encoder.h Fix typo in comment 2020-02-18 13:20:25 +02:00
encoder_state-bitstream.c Working on to get APS working for ALF. 2020-12-30 16:10:01 +02:00
encoder_state-bitstream.h Add support for independent slices 2017-01-31 15:11:50 +02:00
encoder_state-ctors_dtors.c Bug fixes and cleaning. 2020-12-30 16:11:36 +02:00
encoder_state-ctors_dtors.h First version of ML ICIP code for master 2019-09-11 16:12:06 +03:00
encoder_state-geometry.c Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
encoder_state-geometry.h Add IWYU pragmas 2016-03-31 12:33:34 +03:00
encoderstate.c Working on to get APS working for ALF. 2020-12-30 16:10:01 +02:00
encoderstate.h Working on to get APS working for ALF. 2020-12-30 16:10:01 +02:00
filter.c 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
filter.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
global.h Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
gop.h Copy lowdelay GOP definition from HM 2020-02-15 22:36:58 +02:00
image.c Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
image.h Move choosing of tailored SAD function higher up the calling chain 2019-02-04 20:41:40 +02:00
imagelist.c Merge branch 'reflist_changes' 2017-09-18 14:59:37 +03:00
imagelist.h Remove inter.poc 2017-09-12 14:23:19 +03:00
input_frame_buffer.c Encode first frame completely before starting others to enable owf 2019-11-18 09:51:37 +02:00
input_frame_buffer.h Encode first frame completely before starting others to enable owf 2019-11-18 09:51:37 +02:00
inter.c Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
inter.h Separate prediction of single PU/PB from CU/CB 2019-09-03 16:32:50 +03:00
intra.c Fix wpp chroma bug 2020-12-15 22:59:22 +02:00
intra.h Limit the top-right intra references when wpp is turned on 2020-12-15 22:33:32 +02:00
kvazaar.c Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
kvazaar.h ALF updated to VTM8.2. Checksum doesn't match. 2020-12-30 16:06:59 +02:00
kvazaar.pc.in
kvazaar_internal.h Copy the kvz_config passed to encoder_open 2017-02-09 13:23:54 +09:00
kvz_math.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
Makefile.am Not working. All the functions done. 2020-12-30 14:22:30 +02:00
ml_classifier_intra_depth_pred.c First version of ML ICIP code for master 2019-09-11 16:12:06 +03:00
ml_classifier_intra_depth_pred.h First version of ML ICIP code for master 2019-09-11 16:12:06 +03:00
ml_intra_cu_depth_pred.c Fix ml functions to accept kvz_pixel*, not uint8_t* 2020-09-02 17:46:33 +03:00
ml_intra_cu_depth_pred.h Fix ml functions to accept kvz_pixel*, not uint8_t* 2020-09-02 17:46:33 +03:00
nal.c Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
nal.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
rate_control.c Fix POC to be correct for all GOPs and Intra periods, fix issue with vaq 2020-09-14 14:25:48 +03:00
rate_control.h Fix additional potential data races 2019-11-21 11:03:12 +02:00
rdo.c Merge remote-tracking branch 'remotes/github_kvazaar/master' 2019-08-22 15:12:01 +03:00
rdo.h WIP fixing the last significant xy coding 2019-05-07 15:01:02 +03:00
sao.c Revert "Revert to 6924d90052 due to broken visual studio build" 2019-09-05 18:21:55 +03:00
sao.h Do SAO reconstruction for a single CTU at a time 2017-07-04 15:14:31 +03:00
scalinglist.c Enable --scaling-list parameter and add to the documentation 2018-11-19 10:47:30 +02:00
scalinglist.h Enable --scaling-list parameter and add to the documentation 2018-11-19 10:47:30 +02:00
search.c Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
search.h First version of ML ICIP code for master 2019-09-11 16:12:06 +03:00
search_inter.c Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
search_inter.h Rewrite most of FME and interpolation filters 2018-11-08 20:21:16 +02:00
search_intra.c Limit the top-right intra references when wpp is turned on 2020-12-15 22:33:32 +02:00
search_intra.h Move inter and intra into an union in cu_info_t. 2016-06-14 12:21:57 +09:00
strategyselector.c Custom headers for the distributed coding 2020-01-29 15:54:49 +02:00
strategyselector.h Add generic strategy group for encode_coding_tree 2018-12-18 19:41:09 +02:00
tables.c Fix use of log2_cg_size in coeff coding -> smaller blocks also decoded correctly 2020-08-27 18:26:16 +03:00
tables.h Fix use of log2_cg_size in coeff coding -> smaller blocks also decoded correctly 2020-08-27 18:26:16 +03:00
threadqueue.c Updated to VTM6.1. 2020-12-30 14:27:15 +02:00
threadqueue.h Define HAVE_STRUCT_TIMESPEC on Visual Studio 2015 and later 2017-12-05 18:26:12 +02:00
threads.h Drop unused defines in threads.h 2017-04-12 03:41:07 -07:00
transform.c Fix Chroma QP scaling issue 2020-10-02 15:40:23 +03:00
transform.h Bypass inverse quantization and inverse transform when trying early skip 2020-04-10 16:02:09 +03:00
videoframe.c ALF updated to VTM8.2. Checksum doesn't match. 2020-12-30 16:06:59 +02:00
videoframe.h Not working. All the functions done. 2020-12-30 14:22:30 +02:00
yuv_io.c Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
yuv_io.h Added frame header reading for both read and seek functions 2020-09-07 15:31:08 +03:00