uvg266/src
2018-01-16 14:38:43 +02:00
..
extras Fixed build error 2017-08-29 17:01:18 +02:00
strategies Fix build on 32-bit systems 2017-07-28 09:19:29 +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 Put inter search parameters in a single struct 2017-08-09 14:27:53 +03:00
cabac.h Move substream finalization to LCU coding job 2017-01-31 13:01:57 +02:00
cfg.c Remove the usage of errno in me-steps argument parsing 2018-01-16 14:38:43 +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 Improve step parameter parsing and usage 2018-01-10 15:16:52 +02: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 Enable CU QP delta when using rate control 2017-01-09 01:24:23 +09:00
context.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
cu.c Store CU arrays as pointers to the main array 2017-07-28 08:36:45 +03:00
cu.h Merge branch 'reflist_changes' 2017-09-18 14:59:37 +03:00
encmain.c Fix a type warning in encmain.c 2017-12-08 16:22:40 +02:00
encode_coding_tree.c Merge branch 'reflist_changes' 2017-09-18 14:59:37 +03:00
encode_coding_tree.h Reduce copying in kvz_get_coeff_cost 2017-07-24 12:38:41 +03:00
encoder.c Fixed memory leaks 2017-08-31 11:51:41 +02:00
encoder.h Move hard-coded MV limits to encoder_control_t 2017-07-05 13:22:53 +03:00
encoder_state-bitstream.c Test if input conforms to it's level's limits (excluding bitrate) 2017-11-08 16:15:41 +02:00
encoder_state-bitstream.h Add support for independent slices 2017-01-31 15:11:50 +02:00
encoder_state-ctors_dtors.c Added paremeter for band and edge sao. 2017-08-11 11:57:09 +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 Fix picture and slice types 2017-10-20 13:35:26 +03:00
encoderstate.h Fix POCs when using --gop=8 2017-09-19 09:31:58 +03:00
filter.c Merge branch 'reflist_changes' 2017-09-18 14:59:37 +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 Define HAVE_STRUCT_TIMESPEC on Visual Studio 2015 and later 2017-12-05 18:26:12 +02:00
image.c Drop extra parameter in kvz_image_calc_sad 2017-07-24 15:21:19 +03:00
image.h Drop extra parameter in kvz_image_calc_sad 2017-07-24 15:21:19 +03: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 handling intra period not multiple of GOP length 2017-06-22 09:29:00 +03:00
input_frame_buffer.h Refactor encoder state initialization. 2016-08-03 14:25:08 +09:00
inter.c Fix bipred and temporal MVP 2017-10-25 12:26:41 +03:00
inter.h Fix bipred and temporal MVP 2017-10-25 12:26:41 +03:00
intra.c Combine intra reconstruction functions 2017-05-24 12:07:31 +03:00
intra.h Combine intra reconstruction functions 2017-05-24 12:07:31 +03:00
kvazaar.c Fixed crash and incorrect info output 2017-06-27 16:05:15 +03:00
kvazaar.h Add a step-cutoff parameter for motion estimation search 2017-12-22 14:04:25 +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 Fix linkers 2017-11-13 15:09:38 +02:00
nal.c Add monochrome encoding 2016-08-25 20:15:26 +03: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 handling too large QPs 2017-05-17 12:41:51 +03:00
rate_control.h Record info about coded LCUs 2017-01-09 01:24:23 +09:00
rdo.c Replace simple coefficient cost estimation with CABAC. Substantial improvement. 2017-12-10 01:23:48 +02:00
rdo.h Replace simple coefficient cost estimation with CABAC. Substantial improvement. 2017-12-10 01:23:48 +02:00
sao.c Added paremeter for band and edge sao. 2017-08-11 11:57:09 +03:00
sao.h Do SAO reconstruction for a single CTU at a time 2017-07-04 15:14:31 +03:00
scalinglist.c Clean up code using the fixed point frac bit tables 2017-01-19 20:20:51 +02:00
scalinglist.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
search.c Fix inter search being used for 4x4 blocks 2018-01-10 14:21:48 +02:00
search.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
search_inter.c Improve step parameter parsing and usage 2018-01-10 15:16:52 +02:00
search_inter.h Put inter search parameters in a single struct 2017-08-09 14:27:53 +03:00
search_intra.c Combine intra reconstruction functions 2017-05-24 12:07:31 +03: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 Add cross-platform core number detection 2016-09-29 00:03:21 +03:00
strategyselector.h Add cross-platform core number detection 2016-09-29 00:03:21 +03:00
tables.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
tables.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
threadqueue.c Define HAVE_STRUCT_TIMESPEC on Visual Studio 2015 and later 2017-12-05 18:26:12 +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 Replace simple coefficient cost estimation with CABAC. Substantial improvement. 2017-12-10 01:23:48 +02:00
transform.h Quantize all colors in a single traversal 2017-05-12 16:42:41 +03: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