uvg266/src
2019-06-05 11:21:02 +03:00
..
extras Update for crypto++ 6.0.0 compatibility 2018-02-05 13:35:03 +02:00
strategies WIP fixing the last significant xy coding 2019-05-07 15:01:02 +03:00
bitstream.c Fixed VUI header writing. Fixed debug prints of NAL headers and rbsp_stop_one_bit. 2019-05-31 11:13:11 +03:00
bitstream.h Use kvz_cabac_bins_verbose flag to control cabac debug printing 2018-09-26 12:01:23 +03:00
cabac.c New cabac context models with "rate" 2019-03-27 12:38:19 +02:00
cabac.h Fixed headers and NAL writing to match the latest VTM master 988c22cbb9c58584cac3ef0ec7794cafbea6dfd6 2019-05-29 16:18:35 +03:00
cfg.c Enable --fast-residual-cost with fastest presets 2018-07-16 12:31:20 +03: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 Add an option to skip CABAC for residual costs 2018-07-16 12:31:20 +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 Fixed headers and NAL writing to match the latest VTM master 988c22cbb9c58584cac3ef0ec7794cafbea6dfd6 2019-05-29 16:18:35 +03:00
context.h Updated coefficient coding to match VTM 5.0 2019-05-13 15:30:43 +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 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
encode_coding_tree.h Refactor inter MVD cost functions 2018-01-19 08:29:17 +02:00
encoder.c Prepare for delta QPs at CU-level 2018-06-13 15:36:19 +03:00
encoder.h Prepare for delta QPs at CU-level 2018-06-13 15:36:19 +03:00
encoder_state-bitstream.c Fixed splitting bug caused by wrong values in the headers. Fixed header flags to match VTM commit 5703e81b2de677d976ec15423f5768b17619ba6a 2019-06-05 11:21:02 +03:00
encoder_state-bitstream.h
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
encoder_state-geometry.c
encoder_state-geometry.h
encoderstate.c Fixed headers and NAL writing to match the latest VTM master 988c22cbb9c58584cac3ef0ec7794cafbea6dfd6 2019-05-29 16:18:35 +03:00
encoderstate.h Add new values to last_x/y coding 2018-08-30 15:04:04 +03:00
filter.c Prepare for delta QPs at CU-level 2018-06-13 15:36:19 +03:00
filter.h
global.h Added multi_ref_idx variable for intra coding (is 0 throughout the code for now). Modified prediction flag writing. Chroma pred flag remains unchanged (ToDo). Added bitstream debug printing on VERBOSE mode. 2019-05-21 12:28:05 +03:00
image.c Modify reference count asserts to fix data races 2018-06-12 09:35:07 +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
inter.c WIP fixing the last significant xy coding 2019-05-07 15:01:02 +03:00
inter.h Move inter CU reconstruction to a new function 2018-01-24 15:05:39 +02:00
intra.c Fix intra_chroma_pred_mode and cbf contexts 2019-03-26 09:10:09 +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 Fixed headers and NAL writing to match the latest VTM master 988c22cbb9c58584cac3ef0ec7794cafbea6dfd6 2019-05-29 16:18:35 +03:00
kvazaar.pc.in
kvazaar_internal.h
kvz_math.h
Makefile.am Check -maltivec is supported before using 2018-07-02 23:25:23 +00:00
nal.c Fixed VUI header writing. Fixed debug prints of NAL headers and rbsp_stop_one_bit. 2019-05-31 11:13:11 +03:00
nal.h
rate_control.c
rate_control.h
rdo.c WIP fixing the last significant xy coding 2019-05-07 15:01:02 +03:00
rdo.h WIP fixing the last significant xy coding 2019-05-07 15:01:02 +03: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
scalinglist.h
search.c 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
search.h
search_inter.c Prepare for delta QPs at CU-level 2018-06-13 15:36:19 +03:00
search_inter.h Put inter search parameters in a single struct 2017-08-09 14:27:53 +03:00
search_intra.c WIP fixing the last significant xy coding 2019-05-07 15:01:02 +03:00
search_intra.h
strategyselector.c Clean up macOS includes on powerpc* after 93e1c9f1c3 2018-07-02 21:52:45 +00:00
strategyselector.h
tables.c
tables.h Updated coefficient coding to match VTM 5.0 2019-05-13 15:30:43 +03: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
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
yuv_io.h