uvg266/src
2015-01-15 16:31:18 +02:00
..
extras Fixed mingw build error. Modified function declaration in getopt.h. 2014-10-31 17:40:18 +02:00
strategies Improved data layout 2015-01-15 16:31:18 +02:00
bitstream.c Remove unused include. 2014-05-16 16:09:59 +03:00
bitstream.h bitstream_tell 2014-05-05 08:53:06 +02:00
cabac.c Rename cabac_state.ctx to cur_ctx. 2014-09-24 01:02:28 +03:00
cabac.h Wrap contexts of cabac_data inside cabac_data.ctx struct. 2014-09-24 01:02:37 +03:00
checkpoint.c Basic checkpointing system 2014-06-11 10:29:03 +02:00
checkpoint.h Fix bug in CHECKPOINTS_FINALIZE() when checkpoints are disabled 2014-06-12 11:47:27 +02:00
config.c Tweak owf=auto. 2014-12-10 11:23:51 +02:00
config.h Rewrite owf=auto code to be more general. 2014-12-09 19:00:11 +02:00
context.c Fix broken cabac contexts in wpp. 2014-09-24 01:02:52 +03:00
context.h encoder_state in now in encoder_state.[ch] 2014-06-03 13:51:30 +02:00
cu.c Fix problems revealed by valgrind 2014-06-16 11:10:09 +02:00
cu.h Estimate luma and chroma intra mode bits separately. 2014-10-16 03:08:11 +03:00
encmain.c Rewrite owf=auto code to be more general. 2014-12-09 19:00:11 +02:00
encoder.c Preparing push to master and misc 2014-07-21 12:39:56 +03:00
encoder.h Added --subme commandline parameter for fractional pixel motion estimation: 1 == enable (default), 0 == disable. 2014-11-20 14:59:04 +02:00
encoder_state-bitstream.c Remove extra parameter sets. 2014-10-16 12:21:36 +03:00
encoder_state-bitstream.h bitstream writing is now a "normal" job in a thread 2014-06-16 10:51:32 +02:00
encoder_state-ctors_dtors.c Fix compilation issue with assertion disabled 2014-06-26 07:31:37 +02:00
encoder_state-ctors_dtors.h Make encoder_state .c files their own compilation units. 2014-06-04 17:45:18 +03:00
encoder_state-geometry.c Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
encoder_state-geometry.h Make encoder_state .c files their own compilation units. 2014-06-04 17:45:18 +03:00
encoderstate.c Add macros for adjusting weight of distortion between luma and chroma. 2014-10-08 10:31:54 +03:00
encoderstate.h Use sqrt lambda cost for searches not using SSD. 2014-06-26 13:56:38 +03:00
filter.c Use smaller bit depth for fractional pixel interpolation 2015-01-15 15:00:09 +02:00
filter.h Added ipol strategy for interpolation filters. 2015-01-15 14:59:37 +02:00
global.h Added missing -1 to PIXEL_MAX macro 2015-01-15 16:14:07 +02:00
image.c Merge branch 'owf' 2014-06-16 16:07:41 +03:00
image.h Merge branch 'owf' 2014-06-16 16:07:41 +03:00
imagelist.c Preparing push to master and misc 2014-07-21 12:39:56 +03:00
imagelist.h image_list_copy_contents 2014-06-16 10:54:58 +02:00
inter.c Use smaller bit depth for fractional pixel interpolation 2015-01-15 15:00:09 +02:00
inter.h Added ipol strategy for interpolation filters. 2015-01-15 14:59:37 +02:00
interface_main.c Clean up tabs and whitespaces 2014-04-04 16:04:44 +03:00
intra.c Fix gcc warnings. 2014-10-16 13:17:46 +03:00
intra.h Fix gcc warnings. 2014-10-16 13:17:46 +03:00
Makefile Load greatest submodule. Fixed loop that occurred during build process. 2014-10-30 15:17:50 +02:00
nal.c Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
nal.h Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
rdo.c Estimate luma and chroma intra mode bits separately. 2014-10-16 03:08:11 +03:00
rdo.h Estimate luma and chroma intra mode bits separately. 2014-10-16 03:08:11 +03:00
sao.c Wrap contexts of cabac_data inside cabac_data.ctx struct. 2014-09-24 01:02:37 +03:00
sao.h Improved SAO merge decisions 2014-09-16 10:08:17 +03:00
scalinglist.c Remove g_bitdepth 2014-04-17 11:13:13 +02:00
scalinglist.h Remove g_bitdepth 2014-04-17 11:13:13 +02:00
SConscript Rewrite the SContruct. 2014-08-25 16:43:23 +03:00
search.c Use smaller bit depth for fractional pixel interpolation 2015-01-15 15:00:09 +02:00
search.h Big refactor to use videoframe, image_list, and image instead of picture* 2014-06-10 09:19:06 +02:00
strategyselector.c Added ipol strategy for interpolation filters. 2015-01-15 14:59:37 +02:00
strategyselector.h Added ipol strategy for interpolation filters. 2015-01-15 14:59:37 +02:00
tables.c Removed table generation from main code, moved it to tools. 2014-04-17 11:13:15 +02:00
tables.h Move scan order selection to a function. 2014-05-12 08:47:16 +03:00
threadqueue.c Improve logging 2014-08-11 11:57:07 +02:00
threadqueue.h Remove usages of GCC __attribute__. 2014-10-13 16:46:26 +03:00
threads.h Build fixes for MinGW. 2014-11-14 16:46:41 +02:00
transform.c Add intra chroma mode search. 2014-10-16 03:07:50 +03:00
transform.h Add cu_info* as parameter to reconstruction functions. 2014-10-03 11:36:56 +03:00
videoframe.c Fix problems revealed by valgrind 2014-06-16 11:10:09 +02:00
videoframe.h cu_array data structure 2014-06-16 10:54:57 +02:00