uvg266/src
Arttu Ylä-Outinen 60ad19d0c8 Fix --deblock option.
Fixes --deblock option so that it takes a "beta:tc" argument as
advertised in the README and command line help.
2015-11-13 14:22:42 +02:00
..
extras Add nasm support. 2015-07-17 13:59:25 +03:00
strategies Mark AVX2 intra filter functions as static. 2015-11-09 12:48:20 +02:00
bitstream.c Add new kvz_bitstream_align which only aligns when needed. 2015-08-27 15:16:20 +03:00
bitstream.h Rename _DEBUG to KVZ_DEBUG 2015-09-15 13:04:03 +03:00
cabac.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
cabac.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
checkpoint.c Change license to LGPL. 2015-02-25 15:19:05 +02:00
checkpoint.h Resolve remaining Visual Studio warnings. 2015-08-31 15:02:25 +03:00
cli.c Fix --deblock option. 2015-11-13 14:22:42 +02:00
cli.h Remove encoderstate dependency from cli module. 2015-09-28 10:30:58 +03:00
config.c Added mv-rdo commandline parameter and use it in presets 2015-11-05 13:59:30 +02:00
config.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
context.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
context.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
cu.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
cu.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
encmain.c Drop an unnecessary call to kvz_threadqueue_flush. 2015-11-09 14:31:04 +02:00
encoder.c Move kvz_get_padding to encmain. 2015-11-09 14:31:03 +02:00
encoder.h Move kvz_get_padding to encmain. 2015-11-09 14:31:03 +02:00
encoder_state-bitstream.c Disable writing VPS when vps_period is negative. 2015-10-19 11:25:18 +03:00
encoder_state-bitstream.h Add function encoder_headers to API. 2015-10-16 11:47:27 +03:00
encoder_state-ctors_dtors.c Fix warnings with -DNDEBUG 2015-10-02 15:13:07 +03:00
encoder_state-ctors_dtors.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
encoder_state-geometry.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
encoder_state-geometry.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
encoderstate.c Create generic strategy of blit function 2015-11-04 10:07:25 +02:00
encoderstate.h Remove function kvz_encoder_compute_stats. 2015-09-28 10:30:58 +03:00
filter.c Rename SLICE_* enum constants to KVZ_SLICE_*. 2015-09-28 10:30:56 +03:00
filter.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
global.h Update versions for a new release 2015-10-30 17:31:55 +02:00
image.c Create generic strategy of blit function 2015-11-04 10:07:25 +02:00
image.h Create generic strategy of blit function 2015-11-04 10:07:25 +02:00
imagelist.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
imagelist.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
input_frame_buffer.c Set DTS values of output pictures. 2015-09-14 14:16:56 +03:00
input_frame_buffer.h Set DTS values of output pictures. 2015-09-14 14:16:56 +03:00
inter.c Rename SLICE_* enum constants to KVZ_SLICE_*. 2015-09-28 10:30:56 +03:00
inter.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
interface_main.c Change license to LGPL. 2015-02-25 15:19:05 +02:00
intra.c Create generic strategy of blit function 2015-11-04 10:07:25 +02:00
intra.h Arrange parameters in intra fancily 2015-10-05 06:23:14 +03:00
kvazaar.c Fix memory leak in encoder_headers. 2015-10-23 09:55:08 +03:00
kvazaar.h Enable usage of MV RDO with a config parameter (in hexbs, tz, frac, bipred) 2015-11-05 12:24:03 +02:00
kvazaar.pc.in build: Generate a pkg-conf file 2015-07-29 02:27:12 +02:00
kvazaar_internal.h Remove static variables from kvz_encoder_feed_frame. 2015-09-14 14:12:19 +03:00
kvazaar_version.h Added mv-rdo commandline parameter and use it in presets 2015-11-05 13:59:30 +02:00
Makefile Added mv-rdo commandline parameter and use it in presets 2015-11-05 13:59:30 +02:00
nal.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
nal.h Add NAL unit type to frame_info. 2015-09-28 10:30:59 +03:00
rate_control.c Rename SLICE_* enum constants to KVZ_SLICE_*. 2015-09-28 10:30:56 +03:00
rate_control.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
rdo.c Cleanup of mv-rdo, removed unused functions 2015-11-05 14:40:06 +02:00
rdo.h Added missing kvz_ prefixes and fixed some warnings 2015-11-05 09:07:59 +02:00
sao.c Create generic strategy of blit function 2015-11-04 10:07:25 +02:00
sao.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
scalinglist.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
scalinglist.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
SConscript Rewrite the SContruct. 2014-08-25 16:43:23 +03:00
search.c Create generic strategy of blit function 2015-11-04 10:07:25 +02:00
search.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
search_inter.c Use dynamically selected get_mvd_cost function for MV candidate selection 2015-11-05 14:31:37 +02:00
search_inter.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
search_intra.c Rename intra prediction to kvz_intra_predict 2015-10-05 06:23:14 +03:00
search_intra.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
strategyselector.c Add intra strategy. Move angular prediction there. 2015-10-08 12:36:05 +03:00
strategyselector.h Add intra strategy. Move angular prediction there. 2015-10-08 12:36:05 +03:00
tables.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
tables.h Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
threadqueue.c Rename _DEBUG to KVZ_DEBUG 2015-09-15 13:04:03 +03:00
threadqueue.h Rename _DEBUG to KVZ_DEBUG 2015-09-15 13:04:03 +03:00
threads.h Fix cross-building on Linux 2015-11-06 21:53:44 +01:00
transform.c Create generic strategy of blit function 2015-11-04 10:07:25 +02:00
transform.h Move dequant to strategies. Copy generic to AVX2 as well. 2015-10-23 19:53:50 +03:00
videoframe.c Move PSNR computation from videoframe to encmain. 2015-11-09 13:50:43 +02:00
videoframe.h Move PSNR computation from videoframe to encmain. 2015-11-09 13:50:43 +02:00
yuv_io.c Resolve remaining Visual Studio warnings. 2015-08-31 15:02:25 +03:00
yuv_io.h Add extraction of fields according to source scan type 2015-08-21 15:15:20 +03:00