uvg266/src
2020-02-15 22:36:57 +02:00
..
extras Update for crypto++ 6.0.0 compatibility 2018-02-05 13:35:03 +02:00
strategies Remove the broken "no mov" branch. 2020-02-03 15:26:31 +02:00
threadwrapper Add new threadwrapper 2019-06-18 18:45:45 +03:00
bitstream.c Add missing kvz_ prefix 2017-01-31 18:38:02 +02:00
bitstream.h Add missing kvz_ prefix 2017-01-31 18:38:02 +02:00
cabac.c Custom headers for the distributed coding 2020-01-29 15:54:49 +02:00
cabac.h Custom headers for the distributed coding 2020-01-29 15:54:49 +02:00
cfg.c Change GOP QP offset handling to match HM 2020-02-15 22:36:56 +02:00
cfg.h Implement level's bitrate limit checking during encoding 2017-11-28 16:19:44 +02:00
checkpoint.c
checkpoint.h
cli.c Remove minor error from readme 2020-02-15 22:29:08 +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 Enable CU QP delta when using rate control 2017-01-09 01:24:23 +09:00
context.h
cu.c Modify reference count asserts to fix data races 2018-06-12 09:35:07 +03:00
cu.h Fix transform skip for inter 2018-03-20 11:01:33 +02:00
encmain.c Mbps, not mbps 2019-11-05 18:06:00 +02:00
encode_coding_tree.c Added possibility to reduce number of maximum number of merge candidates. 2019-02-12 09:21:03 +02:00
encode_coding_tree.h Move encode_last_significant_xy out of strategy modules 2019-02-04 14:55:41 +02:00
encoder.c Only compute GOP layer weights when RC is enabled 2020-02-15 22:36:57 +02:00
encoder.h Use a larger number of bits for POC lsb when needed 2020-02-15 22:36:56 +02:00
encoder_state-bitstream.c Use a larger number of bits for POC lsb when needed 2020-02-15 22:36:56 +02:00
encoder_state-bitstream.h Add support for independent slices 2017-01-31 15:11:50 +02:00
encoder_state-ctors_dtors.c Custom headers for the distributed coding 2020-01-29 15:54:49 +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
encoder_state-geometry.h
encoderstate.c Custom headers for the distributed coding 2020-01-29 15:54:49 +02:00
encoderstate.h First version of ML ICIP code for master 2019-09-11 16:12:06 +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
global.h Bump versions for release 1.3 2019-07-09 22:09:32 +03:00
gop.h Move GOP definition to a separate file 2020-02-15 22:36:55 +02: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 Separate prediction of single PU/PB from CU/CB 2019-09-03 16:32:50 +03:00
inter.h Separate prediction of single PU/PB from CU/CB 2019-09-03 16:32:50 +03:00
intra.c Create a strategy out of intra_pred_filtered_dc 2019-11-19 14:50:31 +02:00
intra.h Combine intra reconstruction functions 2017-05-24 12:07:31 +03:00
kvazaar.c Fix memset parameter 2018-05-17 11:24:49 +02:00
kvazaar.h Change GOP QP offset handling to match HM 2020-02-15 22:36:56 +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
Makefile.am Clean version of machine learning constraint code. (ICIP paper) 2019-09-11 16:12:06 +03: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 Add static 2019-09-11 16:18:12 +03:00
ml_intra_cu_depth_pred.h Clean version of machine learning constraint code. (ICIP paper) 2019-09-11 16:12:06 +03:00
nal.c Add monochrome encoding 2016-08-25 20:15:26 +03:00
nal.h
rate_control.c Change GOP QP offset handling to match HM 2020-02-15 22:36:56 +02:00
rate_control.h Record info about coded LCUs 2017-01-09 01:24:23 +09:00
rdo.c Clean up the RD-estimation code 2019-07-09 18:01:54 +03:00
rdo.h Add an option to skip CABAC for residual costs 2018-07-16 12:31:20 +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 Add option 'zero-coeff-rdo' 2020-02-04 21:26:29 +02:00
search.h First version of ML ICIP code for master 2019-09-11 16:12:06 +03:00
search_inter.c Initial implementation of fast bipred. 2020-02-04 15:46:23 +02:00
search_inter.h Rewrite most of FME and interpolation filters 2018-11-08 20:21:16 +02:00
search_intra.c Rename functions more descriptive 2019-07-09 20:20:11 +03:00
search_intra.h
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
tables.h
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 Reset CBFs because CBFs might have been set earlier for depth earlier. 2019-08-24 21:49:33 +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