..
extras
Fix a memory leak in crypto
2017-05-23 11:51:25 +03: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
Fix a memory leak in crypto
2017-05-23 11:51:25 +03:00
cabac.h
Move substream finalization to LCU coding job
2017-01-31 13:01:57 +02:00
cfg.c
Fix handling too large QPs
2017-05-17 12:41:51 +03:00
cfg.h
Remove number of references from --gop=lp syntax
2016-09-29 00:03:19 +03: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
Disable printing PSNR with --no-psnr
2017-07-19 10:38:37 +03:00
cli.h
Disable printing PSNR with --no-psnr
2017-07-19 10:38:37 +03: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
Store CU arrays as pointers to the main array
2017-07-28 08:36:45 +03:00
encmain.c
Disable printing PSNR with --no-psnr
2017-07-19 10:38:37 +03:00
encode_coding_tree.c
Add pixel offsets to encoder_state_config_tile_t
2017-07-24 15:11:05 +03:00
encode_coding_tree.h
Reduce copying in kvz_get_coeff_cost
2017-07-24 12:38:41 +03:00
encoder.c
Change --owf=auto and --threads=auto selection
2017-07-20 09:42:28 +03:00
encoder.h
Move hard-coded MV limits to encoder_control_t
2017-07-05 13:22:53 +03:00
encoder_state-bitstream.c
Set inter transform depth to zero
2017-06-08 10:08:20 +03:00
encoder_state-bitstream.h
Add support for independent slices
2017-01-31 15:11:50 +02:00
encoder_state-ctors_dtors.c
Add pixel offsets to encoder_state_config_tile_t
2017-07-24 15:11:05 +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
Store CU arrays as pointers to the main array
2017-07-28 08:36:45 +03:00
encoderstate.h
Add pixel offsets to encoder_state_config_tile_t
2017-07-24 15:11:05 +03:00
filter.c
Fix undefined left shifts
2017-07-20 11:15:30 +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
Align coefficients to 8 bytes
2017-07-24 12:37:37 +03: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
Store CU arrays as pointers to the main array
2017-07-28 08:36:45 +03:00
imagelist.h
Run include-what-you-use fix_includes.py fix_includes.py
2016-04-01 17:46:55 +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
Add pixel offsets to encoder_state_config_tile_t
2017-07-24 15:11:05 +03:00
inter.h
Added TMVP merge candidate scaling for L0
2017-02-13 15:19:23 +02: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
Fix crash in kvazaar_close
2017-06-02 10:05:33 +03:00
kvazaar.h
Add adaptive QP for 360 degree video
2017-05-11 12:31:53 +03: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
Extract encoding code from encoderstate.c
2016-08-09 22:16:50 +09: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
Add sum of absolute coefficients to strategies
2017-07-28 07:39:15 +03:00
rdo.h
Skip CABAC coefficient cost for --rd=0
2017-07-28 07:33:03 +03:00
sao.c
Enable strategies for SAO reconstruction
2017-07-11 10:35:18 +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 alignment errors in 32-bit build with MSVC
2017-07-28 09:27:02 +03: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
Fix inter cost in bipred
2017-07-24 15:24:04 +03:00
search_inter.h
Fix inter cost calculations
2017-07-24 15:11:05 +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
Drop an unnecessary pthread_cond_broadcast
2017-07-19 11:09:30 +03:00
threadqueue.h
Fix crash in kvazaar_close
2017-06-02 10:05:33 +03:00
threads.h
Drop unused defines in threads.h
2017-04-12 03:41:07 -07:00
transform.c
Change coefficient storage order
2017-05-12 16:46:57 +03: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