uvg266/src
Marko Viitanen ad9a1f6539 Input thread implementation
- Handle input processing in a separate thread to allow main thread more time with thread handling etc
  - Significant speedup can be seen when run on ultrafast settings and on a system with great number of cores
2016-01-22 11:27:25 +02:00
..
extras Add nasm support. 2015-07-17 13:59:25 +03:00
strategies Remove useless calculation 2016-01-19 16:35:16 +02:00
bitstream.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
bitstream.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
cabac.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
cabac.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
checkpoint.c Change license to LGPL. 2015-02-25 15:19:05 +02:00
checkpoint.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
cli.c Add psnr argument to CLI 2016-01-21 15:08:34 +02:00
cli.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
config.c Add psnr argument to CLI 2016-01-21 15:08:34 +02:00
config.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
context.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
context.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
cu.c Add dedicated handling for blitting NxN coeffs when N is 4, 8 or 16 2016-01-13 19:27:45 +02:00
cu.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
encmain.c Input thread implementation 2016-01-22 11:27:25 +02:00
encoder.c Add fractional FPS support. 2016-01-14 22:16:53 +02:00
encoder.h Added calculation and writing of VUI num_units_in_tick and time_scale 2016-01-14 15:32:33 +02:00
encoder_state-bitstream.c Added calculation and writing of VUI num_units_in_tick and time_scale 2016-01-14 15:32:33 +02:00
encoder_state-bitstream.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
encoder_state-ctors_dtors.c Fix warnings with -DNDEBUG 2015-10-02 15:13:07 +03:00
encoder_state-ctors_dtors.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
encoder_state-geometry.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
encoder_state-geometry.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
encoderstate.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
encoderstate.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
filter.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
filter.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
global.h Change version number for v0.8.2 2016-01-15 19:42:07 +02:00
image.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
image.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
imagelist.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
imagelist.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
input_frame_buffer.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
input_frame_buffer.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
inter.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
inter.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
intra.c Create generic strategy of planar prediction 2016-01-12 23:50:47 +02:00
intra.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
kvazaar.c Fix memory leak in encoder_headers. 2015-10-23 09:55:08 +03:00
kvazaar.h Add psnr argument to CLI 2016-01-21 15:08:34 +02:00
kvazaar.pc.in pkg-config: move -lm to Libs.private 2015-12-03 22:39:27 +01:00
kvazaar_internal.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
Makefile.am Add compiler flag checking to configure 2016-01-20 16:32:34 +00:00
nal.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
nal.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
rate_control.c Fix lambda calculation to match HM 2015-11-03 16:49:42 +02:00
rate_control.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
rdo.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
rdo.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
sao.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
sao.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
scalinglist.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
scalinglist.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search_inter.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search_inter.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search_intra.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search_intra.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
strategyselector.c Removed unneeded cpu flags causing compiling to fail on powerpc, closes #121 2016-01-18 08:55:32 +02:00
strategyselector.h Removed unneeded cpu flags causing compiling to fail on powerpc, closes #121 2016-01-18 08:55:32 +02:00
tables.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
tables.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
threadqueue.c Move macros in threads.h to KVZ_ namespace 2015-11-13 22:46:32 +02:00
threadqueue.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
threads.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
transform.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
transform.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
videoframe.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
videoframe.h Update Doxygen documentation 2015-12-17 14:05:50 +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