.. |
extras
|
[build] Remove x264asm abstraction layer since it is not used anymore
|
2022-04-28 15:31:41 +03:00 |
strategies
|
[lfnst] Fix cabac write issues. Remove is_luma from encode coeff function call, that information is already passed with type. Change parameter name 'type' -> 'color' to better reflect its purpose.
|
2022-06-28 15:20:38 +03:00 |
threadwrapper
|
|
|
alf.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
alf.h
|
[build] Fix conditions for struct packing macro, detect MSVC instead of everything else
|
2022-04-29 18:57:26 +03:00 |
bitstream.c
|
Merge branch 'improve-intra-search'
|
2022-05-30 13:35:46 +03:00 |
bitstream.h
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |
cabac.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
cabac.h
|
[lfnst] Change lfnst context name. It now follows the naming convention of other similar contexts.
|
2022-06-28 15:20:36 +03:00 |
cfg.c
|
[lfnst] Add commandline option for lfnst. Implement cabac lfnst flag init and sps flag.
|
2022-06-28 15:20:35 +03:00 |
cfg.h
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |
checkpoint.c
|
Fix merge issues and license texts
|
2021-11-23 08:46:06 +02:00 |
checkpoint.h
|
Fix merge issues and license texts
|
2021-11-23 08:46:06 +02:00 |
cli.c
|
[lfnst] Add commandline option for lfnst. Implement cabac lfnst flag init and sps flag.
|
2022-06-28 15:20:35 +03:00 |
cli.h
|
[cli] To print version info to stdout when everything is ok.
|
2022-05-05 13:28:50 +03:00 |
constraint.c
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
constraint.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
context.c
|
[lfnst] Change lfnst context name. It now follows the naming convention of other similar contexts.
|
2022-06-28 15:20:36 +03:00 |
context.h
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
cu.c
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
cu.h
|
[lfnst] Implement cabac write.
|
2022-06-28 15:20:36 +03:00 |
debug.c
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
debug.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
encmain.c
|
Round width and height to next 8 pixels instead of 4
|
2022-06-16 09:45:35 +03:00 |
encode_coding_tree.c
|
[lfnst] Fix CI errors. Had to remove const modifier from function call.
|
2022-06-28 15:20:39 +03:00 |
encode_coding_tree.h
|
Merge branch 'improve-intra-search'
|
2022-05-30 13:35:46 +03:00 |
encoder.c
|
Round width and height to next 8 pixels instead of 4
|
2022-06-16 09:45:35 +03:00 |
encoder.h
|
Merge branch 'improve-intra-search'
|
2022-05-30 13:35:46 +03:00 |
encoder_state-bitstream.c
|
[lfnst] Fix writing sps lfnst flag.
|
2022-06-28 15:20:37 +03:00 |
encoder_state-bitstream.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
encoder_state-ctors_dtors.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
encoder_state-ctors_dtors.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
encoder_state-geometry.c
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
encoder_state-geometry.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
encoderstate.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
encoderstate.h
|
Merge branch 'improve-intra-search'
|
2022-05-30 13:35:46 +03:00 |
fast_coeff_cost.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
fast_coeff_cost.h
|
Merge branch 'improve-intra-search'
|
2022-05-30 13:35:46 +03:00 |
filter.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
filter.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
global.h
|
[cleanup] Update README AppVeyor badge url and remove mentions of Kvazaar
|
2022-06-18 13:49:09 +03:00 |
gop.h
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |
image.c
|
Merge branch 'improve-intra-search'
|
2022-05-30 13:35:46 +03:00 |
image.h
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |
imagelist.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
imagelist.h
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |
input_frame_buffer.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
input_frame_buffer.h
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |
inter.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
inter.h
|
Merge branch 'improve-intra-search'
|
2022-05-30 13:35:46 +03:00 |
intra.c
|
Fix several compile errors:
|
2022-06-09 17:49:59 +02:00 |
intra.h
|
Merge branch 'improve-intra-search'
|
2022-05-30 13:35:46 +03:00 |
lfnst_tables.h
|
[lfnst] Fix CI errors. Lfnst tables didn't have kvz prefix.
|
2022-06-28 15:20:37 +03:00 |
mip_data.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
ml_classifier_intra_depth_pred.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
ml_classifier_intra_depth_pred.h
|
[cleanup] Change all tabs to spaces in the ml classifier code
|
2022-04-28 21:14:25 +03:00 |
ml_intra_cu_depth_pred.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
ml_intra_cu_depth_pred.h
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |
nal.c
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
nal.h
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |
rate_control.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
rate_control.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
rdo.c
|
[lfnst] Fix cabac write issues. Remove is_luma from encode coeff function call, that information is already passed with type. Change parameter name 'type' -> 'color' to better reflect its purpose.
|
2022-06-28 15:20:38 +03:00 |
rdo.h
|
Merge branch 'improve-intra-search'
|
2022-05-30 13:35:46 +03:00 |
reshape.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
reshape.h
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |
sao.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
sao.h
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |
scalinglist.c
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
scalinglist.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
search.c
|
[lfnst] Implement cabac write.
|
2022-06-28 15:20:36 +03:00 |
search.h
|
Merge branch 'improve-intra-search'
|
2022-05-30 13:35:46 +03:00 |
search_inter.c
|
[cleanup] Update README AppVeyor badge url and remove mentions of Kvazaar
|
2022-06-18 13:49:09 +03:00 |
search_inter.h
|
Merge branch 'improve-intra-search'
|
2022-05-30 13:35:46 +03:00 |
search_intra.c
|
[lfnst] WIP Fix errors in lfnst cabac write.
|
2022-06-28 15:20:37 +03:00 |
search_intra.h
|
Merge branch 'improve-intra-search'
|
2022-05-30 13:35:46 +03:00 |
strategyselector.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
strategyselector.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
tables.c
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
tables.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
threadqueue.c
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
threadqueue.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
threads.h
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
transform.c
|
[lfnst] Fix CI errors. Lfnst tables didn't have kvz prefix.
|
2022-06-28 15:20:37 +03:00 |
transform.h
|
[lfnst] Implement inverse lfnst.
|
2022-06-28 15:20:36 +03:00 |
uvg266.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
uvg266.h
|
[lfnst] Add commandline option for lfnst. Implement cabac lfnst flag init and sps flag.
|
2022-06-28 15:20:35 +03:00 |
uvg266.pc.in
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |
uvg266_internal.h
|
[cleanup] Update README AppVeyor badge url and remove mentions of Kvazaar
|
2022-06-18 13:49:09 +03:00 |
uvg_math.h
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
version.h.in
|
[build] Add better version info to the binary for debugging purposes
|
2022-05-02 20:51:24 +03:00 |
videoframe.c
|
Rename kvz_ to uvg_
|
2022-04-28 14:18:09 +03:00 |
videoframe.h
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |
yuv_io.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
yuv_io.h
|
Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg"
|
2022-04-28 14:26:05 +03:00 |