uvg266/src
2020-03-30 14:34:50 +03:00
..
extras Update for crypto++ 6.0.0 compatibility 2018-02-05 13:35:03 +02:00
strategies Fix intra angle filter, changed from gauss filter table to run-time calculated 4-tap filter 2019-11-19 15:15:21 +02:00
threadwrapper Add new threadwrapper 2019-06-18 18:45:45 +03:00
bitstream.c Code cleanup, remove unused arrays and remove tabs 2019-11-18 09:01:23 +02:00
bitstream.h Use kvz_cabac_bins_verbose flag to control cabac debug printing 2018-09-26 12:01:23 +03:00
cabac.c Apply JVET_P0170_ZERO_POS_SIMPLIFICATION in coeff bypass coding 2019-11-19 14:32:38 +02:00
cabac.h Update contexts to match VTM 8.0 2020-03-30 14:34:50 +03:00
cfg.c Added cfg variable intra_smoothing_disabled and some cleanup 2019-11-20 08:38:33 +02:00
cfg.h Implement level's bitrate limit checking during encoding 2017-11-28 16:19:44 +02:00
checkpoint.c Change license to LGPL. 2015-02-25 15:19:05 +02:00
checkpoint.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
cli.c Add missing newline 2019-07-09 21:06:05 +03:00
cli.h Move level argument parsing to the correct place and give it initial values 2017-11-03 15:47:35 +02:00
context.c Update contexts to match VTM 8.0 2020-03-30 14:34:50 +03: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 Fix a type warning in encmain.c 2017-12-08 16:22:40 +02:00
encode_coding_tree.c Code cleanup, remove unused arrays and remove tabs 2019-11-18 09:01:23 +02:00
encode_coding_tree.h Merge remote-tracking branch 'remotes/github_kvazaar/master' 2019-08-22 15:12:01 +03:00
encoder.c Set QP completely at CU level as the name '--set-qp-in-cu' implies 2019-05-24 20:38:39 +03:00
encoder.h Prepare for delta QPs at CU-level 2018-06-13 15:36:19 +03:00
encoder_state-bitstream.c Fixed PPS and slice header to match VTM 8.0 (only for I-Frame!) 2020-03-30 12:55:12 +03:00
encoder_state-bitstream.h Add support for independent slices 2017-01-31 15:11:50 +02:00
encoder_state-ctors_dtors.c Prepare for delta QPs at CU-level 2018-06-13 15:36:19 +03:00
encoder_state-ctors_dtors.h Add IWYU pragmas 2016-03-31 12:33:34 +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 Merge remote-tracking branch 'remotes/github_kvazaar/master' 2019-08-22 15:12:01 +03:00
encoderstate.h Fixed issue with kvz_go_rice_par_abs where passing a unsigned argument caused MIN function to return wrong value. Modified coefficient coding to match VTM 5.0. Some issues still remain. 2019-06-05 15:57:18 +03:00
filter.c Set QP completely at CU level as the name '--set-qp-in-cu' implies 2019-05-24 20:38:39 +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 Merge remote-tracking branch 'remotes/github_kvazaar/master' 2019-08-22 15:12:01 +03:00
image.c Modify image_interpolated_sad to use kvz_hor_sad 2019-02-04 20:41:40 +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 Fix closed-gop frame feed, the ordering was incorrect after the first GOP 2018-10-10 11:12:03 +03:00
input_frame_buffer.h Refactor encoder state initialization. 2016-08-03 14:25:08 +09:00
inter.c Merge remote-tracking branch 'remotes/github_kvazaar/master' 2019-08-22 15:12:01 +03:00
inter.h optimation for inter_recon_bipred 2018-04-18 15:25:44 +03:00
intra.c Added cfg variable intra_smoothing_disabled and some cleanup 2019-11-20 08:38:33 +02:00
intra.h Added cfg variable intra_smoothing_disabled and some cleanup 2019-11-20 08:38:33 +02:00
kvazaar.c Fix memset parameter 2018-05-17 11:24:49 +02:00
kvazaar.h Fix NAL types to match VTM 8.0 2020-03-26 10:39:35 +02:00
kvazaar.pc.in pkg-config: move -lm to Libs.private 2015-12-03 22:39:27 +01:00
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 Revert to 6924d90052 due to broken visual studio build 2019-08-08 15:15:34 +03:00
nal.c Fix NAL packet and missing fields in SPS 2019-11-14 09:21:11 +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 Set lcu sqrt lambda according to lcu lambda instead of frame lambda when ROI is used 2019-05-29 18:32:10 +03:00
rate_control.h Record info about coded LCUs 2017-01-09 01:24:23 +09: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 to 6924d90052 due to broken visual studio build 2019-08-08 15:15:34 +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 Added cfg variable intra_smoothing_disabled and some cleanup 2019-11-20 08:38:33 +02:00
search.h Rename functions more descriptive 2019-07-09 20:20:11 +03:00
search_inter.c Rename functions more descriptive 2019-07-09 20:20:11 +03:00
search_inter.h Rewrite most of FME and interpolation filters 2018-11-08 20:21:16 +02:00
search_intra.c Added cfg variable intra_smoothing_disabled and some cleanup 2019-11-20 08:38:33 +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 Code cleanup, remove unused arrays and remove tabs 2019-11-18 09:01:23 +02:00
strategyselector.h Add generic strategy group for encode_coding_tree 2018-12-18 19:41:09 +02:00
tables.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
tables.h Apply JVET_P0170_ZERO_POS_SIMPLIFICATION in coeff bypass coding 2019-11-19 14:32:38 +02:00
threadqueue.c Modify reference count asserts to fix data races 2018-06-12 09:35:07 +03: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 Fixed couple of if-clauses which still used the old intra mode range. 2018-09-17 08:56:43 +03:00
transform.h Fix selection of transform function for 4x4 blocks 2018-01-18 10:36:25 +02:00
videoframe.c Store CU arrays as pointers to the main array 2017-07-28 08:36:45 +03:00
videoframe.h Drop unused kvz_videoframe_get_cu functions 2017-05-24 11:15:31 +03:00
yuv_io.c Fix problems with >8 bit input 2016-11-13 19:58:54 +02:00
yuv_io.h Add --input-format and --input-bitdepth 2016-08-24 19:20:53 +03:00